@playkit-js/unisphere 0.0.20-canary.0-245c2f5 → 0.0.20

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