@woodsportal/hubspot-kit 1.0.34 → 1.0.36

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 CHANGED
@@ -19,6 +19,20 @@
19
19
  - **CSS entries** — shared `tailwind.css.config.css`; documented never-merge rules on `main.dev.css` / `main.prod.css`
20
20
  - **`wp doctor`** — CSS pipeline checks (prefix, `.temp` @source, `skipRuntimeCss`, `module.css` dw utilities, CDN `require_css` warning)
21
21
 
22
+ ## 1.0.36 — 2026-06-08
23
+
24
+ ### Dev server
25
+ - **`wp dev` / `wp local`** — start Vite via programmatic `run-dev.mjs` (no `vite.config.*` file load); fixes persistent `getStatus` config errors on Node 24+
26
+ - **React JSX runtimes** — pin `react/jsx-dev-runtime` (and related subpaths) to the consumer `node_modules`; resolve kit UI imports from `.wphs/` through the project root
27
+ - **Shared dev config** — `create-dev-server-config.mjs` used by `run-dev.mjs` and `vite.config.dev.mjs`
28
+
29
+ ## 1.0.35 — 2026-06-08
30
+
31
+ ### Dev server
32
+ - **Vite config load** — lazy-load kit plugins (defer `@babel/*` prefix plugin) so Node 22.18+ / 23.x do not crash with `getStatus` during config import; `wp doctor` warns on affected Node versions (Node 24 LTS recommended)
33
+ - **Windows dev shims** — create `.wphs/.kit-module-config` via directory junction (or copy fallback) and bootstrap shims via copy when symlinks fail; fixes `jsxDEV` export errors from `react/jsx-dev-runtime`
34
+ - **Vite dev** — pre-bundle React JSX runtimes and dedupe `react` / `react-dom`
35
+
22
36
  ## 1.0.34 — 2026-06-08
23
37
 
24
38
  ### Dev server