@decantr/essence-spec 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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ const violations = evaluateGuard(essence, {});
|
|
|
39
39
|
|
|
40
40
|
## Compatibility
|
|
41
41
|
|
|
42
|
-
`@decantr/essence-spec` defines the active Essence v4 public contract for Decantr
|
|
42
|
+
`@decantr/essence-spec` defines the active Essence v4 public contract for Decantr 3. Runtime validation accepts v4 only; older Essence v2/v3 files are supported through `decantr migrate --to v4`.
|
|
43
43
|
|
|
44
44
|
- additive schema fields may be introduced in compatible minor releases
|
|
45
45
|
- breaking schema or migration behavior changes require a major version
|