@playkit-js/unisphere 0.0.20 → 0.0.22-canary.0-d387073
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/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playkit-js/unisphere",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22-canary.0-d387073",
|
|
4
4
|
"description": "Playkit JS Unisphere plugin",
|
|
5
5
|
"main": "dist/playkit-unisphere.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=24.0.0"
|
|
9
|
+
},
|
|
7
10
|
"files": [
|
|
8
11
|
"dist/**/*",
|
|
9
12
|
"src/**/*"
|
|
@@ -20,27 +23,26 @@
|
|
|
20
23
|
"player"
|
|
21
24
|
],
|
|
22
25
|
"scripts": {
|
|
23
|
-
"disabled-preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
|
|
24
26
|
"dev": "webpack serve --open --mode development",
|
|
25
27
|
"watch": "webpack --mode development --watch",
|
|
26
28
|
"build:prod": "webpack --mode production",
|
|
27
|
-
"build": "
|
|
29
|
+
"build": "npm run build:prod && npm run build:types",
|
|
28
30
|
"build:types": "tsc --build tsconfig-lib.json && mkdir -p lib && api-extractor run --local",
|
|
29
31
|
"type-check": "tsc --noEmit",
|
|
30
|
-
"type-check:watch": "
|
|
32
|
+
"type-check:watch": "npm run type-check --watch",
|
|
31
33
|
"lint": "eslint src/ --ext .js --ext .ts",
|
|
32
|
-
"lint:fix": "
|
|
34
|
+
"lint:fix": "npm run lint --fix",
|
|
33
35
|
"prettier": "prettier --write .",
|
|
34
36
|
"test": "echo 'TODO'",
|
|
35
37
|
"clean": "rimraf ./dist",
|
|
36
38
|
"prebuild": "npm run clean",
|
|
37
39
|
"precommit": "npm run build:prod && npm run type-check && npm run lint",
|
|
38
|
-
"pushTaggedRelease": "git push --follow-tags --no-verify origin
|
|
40
|
+
"pushTaggedRelease": "git push --follow-tags --no-verify origin test-jfrog-migration",
|
|
39
41
|
"release": "standard-version"
|
|
40
42
|
},
|
|
41
43
|
"dependencies": {
|
|
42
|
-
"@unisphere/runtime": "
|
|
43
|
-
"@unisphere/runtime-js": "
|
|
44
|
+
"@unisphere/runtime": "1.52.1",
|
|
45
|
+
"@unisphere/runtime-js": "1.50.1"
|
|
44
46
|
},
|
|
45
47
|
"devDependencies": {
|
|
46
48
|
"@babel/core": "^7.23.7",
|
|
@@ -52,8 +54,8 @@
|
|
|
52
54
|
"@babel/runtime": "^7.23.8",
|
|
53
55
|
"@microsoft/api-extractor": "^7.48.1",
|
|
54
56
|
"@playkit-js/browserslist-config": "1.0.8",
|
|
55
|
-
"@playkit-js/common": "1.5.
|
|
56
|
-
"@playkit-js/kaltura-player-js": "3.17.
|
|
57
|
+
"@playkit-js/common": "1.5.26",
|
|
58
|
+
"@playkit-js/kaltura-player-js": "3.17.71",
|
|
57
59
|
"@playkit-js/ui-managers": "1.6.4",
|
|
58
60
|
"@playkit-js/webpack-common": "^1.0.3",
|
|
59
61
|
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
|
@@ -80,7 +82,7 @@
|
|
|
80
82
|
"webpack-dev-server": "^4.15.1"
|
|
81
83
|
},
|
|
82
84
|
"peerDependencies": {
|
|
83
|
-
"@playkit-js/kaltura-player-js": "3.17.
|
|
85
|
+
"@playkit-js/kaltura-player-js": "3.17.71",
|
|
84
86
|
"preact": "10.4.6",
|
|
85
87
|
"preact-i18n": "2.0.0-preactx.2"
|
|
86
88
|
},
|