pi-shadow-mind 0.1.13 → 0.1.14

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-shadow-mind",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Parallel cognitive runtime for Pi",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -36,9 +36,6 @@
36
36
  "verify": "npm run typecheck && npm test",
37
37
  "prepack": "npm run verify && npm run build"
38
38
  },
39
- "dependencies": {
40
- "yaml": "^2.8.1"
41
- },
42
39
  "peerDependencies": {
43
40
  "@earendil-works/pi-agent-core": "*",
44
41
  "@earendil-works/pi-ai": "*",
@@ -55,6 +52,7 @@
55
52
  "esbuild": "^0.25.0",
56
53
  "typebox": "^1.3.13",
57
54
  "typescript": "^5.9.3",
58
- "vitest": "^3.2.4"
55
+ "vitest": "^3.2.4",
56
+ "yaml": "^2.8.1"
59
57
  }
60
58
  }