@camera.ui/sdk 0.0.10 → 0.0.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -3379,6 +3379,8 @@ interface CameraDetectionSettings {
3379
3379
  interface CameraFrameWorkerSettings {
3380
3380
  /** Target frames per second for detection */
3381
3381
  fps: number;
3382
+ /** Capture event thumbnails from the highest-resolution source. */
3383
+ hqSnapshots?: boolean;
3382
3384
  }
3383
3385
  /**
3384
3386
  * Snapshot settings for a camera.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "camera.ui sdk",
5
5
  "exports": {
6
6
  ".": {
@@ -34,13 +34,13 @@
34
34
  "@rollup/plugin-typescript": "^12.3.0",
35
35
  "@stylistic/eslint-plugin": "^5.10.0",
36
36
  "@types/multicast-dns": "^7.2.4",
37
- "@types/node": "26.0.1",
38
- "@typescript-eslint/parser": "^8.62.0",
37
+ "@types/node": "26.1.0",
38
+ "@typescript-eslint/parser": "^8.62.1",
39
39
  "cpy-cli": "^7.0.0",
40
40
  "eslint": "9.39.2",
41
- "eslint-plugin-jsdoc": "^63.0.10",
41
+ "eslint-plugin-jsdoc": "^63.0.11",
42
42
  "globals": "^17.7.0",
43
- "prettier": "^3.9.1",
43
+ "prettier": "^3.9.4",
44
44
  "rimraf": "^6.1.3",
45
45
  "rollup": "^4.62.2",
46
46
  "rollup-plugin-dts": "^6.4.1",
@@ -48,7 +48,7 @@
48
48
  "typedoc-plugin-markdown": "^4.12.0",
49
49
  "typedoc-vitepress-theme": "^1.1.3",
50
50
  "typescript": "5.9.3",
51
- "typescript-eslint": "^8.62.0",
51
+ "typescript-eslint": "^8.62.1",
52
52
  "vitepress": "^1.6.4",
53
53
  "vitest": "^4.1.9",
54
54
  "werift": "0.23.0",