@holdyourvoice/hyv 2.8.2 → 2.8.4
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 +12 -0
- package/dist/index.js +3242 -6266
- package/package.json +2 -2
- package/scripts/postinstall-lib.js +23 -0
- package/scripts/postinstall.js +26 -20
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
|
|
4
4
|
|
|
5
|
+
## [2.8.4] — 2026-06-12
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- Postinstall only auto-runs welcome when npm shows script output; otherwise first bare `hyv` shows full onboarding (fixes silent global installs)
|
|
9
|
+
|
|
10
|
+
## [2.8.3] — 2026-06-12
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- `npm i -g` runs `hyv welcome` onboarding automatically on first install (no y/N prompt)
|
|
14
|
+
- First bare `hyv` shows full onboarding when npm hid postinstall output
|
|
15
|
+
- Upgraded `glob` to v13 — removes deprecated glob@11 warning during install
|
|
16
|
+
|
|
5
17
|
## [2.8.2] — 2026-06-12
|
|
6
18
|
|
|
7
19
|
### Added
|