pi-hashline-edit-pro 0.3.7 → 0.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-hashline-edit-pro",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Strict hashline read/edit tool override for pi-coding-agent with hash-anchored edits (4-char, 24-bit)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,8 +36,7 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@earendil-works/pi-coding-agent": ">=0.74.0",
39
- "@earendil-works/pi-tui": "*",
40
- "@sinclair/typebox": "*"
39
+ "@earendil-works/pi-tui": "*"
41
40
  },
42
41
  "scripts": {
43
42
  "test": "vitest run",
package/src/edit.ts CHANGED
@@ -4,7 +4,7 @@ import type {
4
4
  ToolDefinition,
5
5
  } from "@earendil-works/pi-coding-agent";
6
6
  import { withFileMutationQueue } from "@earendil-works/pi-coding-agent";
7
- import { Type } from "@sinclair/typebox";
7
+ import { Type } from "typebox";
8
8
  import { constants } from "fs";
9
9
  import { readFileSync } from "fs";
10
10
  import { access as fsAccess } from "fs/promises";
package/src/read.ts CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  truncateHead,
8
8
  type TruncationResult,
9
9
  } from "@earendil-works/pi-coding-agent";
10
- import { Type } from "@sinclair/typebox";
10
+ import { Type } from "typebox";
11
11
  import { readFileSync } from "fs";
12
12
  import { access as fsAccess } from "fs/promises";
13
13
  import { constants } from "fs";