@opengeni/core 3.0.0-canary.0 → 3.0.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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeni/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "OpenGeni framework-agnostic core: the domain, access, and billing layers (neutral access, off-HTTP V2 surface). Behavior-preserving extraction from apps/api — keeps Hono's HTTPException for error throwing (typed-errors cleanup deferred).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
61
|
-
"@opengeni/capabilities": "^0.3.
|
|
62
|
-
"@opengeni/codex": "^0.2.23
|
|
63
|
-
"@opengeni/config": "^1.2.
|
|
64
|
-
"@opengeni/contracts": "^4.
|
|
65
|
-
"@opengeni/db": "^5.0.
|
|
66
|
-
"@opengeni/documents": "^0.8.
|
|
67
|
-
"@opengeni/events": "^0.4.
|
|
68
|
-
"@opengeni/network": "^0.3.1
|
|
69
|
-
"@opengeni/observability": "^0.8.
|
|
70
|
-
"@opengeni/runtime": "^3.0.
|
|
71
|
-
"@opengeni/storage": "^0.2.
|
|
61
|
+
"@opengeni/capabilities": "^0.3.4",
|
|
62
|
+
"@opengeni/codex": "^0.2.23",
|
|
63
|
+
"@opengeni/config": "^1.2.2",
|
|
64
|
+
"@opengeni/contracts": "^4.1.0",
|
|
65
|
+
"@opengeni/db": "^5.0.1",
|
|
66
|
+
"@opengeni/documents": "^0.8.30",
|
|
67
|
+
"@opengeni/events": "^0.4.28",
|
|
68
|
+
"@opengeni/network": "^0.3.1",
|
|
69
|
+
"@opengeni/observability": "^0.8.29",
|
|
70
|
+
"@opengeni/runtime": "^3.0.1",
|
|
71
|
+
"@opengeni/storage": "^0.2.130",
|
|
72
72
|
"hono": "^4.12.18",
|
|
73
73
|
"zod": "^4.2.1"
|
|
74
74
|
},
|