ezuikit-js 8.1.10 → 8.1.12-beta.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/CHANGELOG.md +360 -350
- package/README.md +1276 -1270
- package/ezuikit.js +28 -13
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +26 -24
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +26 -24
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/ezuikit_static/rec/jquery.min.js +1 -1
- package/index.js +25 -11
- package/index.mjs +25 -11
- package/package.json +52 -52
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ezuikit-js",
|
|
3
|
-
"version": "8.1.
|
|
4
|
-
"description": "ezuikit javascript for npm",
|
|
5
|
-
"title": "ezuikit-js",
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"module": "index.mjs",
|
|
8
|
-
"keywords": [
|
|
9
|
-
"video",
|
|
10
|
-
"ezuikit",
|
|
11
|
-
"ezopen",
|
|
12
|
-
"ezviz",
|
|
13
|
-
"ys7",
|
|
14
|
-
"open"
|
|
15
|
-
],
|
|
16
|
-
"files": [
|
|
17
|
-
"ezuikit.js",
|
|
18
|
-
"index.js",
|
|
19
|
-
"index.mjs",
|
|
20
|
-
"ezuikit_static",
|
|
21
|
-
"README.md",
|
|
22
|
-
"CHANGELOG.md"
|
|
23
|
-
],
|
|
24
|
-
"author": "Ezviz-OpenBiz",
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@ezuikit/player-ezopen": "8.1.
|
|
27
|
-
"@ezuikit/utils-collect": "0.1.1",
|
|
28
|
-
"@ezuikit/utils-i18n": "^1.0.1",
|
|
29
|
-
"@ezuikit/utils-logger": "^1.0.1",
|
|
30
|
-
"@ezuikit/utils-tools": "^1.0.4",
|
|
31
|
-
"@juggle/resize-observer": "^3.4.0",
|
|
32
|
-
"abortcontroller-polyfill": "^1.7.5",
|
|
33
|
-
"debounce-promise": "^3.1.2",
|
|
34
|
-
"deepmerge": "^4.3.1",
|
|
35
|
-
"formdata-polyfill": "^4.0.10",
|
|
36
|
-
"jquery": "^3.3.1",
|
|
37
|
-
"lodash-es": "^4.17.21",
|
|
38
|
-
"screenfull": "^5.2.0",
|
|
39
|
-
"uuid": "^8.3.0",
|
|
40
|
-
"delegate": "3.2.0"
|
|
41
|
-
},
|
|
42
|
-
"peerDependencies": {},
|
|
43
|
-
"license": "ISC",
|
|
44
|
-
"repository": {
|
|
45
|
-
"type": "git",
|
|
46
|
-
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm.git"
|
|
47
|
-
},
|
|
48
|
-
"bugs": {
|
|
49
|
-
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues"
|
|
50
|
-
},
|
|
51
|
-
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm#readme"
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ezuikit-js",
|
|
3
|
+
"version": "8.1.12-beta.1",
|
|
4
|
+
"description": "ezuikit javascript for npm",
|
|
5
|
+
"title": "ezuikit-js",
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"module": "index.mjs",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"video",
|
|
10
|
+
"ezuikit",
|
|
11
|
+
"ezopen",
|
|
12
|
+
"ezviz",
|
|
13
|
+
"ys7",
|
|
14
|
+
"open"
|
|
15
|
+
],
|
|
16
|
+
"files": [
|
|
17
|
+
"ezuikit.js",
|
|
18
|
+
"index.js",
|
|
19
|
+
"index.mjs",
|
|
20
|
+
"ezuikit_static",
|
|
21
|
+
"README.md",
|
|
22
|
+
"CHANGELOG.md"
|
|
23
|
+
],
|
|
24
|
+
"author": "Ezviz-OpenBiz",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@ezuikit/player-ezopen": "8.1.12-beta.4",
|
|
27
|
+
"@ezuikit/utils-collect": "0.1.1",
|
|
28
|
+
"@ezuikit/utils-i18n": "^1.0.1",
|
|
29
|
+
"@ezuikit/utils-logger": "^1.0.1",
|
|
30
|
+
"@ezuikit/utils-tools": "^1.0.4",
|
|
31
|
+
"@juggle/resize-observer": "^3.4.0",
|
|
32
|
+
"abortcontroller-polyfill": "^1.7.5",
|
|
33
|
+
"debounce-promise": "^3.1.2",
|
|
34
|
+
"deepmerge": "^4.3.1",
|
|
35
|
+
"formdata-polyfill": "^4.0.10",
|
|
36
|
+
"jquery": "^3.3.1",
|
|
37
|
+
"lodash-es": "^4.17.21",
|
|
38
|
+
"screenfull": "^5.2.0",
|
|
39
|
+
"uuid": "^8.3.0",
|
|
40
|
+
"delegate": "3.2.0"
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {},
|
|
43
|
+
"license": "ISC",
|
|
44
|
+
"repository": {
|
|
45
|
+
"type": "git",
|
|
46
|
+
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm.git"
|
|
47
|
+
},
|
|
48
|
+
"bugs": {
|
|
49
|
+
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/issues"
|
|
50
|
+
},
|
|
51
|
+
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm#readme"
|
|
52
|
+
}
|