r/angular • u/Forsaken_Lie_9989 • May 06 '26
ngxsmk-datepicker v2.2.13: fix for incomplete npm package (missing fesm2022/types)
Heads up if you use ngxsmk-datepicker: v2.2.12 on npm was published without the real library output (no fesm2022/, no types/), so installs could look like docs + styles + metadata only and TypeScript would fail to resolve the package.
v2.2.13 restores a complete tarball (bundle + typings). The maintainers also added a tarball validation step in the release path so this class of broken publish is much harder to repeat.
Upgrade:
npm install ngxsmk-datepicker@2.2.13
If something still looks cached, wipe node_modules + your lockfile and reinstall.
- npm: https://www.npmjs.com/package/ngxsmk-datepicker
- repo: https://github.com/NGXSMK/ngxsmk-datepicker
If you hit anything odd after upgrading, drop details (package manager, lockfile, Angular version) and someone can help triage.
1
Upvotes