@camera.ui/camera-ui-onvif 0.0.4 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
- ## [1.0.0] - 01.07.2026
1
+ ## [1.0.1]
2
+
3
+ - Bugfixes and improvements
4
+
5
+ ## [1.0.0]
2
6
 
3
7
  - Initial Release
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Onvif",
3
3
  "name": "@camera.ui/camera-ui-onvif",
4
- "version": "0.0.4",
4
+ "version": "1.0.1",
5
5
  "description": "ONVIF integration for camera.ui. Provides camera discovery, PTZ control, and motion, object, audio and face events via ONVIF.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "type": "commonjs",
@@ -12,12 +12,12 @@
12
12
  "bundle": "npm run format && npm run lint && npm run build && cui bundle",
13
13
  "bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
14
14
  "format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
15
- "install-updates": "npm i --save",
15
+ "install-updates": "npm i --save --force",
16
16
  "lint": "eslint --fix .",
17
17
  "prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n npm run publish:alpha\\n npm run publish:beta\\n npm run publish:latest\\n');process.exit(1)}\"",
18
- "publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
19
- "publish:beta": "npm i --save && npm run bundle && cui publish --beta",
20
- "publish:latest": "npm i --save && npm run bundle && cui publish --latest",
18
+ "publish:alpha": "npm i --save --force && npm run bundle && cui publish --alpha",
19
+ "publish:beta": "npm i --save --force && npm run bundle && cui publish --beta",
20
+ "publish:latest": "npm i --save --force && npm run bundle && cui publish --latest",
21
21
  "update": "updates --update ./"
22
22
  },
23
23
  "bugs": {
@@ -27,6 +27,8 @@
27
27
  "camera.ui": ">=0.0.50",
28
28
  "node": ">=20.19.0"
29
29
  },
30
+ "os": [],
31
+ "cpu": [],
30
32
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-onvif#readme",
31
33
  "keywords": [
32
34
  "camera-ui-plugin",