Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:21
· 3 commits to main since this release

Packaging

  • Fixed: the published tarball now ships the runtime src/utils/*.js files. The files allowlist in package.json included src/components/**/*.js but not src/utils/**/*.js, so 0.1.1 shipped only the types/src/utils/*.d.ts declarations while the runtime modules were dropped. Components that import them — el-notification and el-dialog (../../utils/transitions.js, ../../utils/body-scroll.js) — failed to resolve those imports from the published package, breaking downstream builds (e.g. nuxt build). This is independent of the patch-package postinstall fix in 0.1.1.