pi-oracle 0.6.11 → 0.6.12

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.6.12 - 2026-05-01
6
+
7
+ ### Changed
8
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.71.1` and refreshed the TypeBox development dependency
9
+ - regenerated the npm lockfile against the current stable dependency graph
10
+
11
+ ### Compatibility
12
+ - reviewed the pi `0.71.1` changelog and confirmed the oracle extension remains compatible with current extension lifecycle, package install/update, and TypeBox 1.x guidance
13
+
14
+
5
15
  ## 0.6.11 - 2026-04-30
6
16
 
7
17
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
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",
@@ -62,11 +62,11 @@
62
62
  "protobufjs": "7.5.5"
63
63
  },
64
64
  "devDependencies": {
65
- "@mariozechner/pi-coding-agent": "^0.70.0",
65
+ "@mariozechner/pi-coding-agent": "^0.71.1",
66
66
  "@types/node": "^25.6.0",
67
67
  "esbuild": "^0.28.0",
68
68
  "tsx": "^4.21.0",
69
- "typebox": "^1.1.33",
69
+ "typebox": "^1.1.37",
70
70
  "typescript": "^6.0.3"
71
71
  },
72
72
  "engines": {