@hydranium/data-client-theia 1.0.0-next.70 → 1.0.0-next.71

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hydranium/data-client-theia",
3
- "version": "1.0.0-next.70",
3
+ "version": "1.0.0-next.71",
4
4
  "description": "Theia-coupled client primitives for the hydranium data-server protocol head; companion of @hydranium/data-server. Bridges framework typed errors (e.g. ConflictError) across Theia's RPC boundary so their code + data survive the wire.",
5
5
  "keywords": [
6
6
  "hydranium",
@@ -70,9 +70,9 @@
70
70
  "watch": "tsc -b -w --preserveWatchOutput"
71
71
  },
72
72
  "devDependencies": {
73
- "@hydranium/client-theia": "1.0.0-next.70",
74
- "@hydranium/core": "1.0.0-next.70",
75
- "@hydranium/protocol": "1.0.0-next.70",
73
+ "@hydranium/client-theia": "1.0.0-next.71",
74
+ "@hydranium/core": "1.0.0-next.71",
75
+ "@hydranium/protocol": "1.0.0-next.71",
76
76
  "@theia/core": "^1.70.0",
77
77
  "@theia/workspace": "^1.70.0",
78
78
  "@types/node": "^22.0.0",
@@ -83,9 +83,9 @@
83
83
  "vscode-jsonrpc": "9.0.1"
84
84
  },
85
85
  "peerDependencies": {
86
- "@hydranium/client-theia": "1.0.0-next.70",
87
- "@hydranium/core": "1.0.0-next.70",
88
- "@hydranium/protocol": "1.0.0-next.70",
86
+ "@hydranium/client-theia": "1.0.0-next.71",
87
+ "@hydranium/core": "1.0.0-next.71",
88
+ "@hydranium/protocol": "1.0.0-next.71",
89
89
  "@theia/core": "^1.70.0",
90
90
  "@theia/workspace": "^1.70.0",
91
91
  "inversify": "^6.0.0",