node-pre-gyp v1.0.0 Release Notes

    • ๐Ÿ—„ Module is now name-spaced at @mapbox/node-pre-gyp and the original node-pre-gyp is deprecated.
    • ๐Ÿ†• New: support for staging and production s3 targets (see README.md)
    • BREAKING: no longer supporting node_pre_gyp_accessKeyId & node_pre_gyp_secretAccessKey, use AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY instead to authenticate against s3 for info, publish, and unpublish commands.
    • โฌ‡๏ธ Dropped node v6 support, added node v14 support
    • โœ… Switched tests to use mapbox-owned bucket for testing
    • โž• Added coverage tracking and linting with eslint
    • โž• Added back support for symlinks inside the tarball
    • โฌ†๏ธ Upgraded all test apps to N-API/node-addon-api
    • ๐Ÿ†• New: support for staging and production s3 targets (see README.md)
    • Added node_pre_gyp_s3_host env var which has priority over the --s3_host option or default.
    • Replaced needle with node-fetch
    • โž• Added proxy support for node-fetch
    • โฌ†๏ธ Upgraded to [email protected]