pi-nested-skills 0.2.1 → 0.2.2

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/README.md CHANGED
@@ -66,7 +66,7 @@ The package does not access credentials, make network requests, start processes,
66
66
  ## Requirements
67
67
 
68
68
  - Node.js 22 or newer.
69
- - Pi `>=0.80.0 <0.81.0`.
69
+ - Pi `>=0.80.0`.
70
70
 
71
71
  ## License
72
72
 
package/README.zh-CN.md CHANGED
@@ -66,7 +66,7 @@ pi install npm:pi-nested-skills
66
66
  ## 要求
67
67
 
68
68
  - Node.js 22 或更高版本。
69
- - Pi `>=0.80.0 <0.81.0`。
69
+ - Pi `>=0.80.0`。
70
70
 
71
71
  ## 许可证
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-nested-skills",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Pi extension for recursive nested-skill discovery and aliases",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -58,15 +58,15 @@
58
58
  "autocomplete"
59
59
  ],
60
60
  "peerDependencies": {
61
- "@earendil-works/pi-coding-agent": ">=0.80.0 <0.81.0",
62
- "@earendil-works/pi-tui": ">=0.80.0 <0.81.0"
61
+ "@earendil-works/pi-coding-agent": ">=0.80.0",
62
+ "@earendil-works/pi-tui": ">=0.80.0"
63
63
  },
64
64
  "dependencies": {
65
- "pi-extensions-i18n": "^0.4.0"
65
+ "pi-extensions-i18n": "^0.4.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@earendil-works/pi-coding-agent": "0.80.10",
69
- "@earendil-works/pi-tui": "0.80.10",
68
+ "@earendil-works/pi-coding-agent": "0.85.1",
69
+ "@earendil-works/pi-tui": "0.85.1",
70
70
  "@types/node": "24.12.4",
71
71
  "tsx": "4.23.1",
72
72
  "typescript": "5.9.3"