@henryqw/pi-herdr-rename 2.1.4 → 2.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 +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ pi install npm:@henryqw/pi-task-models
14
14
  pi install npm:@henryqw/pi-herdr-rename
15
15
  ```
16
16
 
17
- Requires Pi Coding Agent 0.84.2+.
17
+ Requires Pi Coding Agent 0.84.3+.
18
18
 
19
19
  ## With
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-herdr-rename",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Generate short Pi display titles and rename the current Herdr location.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -25,7 +25,7 @@
25
25
  "pack:check": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@earendil-works/pi-coding-agent": "^0.84.2"
28
+ "@earendil-works/pi-coding-agent": "^0.84.3"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@henryqw/pi-herdr": "^0.3.0",
48
- "@henryqw/pi-task-models": "^0.7.0"
48
+ "@henryqw/pi-task-models": "^1.0.0"
49
49
  }
50
50
  }