Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into videoel-events
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Feb 21, 2022
2 parents a2a5d9f + 8b163f1 commit 49a378a
Show file tree
Hide file tree
Showing 46 changed files with 375 additions and 43 deletions.
Binary file added .vendor/npm/@gar-promisify-1.1.2.tgz
Binary file not shown.
Binary file added .vendor/npm/@npmcli-fs-1.1.1.tgz
Binary file not shown.
Binary file added .vendor/npm/@npmcli-move-file-1.1.2.tgz
Binary file not shown.
Binary file added .vendor/npm/agentkeepalive-4.2.0.tgz
Binary file not shown.
Binary file added .vendor/npm/aproba-2.0.0.tgz
Binary file not shown.
Binary file added .vendor/npm/are-we-there-yet-2.0.0.tgz
Binary file not shown.
Binary file added .vendor/npm/are-we-there-yet-3.0.0.tgz
Binary file not shown.
Binary file added .vendor/npm/cacache-15.3.0.tgz
Binary file not shown.
Binary file added .vendor/npm/color-support-1.1.3.tgz
Binary file not shown.
Binary file added .vendor/npm/encoding-0.1.13.tgz
Binary file not shown.
Binary file added .vendor/npm/err-code-2.0.3.tgz
Binary file not shown.
Binary file added .vendor/npm/gauge-3.0.2.tgz
Binary file not shown.
Binary file added .vendor/npm/gauge-4.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/http-cache-semantics-4.1.0.tgz
Binary file not shown.
Binary file added .vendor/npm/humanize-ms-1.2.1.tgz
Binary file not shown.
Binary file added .vendor/npm/iconv-lite-0.6.3.tgz
Binary file not shown.
Binary file added .vendor/npm/infer-owner-1.0.4.tgz
Binary file not shown.
Binary file added .vendor/npm/ip-1.1.5.tgz
Binary file not shown.
Binary file added .vendor/npm/is-lambda-1.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/make-fetch-happen-9.1.0.tgz
Binary file not shown.
Binary file added .vendor/npm/minipass-collect-1.0.2.tgz
Binary file not shown.
Binary file added .vendor/npm/minipass-fetch-1.4.1.tgz
Binary file not shown.
Binary file added .vendor/npm/minipass-flush-1.0.5.tgz
Binary file not shown.
Binary file added .vendor/npm/minipass-pipeline-1.2.4.tgz
Binary file not shown.
Binary file added .vendor/npm/minipass-sized-1.0.3.tgz
Binary file not shown.
Binary file removed .vendor/npm/node-gyp-7.1.2.tgz
Binary file not shown.
Binary file added .vendor/npm/node-gyp-8.4.1.tgz
Binary file not shown.
Binary file removed .vendor/npm/node-sass-6.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/node-sass-7.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/npmlog-5.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/npmlog-6.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/promise-inflight-1.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/promise-retry-2.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/retry-0.12.0.tgz
Binary file not shown.
Binary file added .vendor/npm/sass-graph-4.0.0.tgz
Binary file not shown.
Binary file added .vendor/npm/scss-tokenizer-0.3.0.tgz
Binary file not shown.
Binary file added .vendor/npm/smart-buffer-4.2.0.tgz
Binary file not shown.
Binary file added .vendor/npm/socks-2.6.2.tgz
Binary file not shown.
Binary file added .vendor/npm/socks-proxy-agent-6.1.1.tgz
Binary file not shown.
Binary file added .vendor/npm/ssri-8.0.1.tgz
Binary file not shown.
Binary file added .vendor/npm/unique-filename-1.1.1.tgz
Binary file not shown.
Binary file added .vendor/npm/unique-slug-2.0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest": "^26.6.3",
"jest-coverage-badges": "^1.1.2",
"lite-server": "^2.6.1",
"node-sass": "^6.0.0",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.38.0",
"rollup-plugin-scss": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class EndcardPlugin {
revolverplay = (): void => {
if (this.revolverplayTime === 0 || this.showFallback) return

/* eslint-disable-next-line @typescript-eslint/no-non-null-assertion */
/* eslint-disable-next-line */
const progressSvgCircle = this.endcardContainer.querySelector('[data-role="plugin-endcard-progress-value"]')! as HTMLElement
let remainingTime = this.revolverplayTime
const revolverplayTicker = (): void => {
Expand Down
2 changes: 1 addition & 1 deletion tests/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test('api fetch should throw error', async () => {
setOk = false
try {
await fetchAPI('https://videos.giga.de/suggestions/1363284707')
} catch (e) {
} catch (e: any) {
expect(e.message).toEqual('HTTP error! status: undefined')
}
})
412 changes: 372 additions & 40 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 49a378a

Please sign in to comment.