@decantr/registry 3.0.2 → 3.4.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -70,9 +70,9 @@ Blueprint records can include `blueprint_portfolio` metadata. List/search summar
|
|
|
70
70
|
|
|
71
71
|
## Compatibility
|
|
72
72
|
|
|
73
|
-
`@decantr/registry` is part of the stable public Decantr package surface in the
|
|
73
|
+
`@decantr/registry` is part of the stable public Decantr package surface in the Decantr 3 line.
|
|
74
74
|
|
|
75
|
-
- exported schema paths and documented client entrypoints are expected to remain stable across
|
|
75
|
+
- exported schema paths and documented client entrypoints are expected to remain stable across compatible releases
|
|
76
76
|
- additive response fields may be introduced without breaking the stable contract
|
|
77
77
|
- breaking client, schema, or path changes require a major version
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/registry",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Certified vocabulary contracts, schemas, API client, and content utilities for Decantr",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"decantr",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@decantr/essence-spec": "3.0
|
|
72
|
+
"@decantr/essence-spec": "3.4.0"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "tsup",
|