@decantr/core 3.1.0 → 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 +3 -3
package/README.md CHANGED
@@ -15,7 +15,7 @@ npm install @decantr/core
15
15
 
16
16
  ## Stability
17
17
 
18
- `@decantr/core` is published for advanced package consumers that need low-level execution-pack primitives. It is stable in the `2.x` line for the documented exports in this package, but it is still not the recommended first integration surface for most Decantr adopters.
18
+ `@decantr/core` is published for advanced package consumers that need low-level execution-pack primitives. It is stable in the Decantr 3 line for the documented exports in this package, but it is still not the recommended first integration surface for most Decantr adopters.
19
19
 
20
20
  ## What It Exports
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/core",
3
- "version": "3.1.0",
3
+ "version": "3.4.0",
4
4
  "description": "Decantr core — execution-pack, typed graph, and Contract capsule primitives",
5
5
  "keywords": [
6
6
  "decantr",
@@ -60,8 +60,8 @@
60
60
  "access": "public"
61
61
  },
62
62
  "dependencies": {
63
- "@decantr/essence-spec": "3.1.0",
64
- "@decantr/registry": "3.1.0"
63
+ "@decantr/essence-spec": "3.4.0",
64
+ "@decantr/registry": "3.4.0"
65
65
  },
66
66
  "devDependencies": {},
67
67
  "scripts": {