@davidorex/pi-workflows 0.9.1 → 0.9.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -190,6 +190,6 @@ Runs `tsx --test src/*.test.ts`. 500+ tests covering step types, expressions, DA
190
190
 
191
191
  ## Development
192
192
 
193
- Part of the [`pi-project-workflows`](../../README.md) monorepo. All three packages (pi-project, pi-workflows, pi-behavior-monitors) are versioned in lockstep at 0.2.0.
193
+ Part of the [`pi-project-workflows`](../../README.md) monorepo. All three packages (pi-project, pi-workflows, pi-behavior-monitors) are versioned in lockstep at 0.9.1.
194
194
 
195
195
  `npm run build` compiles TypeScript to `dist/` via `tsc`. The package ships `dist/`, not `src/` — the `pi.extensions` entry point is `./dist/index.js`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidorex/pi-workflows",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Workflow orchestration extension for Pi",
5
5
  "license": "MIT",
6
6
  "author": "David Ryan",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "nunjucks": "^3.2.4",
44
44
  "yaml": "^2.7.1",
45
- "@davidorex/pi-project": "^0.9.1",
45
+ "@davidorex/pi-project": "^0.9.2",
46
46
  "@mariozechner/pi-ai": "^0.63.1",
47
47
  "@mariozechner/pi-coding-agent": "^0.63.1",
48
48
  "@mariozechner/pi-tui": "^0.63.1",