pi-startup-redraw-fix 0.1.3 → 0.1.5
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 +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.5] - 2026-03-23
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Updated `@mariozechner/pi-coding-agent` and `@mariozechner/pi-tui` peer dependencies to ^0.62.0
|
|
7
|
+
|
|
8
|
+
## [0.1.4] - 2026-03-12
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated AWS SDK and related dependencies
|
|
12
|
+
|
|
3
13
|
## [0.1.3] - 2026-03-04
|
|
4
14
|
|
|
5
15
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-startup-redraw-fix",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Pi extension that patches terminal full-clear ordering to avoid startup redraw glitches.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@mariozechner/pi-coding-agent": "
|
|
56
|
-
"@mariozechner/pi-tui": "
|
|
55
|
+
"@mariozechner/pi-coding-agent": "^0.62.0",
|
|
56
|
+
"@mariozechner/pi-tui": "^0.62.0"
|
|
57
57
|
}
|
|
58
58
|
}
|