Skip to content

Releases: linked-cm/cli

v1.3.3

24 Apr 10:03
e09081a

Choose a tag to compare

Patch Changes

  • 8179c96 - Remove webpack loader ./plugins/check-imports from the package barrel (src/index.ts). The loader is CJS (uses require()) and was crashing ESM consumers at import time with "require is not defined in ES module scope". Webpack loads this file directly by path via config-webpack.ts, so no public export is needed. Also fix two relative imports in tailwind.config.ts and utils.ts that were missing .js extensions.

  • #19 eb1224e Thanks @flyon! - Remove prepack: yarn build && pinst --disable and postpack: pinst --enable scripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actual npm publish call). Build now happens only in the dedicated CI "Build" step. Also remove postinstall: husky install (not needed for published installs).

v1.3.2

23 Apr 09:01

Choose a tag to compare

Patch Changes

  • #19 2111d11 Thanks @flyon! - Remove prepack: yarn build && pinst --disable and postpack: pinst --enable scripts. These were conflicting with the CI publish flow (ENEEDAUTH on the actual npm publish call). Build now happens only in the dedicated CI "Build" step. Also remove postinstall: husky install (not needed for published installs).