@woodsportal/hubspot-kit 1.0.41-dev.6 → 1.0.42-dev.0
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 +6 -0
- package/dist/cli.js +452 -404
- package/dist/cli.js.map +1 -1
- package/dist/ensure-wphs-workspace-5S3GTO6K.js +234 -0
- package/dist/ensure-wphs-workspace-5S3GTO6K.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
- **CSS entries** — shared `tailwind.css.config.css`; documented never-merge rules on `main.dev.css` / `main.prod.css`
|
|
30
30
|
- **`wp doctor`** — CSS pipeline checks (prefix, `.temp` @source, `skipRuntimeCss`, `module.css` dw utilities, CDN `require_css` warning)
|
|
31
31
|
|
|
32
|
+
### Windows / fresh init
|
|
33
|
+
- **`wp doctor`** — scaffold `.wphs/` in-process (no swallowed subprocess); surface `wphs-scaffold` errors; re-run ensure before layout checks
|
|
34
|
+
- **CLI exit** — deferred `process.exit` after @clack spinners (fixes libuv `UV_HANDLE_CLOSING` crash on Windows)
|
|
35
|
+
- **`wp doctor` severity** — HubSpot CLI missing and placeholder `portal.cdn.json` github slug are warnings (local `wp dev` still works); hard errors remain for real CDN misconfigurations
|
|
36
|
+
- **Docs** — Windows notes in [TROUBLESHOOTING.md](./docs/TROUBLESHOOTING.md)
|
|
37
|
+
|
|
32
38
|
## 1.0.39 — 2026-06-08
|
|
33
39
|
|
|
34
40
|
### Dev server
|