@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 V2. Runtime validation accepts v4 only; older Essence v2/v3 files are supported through `decantr migrate --to v4`.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/essence-spec",
3
- "version": "3.0.2",
3
+ "version": "3.4.0",
4
4
  "description": "Essence schemas, validation, migration, and TypeScript types for Decantr",
5
5
  "keywords": [
6
6
  "decantr",