@sheason/pi-coding-agent 0.78.0-sheason.0.6.0-alpha.2 → 0.78.0-sheason.0.6.0-alpha.3
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 +7 -0
- package/npm-shrinkwrap.json +356 -304
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Fixed npm publish E422 due to missing `repository.url` (will be in v0.6.0-alpha.3)
|
|
8
|
+
- Fixed pre-existing 19+1 vitest false positives via `@sheason/*` alias in vitest config
|
|
9
|
+
|
|
3
10
|
## [0.78.0] - 2026-05-29
|
|
4
11
|
|
|
5
12
|
### New Features
|