Changelog for
local-npm-registry-1.1.0-1.1.noarch.rpm :
* Fri Feb 21 2025 Adam Majer
- update to 1.1.0
* always run npm with --no-package-lock. This will fix all weird errors and no loger require cleaning package-lock.json from upstream
* `quilt setup` script is now in the utility
* everything is run in JS now, so you can run directly with node version of change. Either, local-npm-registry or node22 /usr/bin/local-npm-registry
* Tue Jan 30 2024 Adam Majer - update to 1.0.2
* --help invocation fixes
* cleanup npm\'s config.registry on exit
* adds support for non-standard alternative versions
* Fri Dec 29 2023 Adam Majer - Escape `quilt setup` invoked section in the helper script
* Fri Jul 21 2023 Adam Majer 1.0.1- update to 1.0.1
* update dependencies
* no longer shows paths for tarballs served by the proxy
* works with latest nodejs- 0001-Allow-the-user-to-provide-their-own-npm-command-by-m.patch: dropped, upstreamed
* Tue Aug 16 2022 Adam Majer - Revert Requires: back to npm-default. If we need support for Fedora to have something else, we can do this another way https://en.opensuse.org/openSUSE:Build_Service_prjconf#Substitute
* Mon Aug 15 2022 Bruno Pitrus - Allow the user to override `node` and `npm` commands in PATH. This is useful if one wants to eg. use Electron to run npm.
* add 0001-Allow-the-user-to-provide-their-own-npm-command-by-m.patch- Change Requires: npm-default to Requires: npm. npm-default is already prefered by the prjconf, this works with any version of npm, and Fedora does not have npm-default.
* Wed Aug 11 2021 Adam Majer - update to 0.0.3:
* fixes case when npm is stalling when package is not found
* Tue Jan 26 2021 Adam Majer - Update to 0.0.2: fixes uncaught exceptions- work with quilt when unpacking archive
* Mon Jan 18 2021 Adam Majer - Initial version 0.0.1