@acpus/core 0.7.0-alpha.0 → 0.7.0-alpha.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acpus/core",
3
- "version": "0.7.0-alpha.0",
3
+ "version": "0.7.0-alpha.2",
4
4
  "type": "module",
5
5
  "description": "Acpus TypeScript Workflow Core: Schema bridge, Acpus Expr IR, zx/core-backed Task command wrapper, authoring DSL, and validator.",
6
6
  "keywords": [
@@ -55,7 +55,7 @@
55
55
  "neverthrow": "^8.2.0",
56
56
  "zod": "^4.4.3",
57
57
  "zx": "^8.8.5",
58
- "@acpus/expression": "0.1.0-alpha.0"
58
+ "@acpus/expression": "0.1.0-alpha.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/node": "^22.15.30"