@camera.ui/nvr 0.0.2 → 0.0.3
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/index.js +1 -1
- package/package.json +17 -12
- package/dist/assets/nvrPlayback.worker-CjAx0s9z.js +0 -90
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/nvr",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "camera.ui NVR client — Vue component library and views for browsing, playback and management of camera recordings in the camera.ui ecosystem",
|
|
5
5
|
"author": "seydx",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"./style.css": "./dist/index.css"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
+
"audit": "npm audit fix",
|
|
23
24
|
"build": "rimraf dist && vite build",
|
|
24
25
|
"dev": "vite --config vite.config.dev.ts",
|
|
25
26
|
"format": "prettier --write 'src/' --ignore-unknown --no-error-on-unmatched-pattern",
|
|
@@ -27,32 +28,33 @@
|
|
|
27
28
|
"lint": "eslint .",
|
|
28
29
|
"lint:fix": "eslint --fix .",
|
|
29
30
|
"prepublishOnly": "npm i --package-lock-only --force && npm run lint:fix && npm run format && npm run build",
|
|
31
|
+
"release": "bash scripts/release.sh",
|
|
30
32
|
"test": "vitest run",
|
|
31
33
|
"test:watch": "vitest",
|
|
32
34
|
"update": "updates --update ./"
|
|
33
35
|
},
|
|
34
36
|
"peerDependencies": {
|
|
35
|
-
"@camera.ui/browser": ">=0.0.
|
|
36
|
-
"@camera.ui/sdk": ">=0.0.
|
|
37
|
-
"@camera.ui/transport": ">=0.0.
|
|
37
|
+
"@camera.ui/browser": ">=0.0.117",
|
|
38
|
+
"@camera.ui/sdk": ">=0.0.7",
|
|
39
|
+
"@camera.ui/transport": ">=0.0.5",
|
|
38
40
|
"@vueuse/core": ">=14.3.0",
|
|
39
41
|
"primevue": ">=4.5.5",
|
|
40
42
|
"vue": ">=3.5.38",
|
|
41
|
-
"vue-i18n": ">=11.4.
|
|
43
|
+
"vue-i18n": ">=11.4.6"
|
|
42
44
|
},
|
|
43
45
|
"devDependencies": {
|
|
44
|
-
"@camera.ui/browser": "
|
|
45
|
-
"@camera.ui/rpc": "^1.0.
|
|
46
|
-
"@camera.ui/sdk": "
|
|
47
|
-
"@camera.ui/transport": "
|
|
48
|
-
"@iconify/json": "^2.2.
|
|
46
|
+
"@camera.ui/browser": "~0.0.117",
|
|
47
|
+
"@camera.ui/rpc": "^1.0.4",
|
|
48
|
+
"@camera.ui/sdk": "~0.0.7",
|
|
49
|
+
"@camera.ui/transport": "~0.0.5",
|
|
50
|
+
"@iconify/json": "^2.2.488",
|
|
49
51
|
"@microsoft/api-extractor": "^7.58.9",
|
|
50
52
|
"@primeuix/themes": "^2.0.3",
|
|
51
53
|
"@primevue/auto-import-resolver": "^4.5.5",
|
|
52
54
|
"@primevue/core": "^4.5.5",
|
|
53
55
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
54
56
|
"@tailwindcss/vite": "^4.3.1",
|
|
55
|
-
"@types/node": "^
|
|
57
|
+
"@types/node": "^26.0.0",
|
|
56
58
|
"@types/webrtc": "^0.0.47",
|
|
57
59
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
58
60
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
@@ -80,9 +82,12 @@
|
|
|
80
82
|
"vite": "^8.0.16",
|
|
81
83
|
"vitest": "^4.1.9",
|
|
82
84
|
"vue": "^3.5.38",
|
|
83
|
-
"vue-i18n": "^11.4.
|
|
85
|
+
"vue-i18n": "^11.4.6",
|
|
84
86
|
"vue-tsc": "^3.3.5"
|
|
85
87
|
},
|
|
88
|
+
"overrides": {
|
|
89
|
+
"@vue/language-core": "$@vue/language-core"
|
|
90
|
+
},
|
|
86
91
|
"keywords": [
|
|
87
92
|
"camera.ui",
|
|
88
93
|
"nvr",
|