pi-agent-browser-native 0.2.9 → 0.2.10

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.2.10 - 2026-04-18
6
+
7
+ ### Changed
8
+ - bumped the local pi development baseline to `@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` to clear the current audit finding during local verification and publish checks
13
+
5
14
  ## 0.2.9 - 2026-04-17
6
15
 
7
16
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-agent-browser-native",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
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,14 +46,14 @@
46
46
  "@sinclair/typebox": "*"
47
47
  },
48
48
  "devDependencies": {
49
- "@mariozechner/pi-coding-agent": "^0.67.4",
49
+ "@mariozechner/pi-coding-agent": "^0.67.68",
50
50
  "@sinclair/typebox": "^0.34.49",
51
51
  "@types/node": "^25.6.0",
52
52
  "tsx": "^4.21.0",
53
- "typescript": "^6.0.2"
53
+ "typescript": "^6.0.3"
54
54
  },
55
55
  "overrides": {
56
- "basic-ftp": "5.2.2"
56
+ "basic-ftp": "5.3.0"
57
57
  },
58
58
  "scripts": {
59
59
  "typecheck": "tsc --noEmit",