v1.2.0
·
2015 commits
to master
since this release
1.2.0 (2020-11-17)
Features
- add
--allow-types-dependenciesto allow@types/*(087facc) - disallow packages as dependencies (9088173)
- support ignoring missing fields (fb688e5)
- support reading
package.jsondirectly from tarball (bfbf3fc) - support reading tarball from stdin (85981c4)
Bug Fixes
browserfield may containfalse(9957100)- disallow
*.(spec|test).d.ts(e6c2b88) - handle large
package.jsonfiles (e1bb35e) - handle leading
./in filenames (371114c) - handle packages not using
package/as root (b376852) - handle packages with index.js but trailing slash (8cb0fb4)
- handle resolving files without
.jsextension (0555d38) - handle when
mainpoints to directory withindex.js(368f2a6) - regenerate package name when using stdin (15487e4)
- tweak allowed files and dependencies (f50be59)