@bacnh85/pi-sub 0.1.22 → 0.1.23

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `pi-sub` will be documented in this file.
4
4
 
5
+ ## 0.1.23 (2026-07-30)
6
+
7
+ ### Improvements
8
+
9
+ - Widen Pi peer dependency range to <0.84.0 for Pi 0.83.0 compatibility.
10
+
5
11
  ## 0.1.22 (2026-07-30)
6
12
 
7
13
  ### Improvements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bacnh85/pi-sub",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Pi extension showing subscription usage for supported model providers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -39,6 +39,6 @@
39
39
  "node": ">=20.3.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@earendil-works/pi-coding-agent": ">=0.80.8 <0.83.0"
42
+ "@earendil-works/pi-coding-agent": ">=0.80.8 <0.84.0"
43
43
  }
44
44
  }