10.0.2 (2025-09-23)
402a0ab#8576@npmcli/template-oss@4.25.1(@wraithgar)3f60b5f#8383@npmcli/template-oss@4.24.4(#8383) (@wraithgar)01f8cc6#8381@npmcli/template-oss@4.24.3(#8381) (@wraithgar)
10.0.1 (2025-05-15)
10.0.0 (2024-12-16)
10.0.0-pre.0 (2024-11-26)
- libnpmaccess now supports node
^20.17.0 || >=22.9.0
9.0.0 (2024-10-03)
libnpmaccessnow supports node^18.17.0 || >=20.5.0
2072705#7803 update@npmcli/eslint-config@5.0.1(@reggi)8035725#7756@npmcli/template-oss@4.23.3(@wraithgar)
8.0.6 (2024-05-15)
8.0.5 (2024-04-30)
8.0.4 (2024-04-25)
8.0.3 (2024-04-03)
8.0.2 (2023-12-06)
f656b66#7062@npmcli/template-oss@4.21.3(#7062) (@lukekarrys)9754b17#7051 use global npm for workspace tests (@lukekarrys)3891757#7051@npmcli/template-oss@4.21.2(@lukekarrys)
8.0.1 (2023-10-02)
8.0.0 (2023-08-31)
fb31c7etrigger release process (@lukekarrys)
8.0.0-pre.0 (2023-08-31)
- support for node <=16.13 has been removed
- support for node 14 has been removed
6b251b1#6706 drop node 16.13.x support (@lukekarrys)355bac8#6706 drop node14 support (@lukekarrys)
2ee0fb3#6706npm-registry-fetch@16.0.0c784b57#6706npm-package-arg@11.0.05d0d859#6706npm-registry-fetch@15.0.0
7.0.2 (2023-02-01)
7.0.1 (2022-12-07)
7.0.0 (2022-10-19)
586e78dempty commit to trigger all workspace releases (@lukekarrys)
7.0.0-pre.2 (2022-10-19)
7.0.0-pre.1 (2022-09-14)
- the api for libnpmaccess is different now
854521brewrite: Rewrite libnpmaccess (@wraithgar)
7.0.0-pre.0 (2022-09-08)
- workspaces: all workspace packages are now compatible with the following semver range for node:
^14.17.0 || ^16.13.0 || >=18.0.0
6.0.4 (2022-08-31)
6.0.3 (2022-04-06)
6.0.2 (2022-03-15)
- npm-package-arg@9.0.1 (9555a5f)
6.0.1 (2022-03-03)
4.0.0 (2020-03-02)
25ac61bfix: remove figgy-pudding (@claudiahdz)8d6f692chore: rename opts.mapJson to opts.mapJSON (@mikemimik)
257879achore: removed standard-version as a dep; updated scripts for version/publishing (@mikemimik)46c6740fix: pull-request feedback; read full commit message (@mikemimik)778c102chore: updated test, made case more clear (@mikemimik)6dc9852fix: refactored 'pwrap' function out of code base; use native promises (@mikemimik)d2e7219chore: updated package scripts; update CI workflow (@mikemimik)5872364chore: renamed test/util/ to test/fixture/; tap will ignore now (@mikemimik)3c6b71dchore: linted test file; made tap usage 'better' (@mikemimik)20f0858fix: added default values to params for API functions (with tests) (@mikemimik)3218289feat: replace get-stream with minipass (@mikemimik)
6c8ffa0docs: removed opts.Promise from docs; no longer in use (@mikemimik)311bff5chore: added return types to function docs in README (@mikemimik)823726achore: removed travis badge, added github actions badge (@mikemimik)80e80acchore: updated README (@mikemimik)
baed2b9deps: standard-version@7.1.0 (audit fix) (@mikemimik)65c2204deps: nock@12.0.1 (audit fix) (@mikemimik)2668386deps: npm-registry-fetch@8.0.0 (@mikemimik)ef093e2deps: tap@14.10.6 (@mikemimik)
8e33902chore: basic project updates (@claudiahdz)50e1433fix: update return value; add tests (@mikemimik)36d5c80chore: updated gitignore; includes coverage folder (@mikemimik)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2019-07-16)
3.0.1 (2018-11-12)
- ls-packages: fix confusing splitEntity arg check (1769090)
3.0.0 (2018-08-24)
- api: overhaul API ergonomics (1faf00a)
- api: all API calls where scope and team were separate, or
where team was an extra, optional argument should now use a
fully-qualified team name instead, in the
scope:teamformat.
2.0.1 (2018-08-24)
2.0.0 (2018-08-21)
- json: use cases where registries were returning JSON
strings in the response body will no longer have an effect. All
API functions except for lsPackages and lsCollaborators will return
trueon completion.
1.2.2 (2018-08-20)
- docs: tiny doc hiccup fix (106396f)
1.2.1 (2018-08-20)
- docs: document the stream interfaces (c435aa2)
1.2.0 (2018-08-20)
- readme: fix up appveyor badge url (42b45a1)
- streams: add streaming result support for lsPkg and lsCollab (0f06f46)
1.1.0 (2018-08-17)
- 2fa: escape package names correctly (f2d83fe)
- grant: fix permissions validation (07f7435)
- ls-collaborators: fix package name escaping + query (3c02858)
- ls-packages: add query + fix fallback request order (bdc4791)
- node6: stop using Object.entries() (4fec03c)
- public/restricted: body should be string, not bool (cffc727)
- readme: fix up title and badges (2bd6113)
- specs: require specs to be registry specs (7892891)
- test: add 100% coverage test suite (22b5dec)
- test: -100 is apparently bad now (a5ab879)
- impl: initial implementation of api (7039390)