@intentic/sandbox-contract 1.238.0 → 1.238.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/sandbox-contract",
|
|
3
|
-
"version": "1.238.
|
|
3
|
+
"version": "1.238.1",
|
|
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",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@intentic/constants": "1.238.
|
|
123
|
-
"@intentic/extension-manifest": "1.238.
|
|
124
|
-
"@intentic/registry": "1.238.
|
|
122
|
+
"@intentic/constants": "1.238.1",
|
|
123
|
+
"@intentic/extension-manifest": "1.238.1",
|
|
124
|
+
"@intentic/registry": "1.238.1",
|
|
125
125
|
"@orpc/contract": "1.14.13",
|
|
126
126
|
"tslib": "2.8.1",
|
|
127
127
|
"zod": "4.4.3"
|