@byteplus/veplayer 1.1.2 → 1.6.0-alpha.1

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@byteplus/veplayer",
3
- "version": "1.1.2",
3
+ "version": "1.6.0-alpha.1",
4
4
  "main": "dist/index.min.js",
5
5
  "module": "dist/index.min.js",
6
- "typings": "dist/index.d.ts",
6
+ "types": "dist/index.d.ts",
7
7
  "sideEffects": [
8
8
  "*.css",
9
9
  "*.less"
@@ -21,8 +21,11 @@
21
21
  "dev": "libd dev demo",
22
22
  "dev:vod": "libd dev demo/vod",
23
23
  "dev:hth": "libd dev fixtures/hth",
24
+ "dev:vod-b": "PLATFORM=byteplus libd dev demo/vod",
24
25
  "build": "libd build",
26
+ "build-b": "PLATFORM=byteplus libd build",
25
27
  "release": "libd release",
28
+ "release-b": "PLATFORM=byteplus libd release",
26
29
  "doc": "docg",
27
30
  "changelog": "libd changelog -s"
28
31
  },
@@ -43,11 +46,12 @@
43
46
  "eslint-config-prettier": "^6.7.0",
44
47
  "eslint-plugin-jest": "^23.20.0",
45
48
  "eslint-plugin-prettier": "^3.1.0",
49
+ "fs-extra": "^11.1.1",
46
50
  "git-cz": "^4.7.6",
47
51
  "husky": "^8.0.1",
48
52
  "less": "^4.1.2",
49
53
  "lint-staged": "^11.1.2",
50
- "node-fetch": "2.6.2",
54
+ "node-fetch": "2.6.7",
51
55
  "postcss-less": "^6.0.0",
52
56
  "prettier": "^2.2.1",
53
57
  "rollup-plugin-visualizer": "^5.9.0",
@@ -65,7 +69,7 @@
65
69
  ]
66
70
  },
67
71
  "publishConfig": {
68
- "tag": "latest",
72
+ "tag": "alpha",
69
73
  "access": "public",
70
74
  "registry": "https://registry.npmjs.org"
71
75
  },