@intentic/sandbox-contract 1.230.2 → 1.230.3

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentic/sandbox-contract",
3
- "version": "1.230.2",
3
+ "version": "1.230.3",
4
4
  "description": "oRPC wire contract for the intentic sandbox daemon, shared by the daemon and its browser client",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -89,9 +89,9 @@
89
89
  "@orpc/contract": "1.14.13",
90
90
  "tslib": "2.8.1",
91
91
  "zod": "4.4.3",
92
- "@intentic/constants": "1.230.2",
93
- "@intentic/extension-manifest": "1.230.2",
94
- "@intentic/registry": "1.230.2"
92
+ "@intentic/constants": "1.230.3",
93
+ "@intentic/extension-manifest": "1.230.3",
94
+ "@intentic/registry": "1.230.3"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@types/node": "24.13.2",