pi-crew 0.2.18 → 0.2.20

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-crew",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
4
4
  "description": "Pi extension for coordinated AI teams, workflows, worktrees, and async task orchestration",
5
5
  "author": "baphuongna",
6
6
  "license": "MIT",
@@ -48,8 +48,8 @@
48
48
  "check:lazy-imports": "node scripts/check-lazy-imports.mjs",
49
49
  "typecheck": "tsc --noEmit && node --experimental-strip-types -e \"await import('./index.ts'); console.log('strip-types import ok')\"",
50
50
  "test": "npm run test:unit && npm run test:integration",
51
- "test:unit": "node --experimental-strip-types --test --test-concurrency=4 --test-isolation=process --test-timeout=30000 test/unit/*.test.ts",
52
- "test:watch": "node --experimental-strip-types --watch --test --test-concurrency=4 --test-isolation=process --test-timeout=30000 test/unit/*.test.ts",
51
+ "test:unit": "node --experimental-strip-types --test --test-concurrency=4 --test-timeout=30000 test/unit/*.test.ts",
52
+ "test:watch": "node --experimental-strip-types --watch --test --test-concurrency=4 --test-timeout=30000 test/unit/*.test.ts",
53
53
  "test:integration": "node --experimental-strip-types --test --test-concurrency=1 --test-timeout=120000 test/integration/*.test.ts",
54
54
  "build:bundle": "node scripts/build-bundle.mjs",
55
55
  "bench": "node scripts/run-bench.mjs",