pi-oracle 0.6.6 → 0.6.7

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/CHANGELOG.md +10 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.6.7 - 2026-04-18
6
+
7
+ ### Changed
8
+ - bumped the local pi development baseline to `@mariozechner/pi-ai` / `@mariozechner/pi-coding-agent` `0.67.68` and `typescript` `6.0.3`
9
+ - refreshed the release lockfile against the current stable pi patch line
10
+
11
+ ### Fixed
12
+ - pinned the transitive `basic-ftp` dependency to `5.3.0` and `protobufjs` to `7.5.5` to clear the current audit findings without introducing peer conflicts
13
+ - updated the release sanity guard to enforce the patched override versions during future publishes
14
+
5
15
  ## 0.6.6 - 2026-04-16
6
16
 
7
17
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "ChatGPT web-oracle extension for pi with isolated browser auth, async jobs, and project-context archives.",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -58,16 +58,17 @@
58
58
  "@sinclair/typebox": "*"
59
59
  },
60
60
  "overrides": {
61
- "basic-ftp": "^5.2.2"
61
+ "basic-ftp": "5.3.0",
62
+ "protobufjs": "7.5.5"
62
63
  },
63
64
  "devDependencies": {
64
- "@mariozechner/pi-ai": "^0.67.4",
65
- "@mariozechner/pi-coding-agent": "^0.67.4",
65
+ "@mariozechner/pi-ai": "^0.67.68",
66
+ "@mariozechner/pi-coding-agent": "^0.67.68",
66
67
  "@sinclair/typebox": "^0.34.49",
67
68
  "@types/node": "^25.6.0",
68
69
  "esbuild": "^0.28.0",
69
70
  "tsx": "^4.21.0",
70
- "typescript": "^6.0.2"
71
+ "typescript": "^6.0.3"
71
72
  },
72
73
  "engines": {
73
74
  "node": ">=22"