You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-packagepostinstall fix in 0.1.1.