pi-agent-browser-native 0.2.11 → 0.2.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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 0.2.12 - 2026-04-22
5
+ ## 0.2.12 - 2026-04-23
6
6
 
7
7
  ### Changed
8
- - updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.69.0`
8
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.70.0`
9
9
  - migrated published TypeBox integration metadata and source imports from `@sinclair/typebox` to `typebox` for pi `0.69.0` compatibility
10
10
  - regenerated the npm lockfile against the current stable dependency graph
11
11
 
12
12
  ### Compatibility
13
- - reviewed the pi `0.69.0` changelog and confirmed the extension already follows the current session-replacement guidance while now using the required TypeBox 1.x package name
13
+ - reviewed the pi `0.70.0` changelog and confirmed the extension already follows the current session-replacement guidance while now using the required TypeBox 1.x package name and has no dependency on the changed terminal progress defaults
14
14
 
15
15
 
16
16
  ## 0.2.11 - 2026-04-21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-agent-browser-native",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
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,10 +46,10 @@
46
46
  "typebox": "*"
47
47
  },
48
48
  "devDependencies": {
49
- "@mariozechner/pi-coding-agent": "^0.69.0",
49
+ "@mariozechner/pi-coding-agent": "^0.70.0",
50
50
  "@types/node": "^25.6.0",
51
51
  "tsx": "^4.21.0",
52
- "typebox": "^1.1.31",
52
+ "typebox": "^1.1.33",
53
53
  "typescript": "^6.0.3"
54
54
  },
55
55
  "overrides": {