@camera.ui/sdk 0.0.7 → 0.0.8
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 +9 -0
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -5281,6 +5281,15 @@ interface CoreManager {
|
|
|
5281
5281
|
* @returns Array of server addresses
|
|
5282
5282
|
*/
|
|
5283
5283
|
getServerAddresses(): Promise<string[]>;
|
|
5284
|
+
/**
|
|
5285
|
+
* Get the cloud server identity this server is registered as.
|
|
5286
|
+
*
|
|
5287
|
+
* Returns the cloud `server_id` from the active cloud pairing, or an empty
|
|
5288
|
+
* string when the server is not connected to the cloud.
|
|
5289
|
+
*
|
|
5290
|
+
* @returns Cloud server id, or an empty string if not paired
|
|
5291
|
+
*/
|
|
5292
|
+
getCloudServerId(): Promise<string>;
|
|
5284
5293
|
/**
|
|
5285
5294
|
* Get all active plugins that implement a specific interface.
|
|
5286
5295
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "camera.ui sdk",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -34,21 +34,21 @@
|
|
|
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": "
|
|
38
|
-
"@typescript-eslint/parser": "^8.
|
|
37
|
+
"@types/node": "26.0.0",
|
|
38
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
39
39
|
"cpy-cli": "^7.0.0",
|
|
40
40
|
"eslint": "9.39.2",
|
|
41
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
42
|
-
"globals": "^17.
|
|
41
|
+
"eslint-plugin-jsdoc": "^63.0.7",
|
|
42
|
+
"globals": "^17.7.0",
|
|
43
43
|
"prettier": "^3.8.4",
|
|
44
44
|
"rimraf": "^6.1.3",
|
|
45
|
-
"rollup": "^4.62.
|
|
45
|
+
"rollup": "^4.62.2",
|
|
46
46
|
"rollup-plugin-dts": "^6.4.1",
|
|
47
47
|
"tsyringe": "^4.10.0",
|
|
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.
|
|
51
|
+
"typescript-eslint": "^8.62.0",
|
|
52
52
|
"vitepress": "^1.6.4",
|
|
53
53
|
"vitest": "^4.1.9",
|
|
54
54
|
"werift": "0.23.0",
|