swarmcloud-hls 2.9.13 → 2.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swarmcloud-hls",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.15",
|
|
4
4
|
"description": "Let your viewers become your unlimitedly scalable CDN.",
|
|
5
5
|
"main": "./dist/p2p-engine.min.js",
|
|
6
6
|
"types": "./dist/p2p-engine.min.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
|
-
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v2.9.
|
|
11
|
+
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v2.9.15' && git push -u origin main",
|
|
12
12
|
"git-pull": "git pull origin master"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|