@playkit-js/extended-audio-description 1.2.9 → 1.2.10
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.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/playkit-extended-audio-description.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"build:prod": "webpack --mode production",
|
|
31
31
|
"build": "webpack --mode production",
|
|
32
32
|
"cy:open": "cypress open",
|
|
33
|
-
"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",
|
|
34
34
|
"cy:run:chrome": "cypress run --browser chrome --config video=false",
|
|
35
35
|
"cy:run:firefox": "cypress run --browser firefox --config video=false",
|
|
36
36
|
"cy:run:edge": "cypress run --browser edge --config video=false",
|
|
37
|
-
"test:prepare": "
|
|
38
|
-
"test:watch": "
|
|
39
|
-
"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",
|
|
40
40
|
"types:check": "tsc src/index.ts src/types/global.d.ts --jsx react --jsxFactory h --noEmit --target ESNext --moduleResolution node --experimentalDecorators --jsxFragmentFactory Fragment",
|
|
41
|
-
"types:
|
|
42
|
-
"docs:
|
|
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",
|
|
42
|
+
"docs:generate": "typedoc",
|
|
43
43
|
"lint:check": "eslint src tests --ext .ts,.tsx,.js --color ",
|
|
44
44
|
"lint:fix": "npm run lint:check -- --fix",
|
|
45
45
|
"prettier:fix": "prettier --write .",
|
|
46
46
|
"release": "standard-version",
|
|
47
|
-
"pushTaggedRelease": "git push --follow-tags --no-verify origin
|
|
47
|
+
"pushTaggedRelease": "git push --follow-tags --no-verify origin test-jfrog-migration",
|
|
48
48
|
"prepare:demo": "sh scripts/prepare-demo.sh"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
@@ -53,8 +53,9 @@
|
|
|
53
53
|
"@babel/preset-react": "^7.16.7",
|
|
54
54
|
"@babel/preset-typescript": "^7.16.7",
|
|
55
55
|
"@playkit-js/common": "^1.5.22",
|
|
56
|
-
"@playkit-js/kaltura-player-js": "3.17.
|
|
56
|
+
"@playkit-js/kaltura-player-js": "3.17.71",
|
|
57
57
|
"@playkit-js/playkit-js-ui": "canary",
|
|
58
|
+
"@playkit-js/webpack-common": "^1.0.3",
|
|
58
59
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
59
60
|
"@typescript-eslint/parser": "^5.25.0",
|
|
60
61
|
"babel-loader": "^8.2.4",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"copyfiles": "^2.4.1",
|
|
63
64
|
"cross-env": "^7.0.3",
|
|
64
65
|
"css-loader": "^6.7.1",
|
|
65
|
-
"cypress": "
|
|
66
|
+
"cypress": "14.1.0",
|
|
66
67
|
"eslint": "^7.32.0",
|
|
67
68
|
"eslint-config-preact": "^1.3.0",
|
|
68
69
|
"eslint-plugin-mocha": "^10.1.0",
|
|
@@ -82,15 +83,18 @@
|
|
|
82
83
|
"webpack-dev-server": "^4.10.1"
|
|
83
84
|
},
|
|
84
85
|
"peerDependencies": {
|
|
85
|
-
"@playkit-js/kaltura-player-js": "3.17.
|
|
86
|
+
"@playkit-js/kaltura-player-js": "3.17.71"
|
|
86
87
|
},
|
|
87
88
|
"publishConfig": {
|
|
88
89
|
"access": "public"
|
|
89
90
|
},
|
|
91
|
+
"engines": {
|
|
92
|
+
"node": ">=24.0.0"
|
|
93
|
+
},
|
|
90
94
|
"kaltura": {
|
|
91
|
-
"name": "
|
|
95
|
+
"name": "playkit-js-advanced-audio-description",
|
|
92
96
|
"dependencies": {
|
|
93
|
-
"playkit-kaltura-cuepoints": "3.0.
|
|
97
|
+
"playkit-kaltura-cuepoints": "3.0.19"
|
|
94
98
|
}
|
|
95
99
|
}
|
|
96
100
|
}
|