From ee5157d7daf91c15c24edf1af24517ff09f2b3e2 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 24 Jul 2023 01:43:41 +0300 Subject: [PATCH] chore(release): 8.6.10 --- .changeset/dull-geese-thank.md | 6 ------ .changeset/green-donuts-pull.md | 6 ------ .changeset/modern-penguins-bow.md | 6 ------ .changeset/quiet-brooms-serve.md | 6 ------ .changeset/silly-dolls-grin.md | 6 ------ .changeset/small-windows-brush.md | 6 ------ __utils__/assert-project/CHANGELOG.md | 6 ++++++ __utils__/assert-project/package.json | 2 +- __utils__/assert-store/CHANGELOG.md | 7 +++++++ __utils__/assert-store/package.json | 2 +- __utils__/prepare/CHANGELOG.md | 6 ++++++ __utils__/prepare/package.json | 2 +- __utils__/test-fixtures/CHANGELOG.md | 6 ++++++ __utils__/test-fixtures/package.json | 2 +- env/node.fetcher/CHANGELOG.md | 7 +++++++ env/node.fetcher/package.json | 2 +- env/node.resolver/CHANGELOG.md | 6 ++++++ env/node.resolver/package.json | 2 +- env/plugin-commands-env/CHANGELOG.md | 8 ++++++++ env/plugin-commands-env/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 12 ++++++++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 8 ++++++++ exec/plugin-commands-script-runners/package.json | 2 +- exec/prepare-package/CHANGELOG.md | 7 +++++++ exec/prepare-package/package.json | 2 +- fetching/git-fetcher/CHANGELOG.md | 7 +++++++ fetching/git-fetcher/package.json | 2 +- fetching/tarball-fetcher/CHANGELOG.md | 7 +++++++ fetching/tarball-fetcher/package.json | 2 +- modules-mounter/daemon/CHANGELOG.md | 8 ++++++++ modules-mounter/daemon/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 10 ++++++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/client/CHANGELOG.md | 9 +++++++++ pkg-manager/client/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 14 ++++++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 9 +++++++++ pkg-manager/headless/package.json | 2 +- pkg-manager/package-requester/CHANGELOG.md | 7 +++++++ pkg-manager/package-requester/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 12 ++++++++++++ .../plugin-commands-installation/package.json | 2 +- pkg-manager/resolve-dependencies/CHANGELOG.md | 7 +++++++ pkg-manager/resolve-dependencies/package.json | 2 +- pnpm/CHANGELOG.md | 11 +++++++++++ pnpm/artifacts/exe/package.json | 2 +- pnpm/artifacts/linux-arm64/package.json | 2 +- pnpm/artifacts/linux-x64/package.json | 2 +- pnpm/artifacts/macos-arm64/package.json | 2 +- pnpm/artifacts/macos-x64/package.json | 2 +- pnpm/artifacts/win-x64/package.json | 2 +- pnpm/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 8 ++++++++ releasing/plugin-commands-deploy/package.json | 2 +- releasing/plugin-commands-publishing/CHANGELOG.md | 9 +++++++++ releasing/plugin-commands-publishing/package.json | 2 +- resolving/default-resolver/CHANGELOG.md | 8 ++++++++ resolving/default-resolver/package.json | 2 +- resolving/git-resolver/CHANGELOG.md | 6 ++++++ resolving/git-resolver/package.json | 2 +- reviewing/license-scanner/CHANGELOG.md | 8 ++++++++ reviewing/license-scanner/package.json | 2 +- reviewing/outdated/CHANGELOG.md | 7 +++++++ reviewing/outdated/package.json | 2 +- reviewing/plugin-commands-licenses/CHANGELOG.md | 7 +++++++ reviewing/plugin-commands-licenses/package.json | 2 +- reviewing/plugin-commands-outdated/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-outdated/package.json | 2 +- store/cafs/CHANGELOG.md | 6 ++++++ store/cafs/package.json | 2 +- store/create-cafs-store/CHANGELOG.md | 8 ++++++++ store/create-cafs-store/package.json | 2 +- store/package-store/CHANGELOG.md | 9 +++++++++ store/package-store/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 8 ++++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 9 +++++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 9 +++++++++ store/store-connection-manager/package.json | 2 +- 82 files changed, 325 insertions(+), 77 deletions(-) delete mode 100644 .changeset/dull-geese-thank.md delete mode 100644 .changeset/green-donuts-pull.md delete mode 100644 .changeset/modern-penguins-bow.md delete mode 100644 .changeset/quiet-brooms-serve.md delete mode 100644 .changeset/silly-dolls-grin.md delete mode 100644 .changeset/small-windows-brush.md diff --git a/.changeset/dull-geese-thank.md b/.changeset/dull-geese-thank.md deleted file mode 100644 index 8965c47748..0000000000 --- a/.changeset/dull-geese-thank.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#6822](https://github.com/pnpm/pnpm/issues/6822). diff --git a/.changeset/green-donuts-pull.md b/.changeset/green-donuts-pull.md deleted file mode 100644 index 111d479285..0000000000 --- a/.changeset/green-donuts-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/store.cafs": patch -"pnpm": patch ---- - -The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842). diff --git a/.changeset/modern-penguins-bow.md b/.changeset/modern-penguins-bow.md deleted file mode 100644 index 9649bc7f87..0000000000 --- a/.changeset/modern-penguins-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-patching": patch -"pnpm": patch ---- - -Ignore empty patch content when patch-commit. diff --git a/.changeset/quiet-brooms-serve.md b/.changeset/quiet-brooms-serve.md deleted file mode 100644 index 1658b4f378..0000000000 --- a/.changeset/quiet-brooms-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/core": patch -"pnpm": patch ---- - -Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum`. Fix [#6824](https://github.com/pnpm/pnpm/issues/6824). diff --git a/.changeset/silly-dolls-grin.md b/.changeset/silly-dolls-grin.md deleted file mode 100644 index 343e9ca873..0000000000 --- a/.changeset/silly-dolls-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pnpm": patch -"@pnpm/git-resolver": patch ---- - -Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#6806](https://github.com/pnpm/pnpm/issues/6806) diff --git a/.changeset/small-windows-brush.md b/.changeset/small-windows-brush.md deleted file mode 100644 index f8a32e5b91..0000000000 --- a/.changeset/small-windows-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/prepare-package": patch -"pnpm": patch ---- - -The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#6822](https://github.com/pnpm/pnpm/issues/6846). diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index 424441ddb9..8aa4ca6792 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/assert-project +## 2.3.31 + +### Patch Changes + +- @pnpm/assert-store@1.0.66 + ## 2.3.30 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 16dc1c4775..e5058a082f 100644 --- a/__utils__/assert-project/package.json +++ b/__utils__/assert-project/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-project", "description": "Utils for testing projects that use pnpm", - "version": "2.3.30", + "version": "2.3.31", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/assert-store/CHANGELOG.md b/__utils__/assert-store/CHANGELOG.md index decef5c6ca..cd467d1d43 100644 --- a/__utils__/assert-store/CHANGELOG.md +++ b/__utils__/assert-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/assert-store +## 1.0.66 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + ## 1.0.65 ### Patch Changes diff --git a/__utils__/assert-store/package.json b/__utils__/assert-store/package.json index c75e63e204..d45f2506d5 100644 --- a/__utils__/assert-store/package.json +++ b/__utils__/assert-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-store", "description": "Utils for testing pnpm store", - "version": "1.0.65", + "version": "1.0.66", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index 9169f8ed69..c367e469d2 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.74 + +### Patch Changes + +- @pnpm/assert-project@2.3.31 + ## 0.0.73 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index 4819492988..338f9ba1bb 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.73", + "version": "0.0.74", "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { diff --git a/__utils__/test-fixtures/CHANGELOG.md b/__utils__/test-fixtures/CHANGELOG.md index f144e98ec3..a097f79880 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.1.4 + +### Patch Changes + +- @pnpm/prepare@0.0.74 + ## 0.1.3 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index a950bc9a64..91ffd9f28b 100644 --- a/__utils__/test-fixtures/package.json +++ b/__utils__/test-fixtures/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/test-fixtures", "description": "Test fixtures", - "version": "0.1.3", + "version": "0.1.4", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index 1579cc3d91..61c4b76032 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.fetcher +## 3.0.10 + +### Patch Changes + +- @pnpm/tarball-fetcher@15.0.7 +- @pnpm/create-cafs-store@4.0.7 + ## 3.0.9 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index a4b952dfd4..4a270a7c8a 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "3.0.9", + "version": "3.0.10", "description": "Node.js artifacts fetcher", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/env/node.resolver/CHANGELOG.md b/env/node.resolver/CHANGELOG.md index c919dfd5c6..3a4840cf50 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.resolver +## 2.0.11 + +### Patch Changes + +- @pnpm/node.fetcher@3.0.10 + ## 2.0.10 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index e85862f667..c750700c6f 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "2.0.10", + "version": "2.0.11", "description": "Resolves a Node.js version specifier to an exact Node.js version", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/env/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index af88c28884..b1fb09e983 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-env +## 4.0.18 + +### Patch Changes + +- @pnpm/node.fetcher@3.0.10 +- @pnpm/node.resolver@2.0.11 +- @pnpm/config@18.4.4 + ## 4.0.17 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index dceba7698c..57b6ad63ef 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "4.0.17", + "version": "4.0.18", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index c3640fcab4..0dbcac9c38 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-rebuild +## 9.1.4 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + - @pnpm/store-connection-manager@6.0.21 + - @pnpm/config@18.4.4 + - @pnpm/fs.hard-link-dir@2.0.1 + - @pnpm/lifecycle@15.0.5 + - @pnpm/link-bins@9.0.5 + ## 9.1.3 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index cddeb682e8..8da4901f1d 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "9.1.3", + "version": "9.1.4", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index 61768a3aff..d5ef41bc1c 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 7.1.15 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.21 +- @pnpm/config@18.4.4 +- @pnpm/lifecycle@15.0.5 + ## 7.1.14 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 8bd8705569..fb6efc4cb6 100644 --- a/exec/plugin-commands-script-runners/package.json +++ b/exec/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "7.1.14", + "version": "7.1.15", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/prepare-package/CHANGELOG.md b/exec/prepare-package/CHANGELOG.md index 956b6566c3..2a0b7d1298 100644 --- a/exec/prepare-package/CHANGELOG.md +++ b/exec/prepare-package/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/prepare-package +## 5.0.6 + +### Patch Changes + +- 8452bb2d5: The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#6822](https://github.com/pnpm/pnpm/issues/6846). + - @pnpm/lifecycle@15.0.5 + ## 5.0.5 ### Patch Changes diff --git a/exec/prepare-package/package.json b/exec/prepare-package/package.json index 90540d0e76..7e9bf531cd 100644 --- a/exec/prepare-package/package.json +++ b/exec/prepare-package/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare-package", - "version": "5.0.5", + "version": "5.0.6", "description": "Prepares a Git-hosted package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/git-fetcher/CHANGELOG.md b/fetching/git-fetcher/CHANGELOG.md index 2c10d4ec01..6f8c2f1f6c 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/git-fetcher +## 9.0.6 + +### Patch Changes + +- Updated dependencies [8452bb2d5] + - @pnpm/prepare-package@5.0.6 + ## 9.0.5 ### Patch Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index 7bcfb90d20..5bf9a98c43 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "9.0.5", + "version": "9.0.6", "description": "A fetcher for git-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/tarball-fetcher/CHANGELOG.md b/fetching/tarball-fetcher/CHANGELOG.md index 98b40b1143..eb884bc133 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/tarball-fetcher +## 15.0.7 + +### Patch Changes + +- Updated dependencies [8452bb2d5] + - @pnpm/prepare-package@5.0.6 + ## 15.0.6 ### Patch Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index f62bbb70b5..f7d9dc674d 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "15.0.6", + "version": "15.0.7", "description": "Fetcher for packages hosted as tarballs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/modules-mounter/daemon/CHANGELOG.md b/modules-mounter/daemon/CHANGELOG.md index 129ca0a881..1becac2103 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/mount-modules +## 0.4.17 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + - @pnpm/config@18.4.4 + ## 0.4.16 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index b9be5889c3..b1c02aff6f 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.4.16", + "version": "0.4.17", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index f127568417..a11a26c471 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-patching +## 3.1.16 + +### Patch Changes + +- 653e9104c: Ignore empty patch content when patch-commit. + - @pnpm/plugin-commands-installation@13.0.21 + - @pnpm/store-connection-manager@6.0.21 + - @pnpm/config@18.4.4 + - @pnpm/patching.apply-patch@2.0.4 + ## 3.1.15 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 6b233dd484..a6d0e3825c 100644 --- a/patching/plugin-commands-patching/package.json +++ b/patching/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "3.1.15", + "version": "3.1.16", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index c533f03d62..b77b85fb86 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/client +## 10.0.15 + +### Patch Changes + +- @pnpm/git-fetcher@9.0.6 +- @pnpm/tarball-fetcher@15.0.7 +- @pnpm/default-resolver@18.0.12 +- @pnpm/directory-fetcher@6.0.4 + ## 10.0.14 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 7b7789a668..aca799ce7b 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "10.0.14", + "version": "10.0.15", "description": "Creates the package resolve and fetch functions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index c80df2d7a9..031182cb22 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/core +## 10.2.11 + +### Patch Changes + +- 388a13b56: Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum`. Fix [#6824](https://github.com/pnpm/pnpm/issues/6824). +- Updated dependencies [a13a0e8f5] + - @pnpm/resolve-dependencies@31.1.13 + - @pnpm/headless@21.0.9 + - @pnpm/package-requester@21.0.10 + - @pnpm/symlink-dependency@7.0.2 + - @pnpm/crypto.base32-hash@2.0.0 + - @pnpm/lifecycle@15.0.5 + - @pnpm/link-bins@9.0.5 + ## 10.2.10 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 56660a3d9e..625ae3a739 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "10.2.10", + "version": "10.2.11", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index edb0736b37..1143022034 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/headless +## 21.0.9 + +### Patch Changes + +- @pnpm/package-requester@21.0.10 +- @pnpm/symlink-dependency@7.0.2 +- @pnpm/lifecycle@15.0.5 +- @pnpm/link-bins@9.0.5 + ## 21.0.8 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index b36f3501c7..c608b6895f 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "21.0.8", + "version": "21.0.9", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/package-requester/CHANGELOG.md b/pkg-manager/package-requester/CHANGELOG.md index 8c2d6f5dca..57fe0e3609 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/package-requester +## 21.0.10 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + ## 21.0.9 ### Patch Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index 880ef67535..16ef0d3e67 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "21.0.9", + "version": "21.0.10", "description": "Concurrent downloader of npm-compatible packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index 9d0be19c5b..cb2e21d327 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-installation +## 13.0.21 + +### Patch Changes + +- Updated dependencies [388a13b56] + - @pnpm/core@10.2.11 + - @pnpm/plugin-commands-rebuild@9.1.4 + - @pnpm/package-store@16.0.10 + - @pnpm/store-connection-manager@6.0.21 + - @pnpm/outdated@13.0.9 + - @pnpm/config@18.4.4 + ## 13.0.20 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 6ae266d641..62ca3e6697 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "13.0.20", + "version": "13.0.21", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/resolve-dependencies/CHANGELOG.md b/pkg-manager/resolve-dependencies/CHANGELOG.md index 6856236b05..c179f255c5 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolve-dependencies +## 31.1.13 + +### Patch Changes + +- a13a0e8f5: Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#6822](https://github.com/pnpm/pnpm/issues/6822). + - @pnpm/npm-resolver@16.0.8 + ## 31.1.12 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 44c478c70d..9ad8a1ddbf 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "31.1.12", + "version": "31.1.13", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 06e8d35e4a..333d948f66 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,16 @@ # pnpm +## 8.6.10 + +### Patch Changes + +- Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#6822](https://github.com/pnpm/pnpm/issues/6822). +- The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842). +- Ignore empty patch content when patch-commit. +- Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum` [#6824](https://github.com/pnpm/pnpm/issues/6824). +- Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#6806](https://github.com/pnpm/pnpm/issues/6806) +- The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#6822](https://github.com/pnpm/pnpm/issues/6846). + ## 8.6.9 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index a7929e808f..5ad3b73ff0 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "8.6.9", + "version": "8.6.10", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 41e60da96e..f3f78f437d 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "8.6.9", + "version": "8.6.10", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index e977a27f01..9fd139d374 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "8.6.9", + "version": "8.6.10", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 6c620e3609..6b1d9394e2 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "8.6.9", + "version": "8.6.10", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 174ad470f4..f06f37e7b6 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "8.6.9", + "version": "8.6.10", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 1705d31650..da57ff57e2 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "8.6.9", + "version": "8.6.10", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 2d29c5290d..62455eb129 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.6.9", + "version": "8.6.10", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index a102b852dd..b70accb753 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 3.0.27 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.0.21 +- @pnpm/fs.indexed-pkg-importer@3.0.2 +- @pnpm/directory-fetcher@6.0.4 + ## 3.0.26 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 0ca6af8b12..d67410ef15 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "3.0.26", + "version": "3.0.27", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/releasing/plugin-commands-publishing/CHANGELOG.md b/releasing/plugin-commands-publishing/CHANGELOG.md index 90e3c31648..feb0034d95 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-publishing +## 7.3.2 + +### Patch Changes + +- @pnpm/client@10.0.15 +- @pnpm/config@18.4.4 +- @pnpm/exportable-manifest@5.0.5 +- @pnpm/lifecycle@15.0.5 + ## 7.3.1 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 924b36e6da..8979d82020 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "7.3.1", + "version": "7.3.2", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/default-resolver/CHANGELOG.md b/resolving/default-resolver/CHANGELOG.md index 7a388a7fe5..57b43c26c8 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/default-resolver +## 18.0.12 + +### Patch Changes + +- Updated dependencies [22bbe9255] + - @pnpm/git-resolver@8.0.6 + - @pnpm/npm-resolver@16.0.8 + ## 18.0.11 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index 9f2ce8d064..95ae3d4624 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "18.0.11", + "version": "18.0.12", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/git-resolver/CHANGELOG.md b/resolving/git-resolver/CHANGELOG.md index 8ef65033c7..e1f592a1d5 100644 --- a/resolving/git-resolver/CHANGELOG.md +++ b/resolving/git-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/git-resolver +## 8.0.6 + +### Patch Changes + +- 22bbe9255: Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#6806](https://github.com/pnpm/pnpm/issues/6806) + ## 8.0.5 ### Patch Changes diff --git a/resolving/git-resolver/package.json b/resolving/git-resolver/package.json index eba4ebf35f..592beb3481 100644 --- a/resolving/git-resolver/package.json +++ b/resolving/git-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-resolver", - "version": "8.0.5", + "version": "8.0.6", "description": "Resolver for git-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index 1566ac7a2b..066a16cb83 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/license-scanner +## 2.0.13 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + - @pnpm/directory-fetcher@6.0.4 + ## 2.0.12 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index d8102bbbd1..4acc01b553 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "2.0.12", + "version": "2.0.13", "description": "Check for licenses packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 36dbc40c94..6b69c3aaac 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/outdated +## 13.0.9 + +### Patch Changes + +- @pnpm/client@10.0.15 +- @pnpm/npm-resolver@16.0.8 + ## 13.0.8 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index b54b8e291f..e956b4450f 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "13.0.8", + "version": "13.0.9", "description": "Check for outdated packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-licenses/CHANGELOG.md b/reviewing/plugin-commands-licenses/CHANGELOG.md index da476770d3..fbe0ad9df1 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-licenses +## 2.0.17 + +### Patch Changes + +- @pnpm/license-scanner@2.0.13 +- @pnpm/config@18.4.4 + ## 2.0.16 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 54633e3410..87b43e86d0 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "2.0.16", + "version": "2.0.17", "description": "The licenses command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-outdated/CHANGELOG.md b/reviewing/plugin-commands-outdated/CHANGELOG.md index 04b56e2096..31b26a0522 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-outdated +## 9.0.20 + +### Patch Changes + +- @pnpm/default-resolver@18.0.12 +- @pnpm/outdated@13.0.9 +- @pnpm/config@18.4.4 + ## 9.0.19 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 86cb50efd6..bb79c78b43 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "9.0.19", + "version": "9.0.20", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/cafs/CHANGELOG.md b/store/cafs/CHANGELOG.md index ada746449c..6fe9f58599 100644 --- a/store/cafs/CHANGELOG.md +++ b/store/cafs/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store.cafs +## 1.0.1 + +### Patch Changes + +- fe1c5f48d: The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842). + ## 1.0.0 ### Major Changes diff --git a/store/cafs/package.json b/store/cafs/package.json index 3f9c29218a..1e64a2f0b1 100644 --- a/store/cafs/package.json +++ b/store/cafs/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store.cafs", - "version": "1.0.0", + "version": "1.0.1", "description": "A content-addressable filesystem for the packages storage", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/create-cafs-store/CHANGELOG.md b/store/create-cafs-store/CHANGELOG.md index 29165eaf77..c7a7ed8478 100644 --- a/store/create-cafs-store/CHANGELOG.md +++ b/store/create-cafs-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/create-cafs-store +## 4.0.7 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + - @pnpm/fs.indexed-pkg-importer@3.0.2 + ## 4.0.6 ### Patch Changes diff --git a/store/create-cafs-store/package.json b/store/create-cafs-store/package.json index 9c6d23a882..e5c3beb5a0 100644 --- a/store/create-cafs-store/package.json +++ b/store/create-cafs-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/create-cafs-store", "description": "Create a CAFS store controller", - "version": "4.0.6", + "version": "4.0.7", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index 1108b0cc9a..73946f8184 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/package-store +## 16.0.10 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + - @pnpm/package-requester@21.0.10 + - @pnpm/create-cafs-store@4.0.7 + ## 16.0.9 ### Patch Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index 0eace30c41..bcdc145da5 100644 --- a/store/package-store/package.json +++ b/store/package-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/package-store", "description": "A storage for packages", - "version": "16.0.9", + "version": "16.0.10", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index 6f892d82b4..a69e0d7aef 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 6.0.21 + +### Patch Changes + +- @pnpm/server@15.0.3 +- @pnpm/store-connection-manager@6.0.21 +- @pnpm/config@18.4.4 + ## 6.0.20 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 1022a44410..45b6af03db 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "6.0.20", + "version": "6.0.21", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index 12ec219677..37a11b3f6b 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store +## 8.0.11 + +### Patch Changes + +- Updated dependencies [fe1c5f48d] + - @pnpm/store.cafs@1.0.1 + - @pnpm/store-connection-manager@6.0.21 + - @pnpm/config@18.4.4 + ## 8.0.10 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 3fbbf88969..0960d8ab5b 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "8.0.10", + "version": "8.0.11", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/store-connection-manager/CHANGELOG.md b/store/store-connection-manager/CHANGELOG.md index 105ebb6433..c8dccb7a45 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/store-connection-manager +## 6.0.21 + +### Patch Changes + +- @pnpm/package-store@16.0.10 +- @pnpm/server@15.0.3 +- @pnpm/client@10.0.15 +- @pnpm/config@18.4.4 + ## 6.0.20 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 394b2094a4..9d206096f6 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "6.0.20", + "version": "6.0.21", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",