pi-agent-browser-native 0.2.4 → 0.2.5
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.5 - 2026-04-14
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- refreshed the development and release-verification baseline to `@mariozechner/pi-coding-agent` `0.67.2` and `@types/node` `25.6.0`, keeping local typechecking and package verification aligned with the latest stable pi release used for this extension
|
|
7
|
+
- re-locked the compatible transitive development dependency set pulled by the updated pi toolchain without changing the published `agent_browser` runtime contract
|
|
8
|
+
|
|
3
9
|
## 0.2.4 - 2026-04-13
|
|
4
10
|
|
|
5
11
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-agent-browser-native",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "pi extension that exposes agent-browser as a native tool for browser automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Mitch Fultz (https://github.com/fitchmultz)",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@sinclair/typebox": "*"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
49
|
+
"@mariozechner/pi-coding-agent": "^0.67.2",
|
|
50
50
|
"@sinclair/typebox": "^0.34.49",
|
|
51
|
-
"@types/node": "^25.
|
|
51
|
+
"@types/node": "^25.6.0",
|
|
52
52
|
"tsx": "^4.21.0",
|
|
53
53
|
"typescript": "^6.0.2"
|
|
54
54
|
},
|