@ggui-ai/registry-core 0.18.0 → 0.19.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ggui-ai/registry-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "Pure-TypeScript registry operations and storage interfaces for the ggui marketplace. No I/O, no HTTP — operations take typed inputs plus a storage deps bag and return discriminated-union results.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ggui",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"esbuild": "0.28.2",
|
|
55
55
|
"oxc-parser": "^0.131.0",
|
|
56
56
|
"zod": "^4.3.6",
|
|
57
|
-
"@ggui-ai/
|
|
58
|
-
"@ggui-ai/
|
|
59
|
-
"@ggui-ai/
|
|
57
|
+
"@ggui-ai/artifact-manifest": "0.19.0",
|
|
58
|
+
"@ggui-ai/gadget-signing": "0.19.0",
|
|
59
|
+
"@ggui-ai/protocol": "0.19.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependenciesMeta": {
|
|
62
62
|
"vitest": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"nock": "^13.5.6",
|
|
72
72
|
"typescript": "^5.0.0",
|
|
73
73
|
"vitest": "^3.2.6",
|
|
74
|
-
"@ggui-ai/protocol-conformance": "0.
|
|
74
|
+
"@ggui-ai/protocol-conformance": "0.19.0"
|
|
75
75
|
},
|
|
76
76
|
"repository": {
|
|
77
77
|
"type": "git",
|