@camera.ui/sdk 0.0.14 → 0.0.15
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.d.ts +2 -0
- package/dist/internal/index.d.ts +2 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -5541,6 +5541,8 @@ interface DiscoveredCamera {
|
|
|
5541
5541
|
manufacturer?: string;
|
|
5542
5542
|
/** Camera model label (optional). */
|
|
5543
5543
|
model?: string;
|
|
5544
|
+
/** Network address (IP or hostname) shown in the UI to disambiguate same-model cameras. */
|
|
5545
|
+
address?: string;
|
|
5544
5546
|
}
|
|
5545
5547
|
|
|
5546
5548
|
/**
|
package/dist/internal/index.d.ts
CHANGED
|
@@ -837,6 +837,8 @@ interface DiscoveredCamera {
|
|
|
837
837
|
manufacturer?: string;
|
|
838
838
|
/** Camera model label (optional). */
|
|
839
839
|
model?: string;
|
|
840
|
+
/** Network address (IP or hostname) shown in the UI to disambiguate same-model cameras. */
|
|
841
|
+
address?: string;
|
|
840
842
|
}
|
|
841
843
|
|
|
842
844
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "camera.ui sdk",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@typescript-eslint/parser": "^8.63.0",
|
|
39
39
|
"cpy-cli": "^7.0.0",
|
|
40
40
|
"eslint": "9.39.2",
|
|
41
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
41
|
+
"eslint-plugin-jsdoc": "^63.0.13",
|
|
42
42
|
"globals": "^17.7.0",
|
|
43
|
-
"prettier": "^3.9.
|
|
43
|
+
"prettier": "^3.9.5",
|
|
44
44
|
"rimraf": "^6.1.3",
|
|
45
45
|
"rollup": "^4.62.2",
|
|
46
46
|
"rollup-plugin-dts": "^6.4.1",
|