@alpacakit/plan-graph 0.1.0-beta.19 → 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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,8 @@ computation, and zod schemas for the whole vocabulary.
9
9
  The `alpacaloop` control plane consumes this package as thin projections
10
10
  over its own workflow state; the package itself is provider- and
11
11
  runtime-neutral. It depends on `@alpacakit/core` for the shared primitive
12
- vocabulary and is published together with it and the root package.
12
+ vocabulary and is published in lockstep with the other `@alpacakit/*`
13
+ libraries.
13
14
 
14
15
  Main exports: `PlanGraphDefinition` and the node/edge model types,
15
16
  `validatePlanGraph` / `createPlanGraphValidator`, the `PlanGraphPatch`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpacakit/plan-graph",
3
- "version": "0.1.0-beta.19",
3
+ "version": "0.1.0-beta.21",
4
4
  "description": "Typed DAG kernel for plan-shaped graphs.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "immer": "^11.1.8",
25
25
  "zod": "^4.3.6",
26
- "@alpacakit/core": "0.1.0-beta.19"
26
+ "@alpacakit/core": "0.1.0-beta.21"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.9.3",