@playkit-js/banner-overlay 1.2.0 → 1.2.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 +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playkit-js/banner-overlay",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Banner overlay plugin for Kaltura player - displays configurable text banners with various positioning and styling options",
|
|
5
5
|
"main": "dist/playkit-banner-overlay.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
"src/**/*",
|
|
10
10
|
"translations/**/*"
|
|
11
11
|
],
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=24.0.0"
|
|
14
|
+
},
|
|
12
15
|
"license": "AGPL-3.0",
|
|
13
16
|
"homepage": "https://github.com/kaltura/playkit-js-banner-overlay",
|
|
14
17
|
"repository": {
|
|
@@ -22,16 +25,15 @@
|
|
|
22
25
|
"player"
|
|
23
26
|
],
|
|
24
27
|
"scripts": {
|
|
25
|
-
"disabled-preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
|
|
26
28
|
"serve": "webpack serve --open --mode development",
|
|
27
29
|
"watch": "webpack --mode development --watch",
|
|
28
30
|
"build:prod": "webpack --mode production",
|
|
29
|
-
"build": "
|
|
31
|
+
"build": "npm run build:prod && npm run build:types",
|
|
30
32
|
"build:types": "tsc --build tsconfig-lib.json && mkdir -p lib && api-extractor run --local",
|
|
31
33
|
"type-check": "tsc --noEmit",
|
|
32
|
-
"type-check:watch": "
|
|
34
|
+
"type-check:watch": "npm run type-check -- --watch",
|
|
33
35
|
"lint": "eslint src/ --ext .js --ext .ts",
|
|
34
|
-
"lint:fix": "
|
|
36
|
+
"lint:fix": "npm run lint -- --fix",
|
|
35
37
|
"prettier": "prettier --write .",
|
|
36
38
|
"clean": "rimraf ./dist",
|
|
37
39
|
"prebuild": "npm run clean",
|
|
@@ -39,14 +41,14 @@
|
|
|
39
41
|
"pushTaggedRelease": "git push --follow-tags --no-verify origin master",
|
|
40
42
|
"release": "standard-version",
|
|
41
43
|
"cy:open": "cypress open",
|
|
42
|
-
"cy:run": "
|
|
44
|
+
"cy:run": "npm run cy:run:chrome && npm run cy:run:firefox && npm run cy:run:edge && npm run cy:run:safari",
|
|
43
45
|
"cy:run:chrome": "cypress run --browser chrome --config video=false",
|
|
44
46
|
"cy:run:firefox": "cypress run --browser firefox --config video=false",
|
|
45
47
|
"cy:run:edge": "cypress run --browser edge --config video=false",
|
|
46
48
|
"cy:run:safari": "cypress run --browser webkit --config video=false",
|
|
47
|
-
"test:prepare": "
|
|
48
|
-
"test:watch": "
|
|
49
|
-
"test": "
|
|
49
|
+
"test:prepare": "npm run build && copyfiles -f ./dist/playkit-banner-overlay.js ./dist/playkit-banner-overlay.js.map ./cypress/public",
|
|
50
|
+
"test:watch": "npm run test:prepare && npm run cy:open",
|
|
51
|
+
"test": "npm run test:prepare && npm run cy:run"
|
|
50
52
|
},
|
|
51
53
|
"devDependencies": {
|
|
52
54
|
"@babel/core": "^7.23.7",
|
|
@@ -58,7 +60,7 @@
|
|
|
58
60
|
"@babel/runtime": "^7.23.8",
|
|
59
61
|
"@microsoft/api-extractor": "^7.39.1",
|
|
60
62
|
"@playkit-js/browserslist-config": "1.0.8",
|
|
61
|
-
"@playkit-js/kaltura-player-js": "
|
|
63
|
+
"@playkit-js/kaltura-player-js": "3.17.71",
|
|
62
64
|
"@types/chai": "^4.3.3",
|
|
63
65
|
"@types/mocha": "^9.1.1",
|
|
64
66
|
"@types/preact-i18n": "1.2.0",
|