@objectstack/cloud-connection 9.8.0 → 9.9.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/cloud-connection",
3
- "version": "9.8.0",
3
+ "version": "9.9.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,10 +14,10 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "9.8.0",
18
- "@objectstack/runtime": "9.8.0",
19
- "@objectstack/spec": "9.8.0",
20
- "@objectstack/types": "9.8.0"
17
+ "@objectstack/core": "9.9.0",
18
+ "@objectstack/runtime": "9.9.0",
19
+ "@objectstack/spec": "9.9.0",
20
+ "@objectstack/types": "9.9.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^25.9.3",