Skip to content

Commit

Permalink
Auto Publish npm version v3.0.18-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gemxx committed May 17, 2024
1 parent 04332ea commit 9f8e19b
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions packages/xgplayer-dash-live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-dash-live",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"license": "MIT",
"unpkgFiles": [
Expand Down
6 changes: 3 additions & 3 deletions packages/xgplayer-dash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-dash",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "xgplayer plugin for MPEG-DASH",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"repository": {
"type": "git",
Expand All @@ -38,7 +38,7 @@
"eventemitter3": "^4.0.7"
},
"peerDependencies": {
"xgplayer": "3.0.17",
"xgplayer": "3.0.18-rc.1",
"core-js": ">=3.12.1"
}
}
6 changes: 3 additions & 3 deletions packages/xgplayer-flv.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-flv.js",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "web video player",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"repository": {
"type": "git",
Expand All @@ -37,6 +37,6 @@
},
"peerDependencies": {
"core-js": ">=3.12.1",
"xgplayer": "3.0.17"
"xgplayer": "3.0.18-rc.1"
}
}
8 changes: 4 additions & 4 deletions packages/xgplayer-flv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-flv",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -15,16 +15,16 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"license": "MIT",
"unpkgFiles": [
"dist"
],
"dependencies": {
"eventemitter3": "^4.0.7",
"xgplayer-transmuxer": "3.0.17",
"xgplayer-streaming-shared": "3.0.17"
"xgplayer-transmuxer": "3.0.18-rc.1",
"xgplayer-streaming-shared": "3.0.18-rc.1"
},
"peerDependencies": {
"xgplayer": ">=3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/xgplayer-hls.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-hls.js",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "xgplayer plugin for hls",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 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.17",
"version": "3.0.18-rc.1",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -15,19 +15,19 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"license": "MIT",
"unpkgFiles": [
"dist"
],
"dependencies": {
"eventemitter3": "^4.0.7",
"xgplayer-transmuxer": "3.0.17",
"xgplayer-streaming-shared": "3.0.17"
"xgplayer-transmuxer": "3.0.18-rc.1",
"xgplayer-streaming-shared": "3.0.18-rc.1"
},
"peerDependencies": {
"xgplayer": "3.0.17",
"xgplayer": "3.0.18-rc.1",
"core-js": ">=3.12.1"
}
}
8 changes: 4 additions & 4 deletions packages/xgplayer-mp4-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-mp4-loader",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -15,15 +15,15 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"license": "MIT",
"unpkgFiles": [
"dist"
],
"dependencies": {
"xgplayer-transmuxer": "3.0.17",
"xgplayer-streaming-shared": "3.0.17",
"xgplayer-transmuxer": "3.0.18-rc.1",
"xgplayer-streaming-shared": "3.0.18-rc.1",
"eventemitter3": "^4.0.7"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/xgplayer-mp4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-mp4",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "xgplayer plugin for mp4 transform to fmp4",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -18,7 +18,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"repository": {
"type": "git",
Expand All @@ -39,9 +39,9 @@
"concat-typed-array": "^1.0.2",
"deepmerge": "^2.0.1",
"eventemitter3": "^4.0.7",
"xgplayer-mp4-loader": "3.0.17",
"xgplayer-streaming-shared": "3.0.17",
"xgplayer-transmuxer": "3.0.17"
"xgplayer-mp4-loader": "3.0.18-rc.1",
"xgplayer-streaming-shared": "3.0.18-rc.1",
"xgplayer-transmuxer": "3.0.18-rc.1"
},
"peerDependencies": {
"xgplayer": ">=3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/xgplayer-music/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-music",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "xgplayer plugin for music",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -21,7 +21,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"unpkgFiles": [
"dist"
Expand All @@ -43,7 +43,7 @@
"eventemitter3": "^4.0.7"
},
"peerDependencies": {
"xgplayer": "3.0.17",
"xgplayer": "3.0.18-rc.1",
"core-js": ">=3.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/xgplayer-shaka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-shaka",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "xgplayer plugin for shaka-player",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -15,7 +15,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"keywords": [
"mpeg-dash",
Expand Down
4 changes: 2 additions & 2 deletions packages/xgplayer-streaming-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-streaming-shared",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/xgplayer-subtitles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-subtitles",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"description": "",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"files": [
"/es",
Expand Down
4 changes: 2 additions & 2 deletions packages/xgplayer-transmuxer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-transmuxer",
"version": "3.0.17",
"version": "3.0.18-rc.1",
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
"tag": "rc"
},
"license": "MIT",
"unpkgFiles": [
Expand Down
6 changes: 3 additions & 3 deletions packages/xgplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer",
"version": "3.0.17-alpha.12",
"version": "3.0.18-rc.1",
"description": "video player",
"main": "dist/index.min.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "alpha"
"tag": "rc"
},
"files": [
"dist",
Expand All @@ -43,7 +43,7 @@
"delegate": "^3.2.0",
"downloadjs": "1.4.7",
"eventemitter3": "^4.0.7",
"xgplayer-subtitles": "3.0.17"
"xgplayer-subtitles": "3.0.18-rc.1"
},
"peerDependencies": {
"core-js": ">=3.12.1"
Expand Down

0 comments on commit 9f8e19b

Please sign in to comment.