@camera.ui/camera-ui-audio-yamnet 1.1.2 → 1.1.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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.1.3]
2
+
3
+ - Bump camera.ui engine and SDK
4
+
1
5
  ## [1.1.2]
2
6
 
3
7
  - Bugfixes and improvements
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # YAMNet Audio
2
2
 
3
3
  Audio event detection for camera.ui. Classifies sounds from camera audio streams using the YAMNet model.
4
-
5
- `@camera.ui/camera-ui-audio-yamnet`
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "YAMNet Audio Detection",
3
3
  "name": "@camera.ui/camera-ui-audio-yamnet",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "description": "Audio event detection for camera.ui. Classifies sounds from camera audio streams using the YAMNet model.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/main.py",
@@ -25,7 +25,7 @@
25
25
  "url": "https://github.com/cameraui/plugins/issues"
26
26
  },
27
27
  "engines": {
28
- "camera.ui": ">=2.0.6",
28
+ "camera.ui": ">=2.0.11",
29
29
  "node": ">=22.0.0"
30
30
  },
31
31
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-audio-yamnet#readme",