pi-image-tools 1.0.6 → 1.0.8
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.
- package/CHANGELOG.md +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.8] - 2026-04-01
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Updated `@mariozechner/pi-coding-agent` and `@mariozechner/pi-tui` peer dependencies to ^0.64.0
|
|
7
|
+
|
|
8
|
+
## [1.0.7] - 2026-03-23
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated `@mariozechner/pi-coding-agent` and `@mariozechner/pi-tui` peer dependencies to ^0.62.0
|
|
12
|
+
|
|
13
|
+
## [1.0.6] - 2026-03-12
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Updated AWS SDK client-bedrock-runtime to 3.1005.0
|
|
17
|
+
|
|
3
18
|
## [1.0.5] - 2026-03-12
|
|
4
19
|
|
|
5
20
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-image-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Image attachment and rendering extension for Pi TUI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.ts",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@mariozechner/pi-coding-agent": "
|
|
56
|
-
"@mariozechner/pi-tui": "
|
|
55
|
+
"@mariozechner/pi-coding-agent": "^0.64.0",
|
|
56
|
+
"@mariozechner/pi-tui": "^0.64.0"
|
|
57
57
|
},
|
|
58
58
|
"optionalDependencies": {
|
|
59
|
-
"@mariozechner/clipboard": "
|
|
59
|
+
"@mariozechner/clipboard": "^0.3.2"
|
|
60
60
|
}
|
|
61
61
|
}
|