@bacnh85/pi-sub 0.1.23 → 0.1.25

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.25 (2026-08-07)
4
+
5
+ ### Improvements
6
+
7
+ - Widen peer dependency range to support Pi 0.84.0 (`>=0.80.8 <0.85.0`).
8
+ No code changes — verified compatible against the 0.84.0 SDK types.
9
+
10
+ ## 0.1.24 (2026-08-05)
11
+
12
+ ### Improvements
13
+
14
+ - Patch version bump for release sync and package documentation update.
15
+
3
16
  All notable changes to `pi-sub` will be documented in this file.
4
17
 
5
18
  ## 0.1.23 (2026-07-30)
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bacnh85/pi-sub",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "Pi extension showing subscription usage for supported model providers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
- "homepage": "https://github.com/bacnh85/pi-extensions#readme",
10
+ "homepage": "https://github.com/bacnh85/pi-extensions/tree/main/pi-sub",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/bacnh85/pi-extensions.git",
@@ -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.84.0"
42
+ "@earendil-works/pi-coding-agent": ">=0.80.8 <0.85.0"
43
43
  }
44
44
  }