@decantr/registry 1.0.3 → 1.0.4
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Registry contracts, schemas, API client, and content utilities for Decantr",
|
|
5
5
|
"author": "Decantr AI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,11 +49,14 @@
|
|
|
49
49
|
"dist",
|
|
50
50
|
"schema"
|
|
51
51
|
],
|
|
52
|
+
"engines": {
|
|
53
|
+
"node": ">=20"
|
|
54
|
+
},
|
|
52
55
|
"publishConfig": {
|
|
53
56
|
"access": "public"
|
|
54
57
|
},
|
|
55
58
|
"dependencies": {
|
|
56
|
-
"@decantr/essence-spec": "1.0.
|
|
59
|
+
"@decantr/essence-spec": "1.0.6"
|
|
57
60
|
},
|
|
58
61
|
"scripts": {
|
|
59
62
|
"build": "tsup",
|
|
@@ -175,6 +175,14 @@
|
|
|
175
175
|
"presetDescription": {
|
|
176
176
|
"type": "string",
|
|
177
177
|
"description": "Per-preset prose copied from pattern.presets[preset].description. Rendered by the page-pack markdown as preset-specific guidance."
|
|
178
|
+
},
|
|
179
|
+
"interactions": {
|
|
180
|
+
"type": "array",
|
|
181
|
+
"description": "Declared interaction requirements copied from the pattern contract.",
|
|
182
|
+
"items": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"minLength": 1
|
|
185
|
+
}
|
|
178
186
|
}
|
|
179
187
|
},
|
|
180
188
|
"additionalProperties": false
|