mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-08 09:10:51 -04:00
chore(release): libs
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/store.cafs": major
|
||||
---
|
||||
|
||||
The package is renamed from `@pnpm/cafs` to `@pnpm/store.cafs`.
|
||||
|
||||
The content-addressable store locker should be only created once per process. This fixes an issue that started happening after merging [#6817](https://github.com/pnpm/pnpm/pull/6817)
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 2.3.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-store@1.0.65
|
||||
|
||||
## 2.3.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "2.3.29",
|
||||
"version": "2.3.30",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 1.0.65
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
|
||||
## 1.0.64
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "1.0.64",
|
||||
"version": "1.0.65",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.73
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-project@2.3.30
|
||||
|
||||
## 0.0.72
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.72",
|
||||
"version": "0.0.73",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/test-fixtures
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare@0.0.73
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/test-fixtures",
|
||||
"description": "Test fixtures",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
7
env/node.fetcher/CHANGELOG.md
vendored
7
env/node.fetcher/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 3.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/tarball-fetcher@15.0.6
|
||||
- @pnpm/create-cafs-store@4.0.6
|
||||
|
||||
## 3.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.fetcher/package.json
vendored
2
env/node.fetcher/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.fetcher",
|
||||
"version": "3.0.8",
|
||||
"version": "3.0.9",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
6
env/node.resolver/CHANGELOG.md
vendored
6
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@3.0.9
|
||||
|
||||
## 2.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.resolver/package.json
vendored
2
env/node.resolver/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.resolver",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
8
env/plugin-commands-env/CHANGELOG.md
vendored
8
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 4.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@3.0.9
|
||||
- @pnpm/node.resolver@2.0.10
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 4.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/plugin-commands-env/package.json
vendored
2
env/plugin-commands-env/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "4.0.16",
|
||||
"version": "4.0.17",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 9.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
- @pnpm/store-connection-manager@6.0.20
|
||||
- @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.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "9.1.2",
|
||||
"version": "9.1.3",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 7.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.20
|
||||
- @pnpm/config@18.4.4
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
|
||||
## 7.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "7.1.13",
|
||||
"version": "7.1.14",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.4.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 0.4.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.4.15",
|
||||
"version": "0.4.16",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 3.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.20
|
||||
- @pnpm/store-connection-manager@6.0.20
|
||||
- @pnpm/config@18.4.4
|
||||
- @pnpm/patching.apply-patch@2.0.4
|
||||
|
||||
## 3.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "3.1.14",
|
||||
"version": "3.1.15",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 10.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/headless@21.0.8
|
||||
- @pnpm/package-requester@21.0.9
|
||||
- @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.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "10.2.9",
|
||||
"version": "10.2.10",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 21.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/package-requester@21.0.9
|
||||
- @pnpm/symlink-dependency@7.0.2
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
- @pnpm/link-bins@9.0.5
|
||||
|
||||
## 21.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "21.0.7",
|
||||
"version": "21.0.8",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/package-requester
|
||||
|
||||
## 21.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
|
||||
## 21.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/package-requester",
|
||||
"version": "21.0.8",
|
||||
"version": "21.0.9",
|
||||
"description": "Concurrent downloader of npm-compatible packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 13.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-rebuild@9.1.3
|
||||
- @pnpm/core@10.2.10
|
||||
- @pnpm/package-store@16.0.9
|
||||
- @pnpm/store-connection-manager@6.0.20
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 13.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "13.0.19",
|
||||
"version": "13.0.20",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 3.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.20
|
||||
- @pnpm/fs.indexed-pkg-importer@3.0.2
|
||||
- @pnpm/directory-fetcher@6.0.4
|
||||
|
||||
## 3.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "3.0.25",
|
||||
"version": "3.0.26",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/license-scanner
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
- @pnpm/directory-fetcher@6.0.4
|
||||
|
||||
## 2.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/license-scanner",
|
||||
"version": "2.0.11",
|
||||
"version": "2.0.12",
|
||||
"description": "Check for licenses packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-licenses
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/license-scanner@2.0.12
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 2.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-licenses",
|
||||
"version": "2.0.15",
|
||||
"version": "2.0.16",
|
||||
"description": "The licenses command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
9
store/cafs/CHANGELOG.md
Normal file
9
store/cafs/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @pnpm/store.cafs
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 4bbf482d1: The package is renamed from `@pnpm/cafs` to `@pnpm/store.cafs`.
|
||||
|
||||
The content-addressable store locker should be only created once per process. This fixes an issue that started happening after merging [#6817](https://github.com/pnpm/pnpm/pull/6817)
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.cafs",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"description": "A content-addressable filesystem for the packages storage",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/create-cafs-store
|
||||
|
||||
## 4.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
- @pnpm/fs.indexed-pkg-importer@3.0.2
|
||||
|
||||
## 4.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/create-cafs-store",
|
||||
"description": "Create a CAFS store controller",
|
||||
"version": "4.0.5",
|
||||
"version": "4.0.6",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/package-store
|
||||
|
||||
## 16.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
- @pnpm/package-requester@21.0.9
|
||||
- @pnpm/create-cafs-store@4.0.6
|
||||
|
||||
## 16.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/package-store",
|
||||
"description": "A storage for packages",
|
||||
"version": "16.0.8",
|
||||
"version": "16.0.9",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 6.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/server@15.0.3
|
||||
- @pnpm/store-connection-manager@6.0.20
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 6.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "6.0.19",
|
||||
"version": "6.0.20",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 8.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bbf482d1]
|
||||
- @pnpm/store.cafs@1.0.0
|
||||
- @pnpm/store-connection-manager@6.0.20
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 8.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "8.0.9",
|
||||
"version": "8.0.10",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 6.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/package-store@16.0.9
|
||||
- @pnpm/server@15.0.3
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 6.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "6.0.19",
|
||||
"version": "6.0.20",
|
||||
"description": "Create a direct pnpm store controller or connect to a running store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user