Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gemxx committed May 16, 2023
1 parent 55edcd8 commit 83e2359
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packages/xgplayer-hls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-hls",
"version": "3.0.1",
"version": "3.0.2-rc.0",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -14,7 +14,8 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"tag": "rc"
},
"license": "MIT",
"unpkgFiles": [
Expand All @@ -26,7 +27,7 @@
"xgplayer-streaming-shared": "3.0.1"
},
"peerDependencies": {
"xgplayer": ">=3.0.1",
"xgplayer": "3.0.2",
"core-js": ">=3.12.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Decryptor {
this.externalDecryptor = null
}

destroy() {
destroy () {
if (this.externalDecryptor?.destroy) {
this.externalDecryptor.destroy()
}
Expand Down

0 comments on commit 83e2359

Please sign in to comment.