pi-oracle 0.7.0 → 0.7.1
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/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.7.1 - 2026-05-18
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- updated the local pi development baseline to `@earendil-works/pi-coding-agent` `0.75.3` and refreshed the npm lockfile
|
|
9
|
+
- raised the local Node.js tooling floor and sanity checks to `>=22.19.0`
|
|
10
|
+
- refreshed the `protobufjs` override to `7.5.6` for the current patched dependency graph
|
|
11
|
+
- removed tracked CueLoop runtime state from the repository and ignored local `.cueloop/` artifacts
|
|
12
|
+
|
|
13
|
+
### Compatibility
|
|
14
|
+
- reviewed current pi `0.75.3` package and extension guidance and confirmed the oracle extension remains compatible with current extension lifecycle and package install/update guidance
|
|
15
|
+
|
|
16
|
+
|
|
5
17
|
## 0.7.0 - 2026-05-17
|
|
6
18
|
|
|
7
19
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-oracle",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "ChatGPT and Grok web-oracle extension for pi with isolated browser auth, async jobs, and project-context archives.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
},
|
|
62
62
|
"overrides": {
|
|
63
63
|
"basic-ftp": "6.0.1",
|
|
64
|
-
"protobufjs": "7.5.
|
|
64
|
+
"protobufjs": "7.5.6"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
67
|
+
"@earendil-works/pi-coding-agent": "^0.75.3",
|
|
68
68
|
"@types/node": "^25.6.1",
|
|
69
69
|
"esbuild": "^0.28.0",
|
|
70
70
|
"tsx": "^4.21.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"typescript": "^6.0.3"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
|
-
"node": ">=22"
|
|
75
|
+
"node": ">=22.19.0"
|
|
76
76
|
},
|
|
77
77
|
"os": [
|
|
78
78
|
"darwin"
|