@xiboplayer/core 0.1.1 → 0.1.2
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiboplayer/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Xibo Player core orchestration and lifecycle management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -8,26 +8,16 @@
|
|
|
8
8
|
".": "./src/index.js",
|
|
9
9
|
"./player-core": "./src/player-core.js"
|
|
10
10
|
},
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"build": "vite build",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"proxy": "node proxy.js",
|
|
16
|
-
"test": "vitest run",
|
|
17
|
-
"test:watch": "vitest",
|
|
18
|
-
"test:ui": "vitest --ui",
|
|
19
|
-
"test:coverage": "vitest run --coverage"
|
|
20
|
-
},
|
|
21
11
|
"dependencies": {
|
|
22
|
-
"@xiboplayer/utils": "workspace:*",
|
|
23
12
|
"@xibosignage/xibo-communication-framework": "^0.0.6",
|
|
24
|
-
"nanoevents": "^9.1.0"
|
|
13
|
+
"nanoevents": "^9.1.0",
|
|
14
|
+
"@xiboplayer/utils": "0.1.2"
|
|
25
15
|
},
|
|
26
16
|
"peerDependencies": {
|
|
27
|
-
"@xiboplayer/cache": "
|
|
28
|
-
"@xiboplayer/renderer": "
|
|
29
|
-
"@xiboplayer/schedule": "
|
|
30
|
-
"@xiboplayer/xmds": "
|
|
17
|
+
"@xiboplayer/cache": "0.1.2",
|
|
18
|
+
"@xiboplayer/renderer": "0.1.2",
|
|
19
|
+
"@xiboplayer/schedule": "0.1.2",
|
|
20
|
+
"@xiboplayer/xmds": "0.1.2"
|
|
31
21
|
},
|
|
32
22
|
"devDependencies": {
|
|
33
23
|
"vite": "^7.3.1",
|
|
@@ -49,5 +39,15 @@
|
|
|
49
39
|
"type": "git",
|
|
50
40
|
"url": "git+https://github.com/xibo-players/xiboplayer.git",
|
|
51
41
|
"directory": "packages/core"
|
|
42
|
+
},
|
|
43
|
+
"scripts": {
|
|
44
|
+
"dev": "vite",
|
|
45
|
+
"build": "vite build",
|
|
46
|
+
"preview": "vite preview",
|
|
47
|
+
"proxy": "node proxy.js",
|
|
48
|
+
"test": "vitest run",
|
|
49
|
+
"test:watch": "vitest",
|
|
50
|
+
"test:ui": "vitest --ui",
|
|
51
|
+
"test:coverage": "vitest run --coverage"
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|