@objectstack/cloud-connection 11.1.0 → 11.3.0
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.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -684,7 +684,7 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
684
684
|
width?: "full" | "large" | "small" | "medium" | undefined;
|
|
685
685
|
}[];
|
|
686
686
|
isDefault: boolean;
|
|
687
|
-
kind: "full" | "slotted";
|
|
687
|
+
kind: "full" | "slotted" | "jsx";
|
|
688
688
|
description?: string | undefined;
|
|
689
689
|
icon?: string | undefined;
|
|
690
690
|
variables?: {
|
|
@@ -1715,6 +1715,8 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1715
1715
|
} | undefined;
|
|
1716
1716
|
}[] | undefined;
|
|
1717
1717
|
} | undefined;
|
|
1718
|
+
source?: string | undefined;
|
|
1719
|
+
requires?: string[] | undefined;
|
|
1718
1720
|
}[];
|
|
1719
1721
|
navigationContributions: {
|
|
1720
1722
|
app: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -684,7 +684,7 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
684
684
|
width?: "full" | "large" | "small" | "medium" | undefined;
|
|
685
685
|
}[];
|
|
686
686
|
isDefault: boolean;
|
|
687
|
-
kind: "full" | "slotted";
|
|
687
|
+
kind: "full" | "slotted" | "jsx";
|
|
688
688
|
description?: string | undefined;
|
|
689
689
|
icon?: string | undefined;
|
|
690
690
|
variables?: {
|
|
@@ -1715,6 +1715,8 @@ declare const CLOUD_CONNECTION_UI_BUNDLE: {
|
|
|
1715
1715
|
} | undefined;
|
|
1716
1716
|
}[] | undefined;
|
|
1717
1717
|
} | undefined;
|
|
1718
|
+
source?: string | undefined;
|
|
1719
|
+
requires?: string[] | undefined;
|
|
1718
1720
|
}[];
|
|
1719
1721
|
navigationContributions: {
|
|
1720
1722
|
app: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/cloud-connection",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Runtime-side client for an ObjectStack cloud control plane — marketplace browse proxy, install-local, device-code binding, org catalog and installed views, and the /api/v1/runtime/config discovery endpoint. Open mechanism (ADR-0008): the hub service, plan policy, and entitlements stay server-side.",
|
|
6
6
|
"type": "module",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "11.
|
|
18
|
-
"@objectstack/runtime": "11.
|
|
19
|
-
"@objectstack/spec": "11.
|
|
20
|
-
"@objectstack/types": "11.
|
|
17
|
+
"@objectstack/core": "11.3.0",
|
|
18
|
+
"@objectstack/runtime": "11.3.0",
|
|
19
|
+
"@objectstack/spec": "11.3.0",
|
|
20
|
+
"@objectstack/types": "11.3.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@types/node": "^26.0.
|
|
23
|
+
"@types/node": "^26.0.1",
|
|
24
24
|
"typescript": "^6.0.3",
|
|
25
25
|
"vitest": "^4.1.9"
|
|
26
26
|
},
|