CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
CHANGELOG.md132 linesDownload Raw Back to prebuild-install
1# Changelog2 3## [7.1.3] - 2025-01-224 5### Fixed6 7- Bump napi-build-utils from 1 to 2 ([#204](https://github.com/prebuild/prebuild-install/issues/204)) ([`1bf4a15`](https://github.com/prebuild/prebuild-install/commit/1bf4a15)) (Bailey Pearson)8 9## [7.1.2] - 2024-02-2910 11### Fixed12 13- Support environments where MD5 is prohibited ([#191](https://github.com/prebuild/prebuild-install/issues/191)) ([`9140468`](https://github.com/prebuild/prebuild-install/commit/9140468)) (Tomasz Szuba)14 15## [7.1.1] - 2022-06-0716 17### Fixed18 19- Replace use of npmlog dependency with console.error ([#182](https://github.com/prebuild/prebuild-install/issues/182)) ([`4e2284c`](https://github.com/prebuild/prebuild-install/commit/4e2284c)) (Lovell Fuller)20- Ensure script output can be captured by tests ([#181](https://github.com/prebuild/prebuild-install/issues/181)) ([`d1853cb`](https://github.com/prebuild/prebuild-install/commit/d1853cb)) (Lovell Fuller)21 22## [7.1.0] - 2022-04-2023 24### Changed25 26- Allow setting libc to glibc on non-glibc platform ([#176](https://github.com/prebuild/prebuild-install/issues/176)) ([`f729abb`](https://github.com/prebuild/prebuild-install/commit/f729abb)) (Joona Heinikoski)27 28## [7.0.1] - 2022-01-2829 30### Changed31 32- Upgrade to the latest version of `detect-libc` ([#166](https://github.com/prebuild/prebuild-install/issues/166)) ([`f71c6b9`](https://github.com/prebuild/prebuild-install/commit/f71c6b9)) (Lovell Fuller)33 34## [7.0.0] - 2021-11-1235 36### Changed37 38- **Breaking:** bump `node-abi` so that Electron 14+ gets correct ABI ([#161](https://github.com/prebuild/prebuild-install/issues/161)) ([`477f347`](https://github.com/prebuild/prebuild-install/commit/477f347)) (csett86). Drops support of Node.js < 10.39- Bump `simple-get` ([`7468c14`](https://github.com/prebuild/prebuild-install/commit/7468c14)) (Vincent Weevers).40 41## [6.1.4] - 2021-08-1142 43### Fixed44 45- Move auth token to header instead of query param ([#160](https://github.com/prebuild/prebuild-install/issues/160)) ([`b3fad76`](https://github.com/prebuild/prebuild-install/commit/b3fad76)) (nicolai-nordic)46- Remove `_` prefix as it isn't allowed by npm config ([#153](https://github.com/prebuild/prebuild-install/issues/153)) ([`a964e5b`](https://github.com/prebuild/prebuild-install/commit/a964e5b)) (Tom Boothman)47- Make `rc.path` absolute ([#158](https://github.com/prebuild/prebuild-install/issues/158)) ([`57bcc06`](https://github.com/prebuild/prebuild-install/commit/57bcc06)) (George Waters).48 49## [6.1.3] - 2021-06-0350 51### Changed52 53- Inline no longer maintained `noop-logger` ([#155](https://github.com/prebuild/prebuild-install/issues/155)) ([`e08d75a`](https://github.com/prebuild/prebuild-install/commit/e08d75a)) (Alexandru Dima)54- Point users towards `prebuildify` in README ([#150](https://github.com/prebuild/prebuild-install/issues/150)) ([`5ee1a2f`](https://github.com/prebuild/prebuild-install/commit/5ee1a2f)) (Vincent Weevers)55 56## [6.1.2] - 2021-04-2457 58### Fixed59 60- Support URL-safe strings in scoped packages ([#148](https://github.com/prebuild/prebuild-install/issues/148)) ([`db36c7a`](https://github.com/prebuild/prebuild-install/commit/db36c7a)) (Marco)61 62## [6.1.1] - 2021-04-0463 64### Fixed65 66- Support `force` & `buildFromSource` options in yarn ([#140](https://github.com/prebuild/prebuild-install/issues/140)) ([`8cb1ced`](https://github.com/prebuild/prebuild-install/commit/8cb1ced)) (João Moreno)67- Bump `node-abi` to prevent dedupe (closes [#135](https://github.com/prebuild/prebuild-install/issues/135)) ([`2950fb2`](https://github.com/prebuild/prebuild-install/commit/2950fb2)) (Vincent Weevers)68 69## [6.1.0] - 2021-04-0370 71### Added72 73- Restore local prebuilds feature ([#137](https://github.com/prebuild/prebuild-install/issues/137)) ([`dc4e5ea`](https://github.com/prebuild/prebuild-install/commit/dc4e5ea)) (Wes Roberts). Previously removed in [#81](https://github.com/prebuild/prebuild-install/issues/81) / [`a069253`](https://github.com/prebuild/prebuild-install/commit/a06925378d38ca821bfa93aa4c1fdedc253b2420).74 75## [6.0.1] - 2021-02-1476 77### Fixed78 79- Fixes empty `--tag-prefix` ([#143](https://github.com/prebuild/prebuild-install/issues/143)) ([**@mathiask88**](https://github.com/mathiask88))80 81## [6.0.0] - 2020-10-2382 83### Changed84 85- **Breaking:** don't skip downloads in standalone mode ([`b6f3b36`](https://github.com/prebuild/prebuild-install/commit/b6f3b36)) ([**@vweevers**](https://github.com/vweevers))86 87### Added88 89- Document cross platform options ([`e5c9a5a`](https://github.com/prebuild/prebuild-install/commit/e5c9a5a)) ([**@fishbone1**](https://github.com/fishbone1))90 91### Removed92 93- **Breaking:** remove `--compile` and `--prebuild` options ([`94f2492`](https://github.com/prebuild/prebuild-install/commit/94f2492)) ([**@vweevers**](https://github.com/vweevers))94 95### Fixed96 97- Support npm 7 ([`8acccac`](https://github.com/prebuild/prebuild-install/commit/8acccac), [`08eaf6d`](https://github.com/prebuild/prebuild-install/commit/08eaf6d), [`22175b8`](https://github.com/prebuild/prebuild-install/commit/22175b8)) ([**@vweevers**](https://github.com/vweevers))98 99## [5.3.6] - 2020-10-20100 101### Changed102 103- Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja))104 105[7.1.3]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.3106 107[7.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.2108 109[7.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.1110 111[7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0112 113[7.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1114 115[7.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0116 117[6.1.4]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.4118 119[6.1.3]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.3120 121[6.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.2122 123[6.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.1124 125[6.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.0126 127[6.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v6.0.1128 129[6.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v6.0.0130 131[5.3.6]: https://github.com/prebuild/prebuild-install/releases/tag/v5.3.6132