@alpacakit/core 0.1.0-beta.20 → 0.1.0-beta.21

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,10 +6,10 @@ packages and the `alpacaloop` control plane: branded ids, port interfaces
6
6
  map/keyed registries, sequential pipelines, zod schema helpers and codecs,
7
7
  defaulted model factories, and immer-based immutable mutation helpers.
8
8
 
9
- This package is published together with the root `alpacaloop` package and
10
- `@alpacakit/plan-graph` (which depends on it). Its zod and immer coupling
11
- is deliberate: schema helpers and mutation helpers are part of the public
12
- API, so both libraries are pinned runtime dependencies.
9
+ This package is published in lockstep with the other `@alpacakit/*` libraries,
10
+ including `@alpacakit/plan-graph` (which depends on it). Its zod and immer
11
+ coupling is deliberate: schema helpers and mutation helpers are part of the
12
+ public API, so both libraries are pinned runtime dependencies.
13
13
 
14
14
  Main exports: `createMapRegistry` / `createKeyedRegistry`,
15
15
  `createOrderedResolver`, `createSequentialPipeline`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpacakit/core",
3
- "version": "0.1.0-beta.20",
3
+ "version": "0.1.0-beta.21",
4
4
  "description": "Architecture-neutral kernel primitives: branded ids, ports, registries, pipelines, payload codecs, and immutable mutation helpers.",
5
5
  "license": "MIT",
6
6
  "type": "module",