chore(release): libs

This commit is contained in:
Zoltan Kochan
2023-09-06 21:59:31 +03:00
parent b3947185c6
commit 46cecfc60f
63 changed files with 280 additions and 32 deletions

View File

@@ -1,5 +1,4 @@
---
"@pnpm/store.cafs": patch
"pnpm": patch
---

View File

@@ -1,5 +1,11 @@
# @pnpm/assert-project
## 2.3.35
### Patch Changes
- @pnpm/assert-store@1.0.70
## 2.3.34
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-project",
"description": "Utils for testing projects that use pnpm",
"version": "2.3.34",
"version": "2.3.35",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,12 @@
# @pnpm/assert-store
## 1.0.70
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
## 1.0.69
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/assert-store",
"description": "Utils for testing pnpm store",
"version": "1.0.69",
"version": "1.0.70",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,11 @@
# @pnpm/prepare
## 0.0.78
### Patch Changes
- @pnpm/assert-project@2.3.35
## 0.0.77
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/prepare",
"version": "0.0.77",
"version": "0.0.78",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {

View File

@@ -1,5 +1,11 @@
# @pnpm/test-fixtures
## 0.1.8
### Patch Changes
- @pnpm/prepare@0.0.78
## 0.1.7
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/test-fixtures",
"description": "Test fixtures",
"version": "0.1.7",
"version": "0.1.8",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",

View File

@@ -1,5 +1,12 @@
# @pnpm/node.fetcher
## 3.0.16
### Patch Changes
- @pnpm/create-cafs-store@5.0.2
- @pnpm/tarball-fetcher@16.0.2
## 3.0.15
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "3.0.15",
"version": "3.0.16",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,11 @@
# @pnpm/node.resolver
## 2.0.17
### Patch Changes
- @pnpm/node.fetcher@3.0.16
## 2.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "2.0.16",
"version": "2.0.17",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-env
## 4.0.25
### Patch Changes
- @pnpm/node.fetcher@3.0.16
- @pnpm/node.resolver@2.0.17
- @pnpm/config@19.0.1
## 4.0.24
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.24",
"version": "4.0.25",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-rebuild
## 9.1.11
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/store-connection-manager@6.1.3
- @pnpm/config@19.0.1
- @pnpm/fs.hard-link-dir@2.0.1
- @pnpm/lifecycle@15.0.8
- @pnpm/link-bins@9.0.6
## 9.1.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "9.1.10",
"version": "9.1.11",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-script-runners
## 7.1.22
### Patch Changes
- @pnpm/plugin-commands-installation@13.1.2
- @pnpm/config@19.0.1
- @pnpm/lifecycle@15.0.8
## 7.1.21
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.1.21",
"version": "7.1.22",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/git-fetcher
## 10.0.2
### Patch Changes
- @pnpm/worker@0.1.2
- @pnpm/prepare-package@5.0.9
## 10.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "10.0.1",
"version": "10.0.2",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/tarball-fetcher
## 16.0.2
### Patch Changes
- @pnpm/worker@0.1.2
- @pnpm/prepare-package@5.0.9
## 16.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/tarball-fetcher",
"version": "16.0.1",
"version": "16.0.2",
"description": "Fetcher for packages hosted as tarballs",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/mount-modules
## 0.4.21
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/config@19.0.1
## 0.4.20
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.20",
"version": "0.4.21",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-patching
## 3.1.23
### Patch Changes
- @pnpm/plugin-commands-installation@13.1.2
- @pnpm/store-connection-manager@6.1.3
- @pnpm/config@19.0.1
- @pnpm/patching.apply-patch@2.0.5
## 3.1.22
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "3.1.22",
"version": "3.1.23",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/client
## 10.0.20
### Patch Changes
- @pnpm/git-fetcher@10.0.2
- @pnpm/tarball-fetcher@16.0.2
- @pnpm/directory-fetcher@7.0.0
## 10.0.19
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "10.0.19",
"version": "10.0.20",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/core
## 11.0.2
### Patch Changes
- @pnpm/headless@21.0.16
- @pnpm/package-requester@22.0.2
- @pnpm/worker@0.1.2
- @pnpm/symlink-dependency@7.0.3
- @pnpm/crypto.base32-hash@2.0.0
- @pnpm/lifecycle@15.0.8
- @pnpm/link-bins@9.0.6
## 11.0.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "11.0.1",
"version": "11.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,14 @@
# @pnpm/headless
## 21.0.16
### Patch Changes
- @pnpm/package-requester@22.0.2
- @pnpm/symlink-dependency@7.0.3
- @pnpm/lifecycle@15.0.8
- @pnpm/link-bins@9.0.6
## 21.0.15
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "21.0.15",
"version": "21.0.16",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,13 @@
# @pnpm/package-requester
## 22.0.2
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/worker@0.1.2
## 22.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/package-requester",
"version": "22.0.1",
"version": "22.0.2",
"description": "Concurrent downloader of npm-compatible packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-installation
## 13.1.2
### Patch Changes
- @pnpm/plugin-commands-rebuild@9.1.11
- @pnpm/core@11.0.2
- @pnpm/package-store@17.0.2
- @pnpm/store-connection-manager@6.1.3
- @pnpm/config@19.0.1
- @pnpm/outdated@13.0.14
## 13.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "13.1.1",
"version": "13.1.2",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-deploy
## 3.1.2
### Patch Changes
- @pnpm/plugin-commands-installation@13.1.2
- @pnpm/fs.indexed-pkg-importer@4.0.1
- @pnpm/directory-fetcher@7.0.0
## 3.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "3.1.1",
"version": "3.1.2",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-publishing
## 7.3.8
### Patch Changes
- @pnpm/client@10.0.20
- @pnpm/config@19.0.1
- @pnpm/exportable-manifest@5.0.6
- @pnpm/lifecycle@15.0.8
## 7.3.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "7.3.7",
"version": "7.3.8",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/license-scanner
## 2.0.17
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/directory-fetcher@7.0.0
## 2.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/license-scanner",
"version": "2.0.16",
"version": "2.0.17",
"description": "Check for licenses packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/outdated
## 13.0.14
### Patch Changes
- @pnpm/client@10.0.20
- @pnpm/npm-resolver@16.0.9
## 13.0.13
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "13.0.13",
"version": "13.0.14",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-licenses
## 2.0.23
### Patch Changes
- @pnpm/license-scanner@2.0.17
- @pnpm/config@19.0.1
## 2.0.22
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "2.0.22",
"version": "2.0.23",
"description": "The licenses command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-outdated
## 9.0.26
### Patch Changes
- @pnpm/config@19.0.1
- @pnpm/outdated@13.0.14
## 9.0.25
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "9.0.25",
"version": "9.0.26",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/store.cafs
## 2.0.2
### Patch Changes
- b3947185c: Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser [#7062](https://github.com/pnpm/pnpm/pull/7062).
## 2.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store.cafs",
"version": "2.0.1",
"version": "2.0.2",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/create-cafs-store
## 5.0.2
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/fs.indexed-pkg-importer@4.0.1
## 5.0.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/create-cafs-store",
"description": "Create a CAFS store controller",
"version": "5.0.1",
"version": "5.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,15 @@
# @pnpm/package-store
## 17.0.2
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/package-requester@22.0.2
- @pnpm/create-cafs-store@5.0.2
- @pnpm/worker@0.1.2
## 17.0.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/package-store",
"description": "A storage for packages",
"version": "17.0.1",
"version": "17.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-server
## 6.0.28
### Patch Changes
- @pnpm/server@16.0.1
- @pnpm/store-connection-manager@6.1.3
- @pnpm/config@19.0.1
## 6.0.27
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "6.0.27",
"version": "6.0.28",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-store
## 8.0.18
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/store-connection-manager@6.1.3
- @pnpm/config@19.0.1
## 8.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "8.0.17",
"version": "8.0.18",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/store-connection-manager
## 6.1.3
### Patch Changes
- @pnpm/package-store@17.0.2
- @pnpm/server@16.0.1
- @pnpm/client@10.0.20
- @pnpm/config@19.0.1
## 6.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store-connection-manager",
"version": "6.1.2",
"version": "6.1.3",
"description": "Create a direct pnpm store controller or connect to a running store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/worker
## 0.1.2
### Patch Changes
- Updated dependencies [b3947185c]
- @pnpm/store.cafs@2.0.2
- @pnpm/create-cafs-store@5.0.2
## 0.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/worker",
"version": "0.1.1",
"version": "0.1.2",
"description": "A worker for extracting package taralls to the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",