@henryqw/pi-herdr-btw 1.1.4 → 1.1.5

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 +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ pi install npm:@henryqw/pi-task-models
15
15
  pi install npm:@henryqw/pi-herdr-btw
16
16
  ```
17
17
 
18
- Requires Pi Coding Agent 0.84.2+, Herdr 0.7.4+, and a Herdr-managed pane.
18
+ Requires Pi Coding Agent 0.84.3+, Herdr 0.7.4+, and a Herdr-managed pane.
19
19
 
20
20
  ## With
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-btw",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Open and merge tool-enabled Pi side threads in Herdr panes.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -26,8 +26,8 @@
26
26
  "pack:check": "npm pack --dry-run"
27
27
  },
28
28
  "peerDependencies": {
29
- "@earendil-works/pi-agent-core": "^0.84.2",
30
- "@earendil-works/pi-coding-agent": "^0.84.2"
29
+ "@earendil-works/pi-agent-core": "^0.84.3",
30
+ "@earendil-works/pi-coding-agent": "^0.84.3"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@henryqw/pi-herdr": "^0.3.0",
50
- "@henryqw/pi-task-models": "^0.7.0",
50
+ "@henryqw/pi-task-models": "^1.0.0",
51
51
  "proper-lockfile": "^4.1.2"
52
52
  },
53
53
  "devDependencies": {