@osolmaz/pi-workflows 0.16.3 → 0.16.4

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.
package/herdr-plugin.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  id = "osolmaz.pi-workflows"
2
2
  name = "pi-workflows"
3
- version = "0.16.3"
3
+ version = "0.16.4"
4
4
  min_herdr_version = "0.7.0"
5
5
  description = "Open the active pi-workflows run in piw from a managed Herdr pane."
6
6
  platforms = ["linux", "macos"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osolmaz/pi-workflows",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "description": "Workflow and resource manager runtime with a live terminal viewer for the pi coding agent",
5
5
  "keywords": [
6
6
  "pi-package"
@@ -71,14 +71,15 @@
71
71
  "typecheck": "tsc -p tsconfig.json --noEmit"
72
72
  },
73
73
  "dependencies": {
74
+ "@earendil-works/pi-server": ">=0.85.0",
74
75
  "better-sqlite3": "^13.0.2",
75
76
  "jiti": "^2.7.0",
76
77
  "tsx": "^4.23.13"
77
78
  },
78
79
  "devDependencies": {
79
- "@earendil-works/pi-ai": "0.84.2",
80
- "@earendil-works/pi-coding-agent": "0.84.2",
81
- "@earendil-works/pi-tui": "0.84.2",
80
+ "@earendil-works/pi-ai": "0.85.0",
81
+ "@earendil-works/pi-coding-agent": "0.85.0",
82
+ "@earendil-works/pi-tui": "0.85.0",
82
83
  "@types/better-sqlite3": "^7.6.13",
83
84
  "@types/node": "^26.1.1",
84
85
  "@vitest/coverage-istanbul": "^4.1.10",
@@ -89,9 +90,9 @@
89
90
  "vitest": "^4.1.10"
90
91
  },
91
92
  "peerDependencies": {
92
- "@earendil-works/pi-ai": ">=0.84.2 <0.85.0",
93
- "@earendil-works/pi-coding-agent": ">=0.84.2 <0.85.0",
94
- "@earendil-works/pi-tui": ">=0.84.2 <0.85.0",
93
+ "@earendil-works/pi-ai": ">=0.84.2",
94
+ "@earendil-works/pi-coding-agent": ">=0.84.2",
95
+ "@earendil-works/pi-tui": ">=0.84.2",
95
96
  "typebox": "*"
96
97
  },
97
98
  "engines": {