pi-hashline-edit-pro 1.1.1 → 1.1.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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -199,7 +199,7 @@ The alphabet is sized for an LLM consumer: the model tokenizes rather than squin
|
|
|
199
199
|
|
|
200
200
|
## Development
|
|
201
201
|
|
|
202
|
-
Requires [Node.js](https://nodejs.org) ≥ 22.
|
|
202
|
+
Requires [Node.js](https://nodejs.org) ≥ 22.19 and npm.
|
|
203
203
|
|
|
204
204
|
```bash
|
|
205
205
|
npm install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hashline-edit-pro",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Strict hashline read/replace tool for pi-coding-agent with hash-anchored edits (3-char, 62-symbol, perfect hashing)",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"diff": "^8.0.2",
|
|
36
36
|
"file-type": "^21.3.0",
|
|
37
|
-
"typebox": "^1.
|
|
37
|
+
"typebox": "^1.3.7",
|
|
38
38
|
"xxhash-wasm": "^1.1.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@earendil-works/pi-coding-agent": ">=0.
|
|
41
|
+
"@earendil-works/pi-coding-agent": ">=0.75.0",
|
|
42
42
|
"@earendil-works/pi-tui": "*"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": ">=22.
|
|
45
|
+
"node": ">=22.19.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"test": "vitest run",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"typecheck": "tsc --noEmit"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
55
|
+
"@earendil-works/pi-coding-agent": "^0.84.0",
|
|
56
56
|
"@eslint/js": "^10.0.1",
|
|
57
57
|
"@types/node": "^24.0.0",
|
|
58
58
|
"@vitest/coverage-v8": "^4.1.10",
|