pi-must-have-extension 0.4.4 → 0.4.6

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.6] - 2026-03-13
4
+
5
+ ### Changed
6
+ - Updated AWS SDK client-bedrock-runtime dependency to 3.1007.0
7
+
8
+ ## [0.4.5] - 2026-03-12
9
+
10
+ ### Changed
11
+ - Updated `@mariozechner/pi-coding-agent` peer dependency to `^0.57.0`
12
+ - Updated `@types/node` dev dependency to `^25.3.5`
13
+
3
14
  ## [0.4.4] - 2026-03-04
4
15
 
5
16
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-must-have-extension",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "RFC 2119 keyword normalizer extension for the Pi coding agent.",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
@@ -63,8 +63,8 @@
63
63
  "@mariozechner/pi-coding-agent": "*"
64
64
  },
65
65
  "devDependencies": {
66
- "@mariozechner/pi-coding-agent": "^0.55.0",
67
- "@types/node": "^24.3.0",
66
+ "@mariozechner/pi-coding-agent": "^0.57.0",
67
+ "@types/node": "^25.3.5",
68
68
  "typescript": "^5.7.3"
69
69
  }
70
70
  }