Releases: linked-cm/cli
v1.3.3
Patch Changes
-
8179c96- Remove webpack loader./plugins/check-importsfrom the package barrel (src/index.ts). The loader is CJS (usesrequire()) and was crashing ESM consumers at import time with "require is not defined in ES module scope". Webpack loads this file directly by path viaconfig-webpack.ts, so no public export is needed. Also fix two relative imports intailwind.config.tsandutils.tsthat were missing.jsextensions. -
#19
eb1224eThanks @flyon! - Removeprepack: yarn build && pinst --disableandpostpack: pinst --enablescripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actualnpm publishcall). Build now happens only in the dedicated CI "Build" step. Also removepostinstall: husky install(not needed for published installs).
v1.3.2
Patch Changes
- #19
2111d11Thanks @flyon! - Removeprepack: yarn build && pinst --disableandpostpack: pinst --enablescripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actualnpm publishcall). Build now happens only in the dedicated CI "Build" step. Also removepostinstall: husky install(not needed for published installs).