@playkit-js/extended-audio-description 1.0.21 → 1.0.22-canary.0-b8a1d43
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": "@playkit-js/extended-audio-description",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22-canary.0-b8a1d43",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/playkit-extended-audio-description.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -24,20 +24,19 @@
|
|
|
24
24
|
"html5 player"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"disabled-preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
|
|
28
27
|
"dev": "npm run prepare:demo -- dev && npm run build:dev && webpack serve --open --mode development",
|
|
29
28
|
"watch": "webpack --watch --mode development",
|
|
30
29
|
"build:dev": "webpack --mode development",
|
|
31
30
|
"build:prod": "webpack --mode production",
|
|
32
31
|
"build": "webpack --mode production",
|
|
33
32
|
"cy:open": "cypress open",
|
|
34
|
-
"cy:run": "
|
|
33
|
+
"cy:run": "npm run cy:run:chrome && npm run cy:run:firefox && npm run cy:run:edge && npm run cy:run:safari",
|
|
35
34
|
"cy:run:chrome": "cypress run --browser chrome --config video=false",
|
|
36
35
|
"cy:run:firefox": "cypress run --browser firefox --config video=false",
|
|
37
36
|
"cy:run:edge": "cypress run --browser edge --config video=false",
|
|
38
|
-
"test:prepare": "
|
|
39
|
-
"test:watch": "
|
|
40
|
-
"test": "
|
|
37
|
+
"test:prepare": "npm run build && copyfiles -f ./dist/playkit-extended-audio-description.js ./dist/playkit-extended-audio-description.js.map ./cypress/public",
|
|
38
|
+
"test:watch": "npm run test:prepare && cypress open",
|
|
39
|
+
"test": "npm run test:prepare && npm run cy:run",
|
|
41
40
|
"types:check": "tsc src/index.ts src/types/global.d.ts --jsx react --jsxFactory h --noEmit --target ESNext --moduleResolution node --experimentalDecorators --jsxFragmentFactory Fragment",
|
|
42
41
|
"types:generate": "tsc src/index.ts src/types/global.d.ts --declaration --emitDeclarationOnly --outFile types/modules.ts --jsx react --jsxFactory h --jsxFragmentFactory Fragment --stripInternal true --target ESNext --moduleResolution node --experimentalDecorators",
|
|
43
42
|
"docs:generate": "typedoc",
|
|
@@ -54,8 +53,9 @@
|
|
|
54
53
|
"@babel/preset-react": "^7.16.7",
|
|
55
54
|
"@babel/preset-typescript": "^7.16.7",
|
|
56
55
|
"@playkit-js/common": "^1.5.22",
|
|
57
|
-
"@playkit-js/kaltura-player-js": "3.17.
|
|
56
|
+
"@playkit-js/kaltura-player-js": "3.17.71",
|
|
58
57
|
"@playkit-js/playkit-js-ui": "canary",
|
|
58
|
+
"@playkit-js/webpack-common": "^1.0.3",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
60
60
|
"@typescript-eslint/parser": "^5.25.0",
|
|
61
61
|
"babel-loader": "^8.2.4",
|
|
@@ -83,11 +83,14 @@
|
|
|
83
83
|
"webpack-dev-server": "^4.10.1"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@playkit-js/kaltura-player-js": "3.17.
|
|
86
|
+
"@playkit-js/kaltura-player-js": "3.17.71"
|
|
87
87
|
},
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
|
+
"engines": {
|
|
92
|
+
"node": ">=24.0.0"
|
|
93
|
+
},
|
|
91
94
|
"kaltura": {
|
|
92
95
|
"name": "playkit-js-advanced-audio-description",
|
|
93
96
|
"dependencies": {
|