Skip to content

Commit

Permalink
bump aribb24.js to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Oct 28, 2022
1 parent 56ab1f1 commit e914c22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"docs:build": "vuepress build docs"
},
"dependencies": {
"aribb24.js": "github:tsukumijima/aribb24.js#ec3ed1d6e4d91e4c2de563c8b142abf1b0641f5f",
"aribb24.js": "1.11.0",
"axios": "^0.27.2",
"balloon-css": "^1.2.0",
"patch-package": "^6.4.7",
Expand Down
6 changes: 3 additions & 3 deletions src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ class DPlayer {

// Initialize aribb24 superimpose
const aribb24Superimpose = this.plugins.aribb24Superimpose = new aribb24js.CanvasRenderer(
{...aribb24Options, data_identifier: 0x81, renderedTextCallback: null},
{...aribb24Options, data_identifier: 0x81},
);
aribb24Superimpose.attachMedia(video);
aribb24Superimpose.show();
Expand Down Expand Up @@ -482,7 +482,7 @@ class DPlayer {

// Initialize aribb24 superimpose
const aribb24Superimpose = this.plugins.aribb24Superimpose = new aribb24js.CanvasRenderer(
{...aribb24Options, data_identifier: 0x81, renderedTextCallback: null},
{...aribb24Options, data_identifier: 0x81},
);
aribb24Superimpose.attachMedia(video);
aribb24Superimpose.show();
Expand Down Expand Up @@ -563,7 +563,7 @@ class DPlayer {

// Initialize aribb24 superimpose
const aribb24Superimpose = this.plugins.aribb24Superimpose = new aribb24js.CanvasRenderer(
{...aribb24Options, data_identifier: 0x81, renderedTextCallback: null},
{...aribb24Options, data_identifier: 0x81},
);
aribb24Superimpose.attachMedia(video);
aribb24Superimpose.show();
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2968,9 +2968,10 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==

"aribb24.js@github:tsukumijima/aribb24.js#ec3ed1d6e4d91e4c2de563c8b142abf1b0641f5f":
version "1.10.9"
resolved "https://codeload.github.com/tsukumijima/aribb24.js/tar.gz/ec3ed1d6e4d91e4c2de563c8b142abf1b0641f5f"
[email protected]:
version "1.11.0"
resolved "https://registry.yarnpkg.com/aribb24.js/-/aribb24.js-1.11.0.tgz#e71e7adcde8f9e63d660f8a04e9959cebae57e86"
integrity sha512-kyzfDKuuK+pnasvUS9EuMF4kw6Amm2z28xmdBdfa1YpsU0g8MEAmow1sC169Zb5am9Pp2DvT1Iukpott6AzILg==

arr-diff@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit e914c22

Please sign in to comment.