npm extract-files 4.1.0
Version 4.1.0

latest releases: 13.0.0, 12.0.0, 11.0.0...
5 years ago

Minor

Patch

  • Updated dev dependencies.
  • Ensure Babel reads from the package browserslist field due to a sneaky @babel/preset-env breaking change.
  • Updated package scripts and config for the new husky version.
  • Removed the package module field. Webpack by default resolves extensionless paths the same way Node.js in --experimental-modules mode does; .mjs files are preferred. Tools misconfigured or unable to resolve .mjs can get confused when module points to an .mjs ESM file and they attempt to resolve named imports from .js CJS files.
  • Added a ReactNativeFileSubstitute type example.
  • Move JSDoc typedefs to the end of files to make it quicker to find the code.
  • Regenerated the readme API docs using the latest jsdoc-md version.
  • Tests now log if the environment is CJS or ESM (--experimental-modules) and the NODE_ENV.

Don't miss a new extract-files release

NewReleases is sending notifications on new releases.