mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
chore(release): libs
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
---
|
||||
"@pnpm/store-connection-manager": major
|
||||
"@pnpm/store-controller-types": major
|
||||
"@pnpm/headless": minor
|
||||
"@pnpm/core": minor
|
||||
"@pnpm/worker": minor
|
||||
---
|
||||
|
||||
Remove `disableRelinkFromStore` and `relinkLocalDirDeps`. Replace them with `disableRelinkLocalDirDeps`.
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
"@pnpm/package-requester": major
|
||||
"@pnpm/store-controller-types": major
|
||||
"@pnpm/fs.indexed-pkg-importer": major
|
||||
"@pnpm/create-cafs-store": major
|
||||
"@pnpm/cafs-types": major
|
||||
"@pnpm/server": major
|
||||
"@pnpm/tarball-fetcher": major
|
||||
"@pnpm/node.fetcher": major
|
||||
"@pnpm/lifecycle": major
|
||||
---
|
||||
|
||||
`fromStore` replaced with `resolvedFrom`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/graceful-fs": minor
|
||||
---
|
||||
|
||||
Export readdirSync.
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 2.3.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-store@1.0.72
|
||||
|
||||
## 2.3.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "2.3.36",
|
||||
"version": "2.3.37",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 1.0.72
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@2.0.4
|
||||
|
||||
## 1.0.71
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.80
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-project@2.3.37
|
||||
|
||||
## 0.0.79
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.79",
|
||||
"version": "0.0.80",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/test-fixtures
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare@0.0.80
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/test-fixtures",
|
||||
"description": "Test fixtures",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/default-reporter@12.3.4
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Utils for pnpm commands",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 12.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config@19.0.3
|
||||
|
||||
## 12.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "12.3.3",
|
||||
"version": "12.3.4",
|
||||
"description": "The default reporter of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 19.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/pnpmfile@5.0.13
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
|
||||
## 19.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "19.0.2",
|
||||
"version": "19.0.3",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "2.0.19",
|
||||
"version": "2.0.20",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
8
deps/graph-builder/CHANGELOG.md
vendored
8
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/graph-builder/package.json
vendored
2
deps/graph-builder/package.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/deps.graph-builder",
|
||||
"description": "A package for building a dependency graph from a lockfile",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
13
env/node.fetcher/CHANGELOG.md
vendored
13
env/node.fetcher/CHANGELOG.md
vendored
@@ -1,5 +1,18 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 3.0.19
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 9caa33d53: `fromStore` replaced with `resolvedFrom`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/create-cafs-store@6.0.0
|
||||
- @pnpm/tarball-fetcher@18.0.0
|
||||
- @pnpm/fetcher-base@15.0.1
|
||||
|
||||
## 3.0.18
|
||||
|
||||
### 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.18",
|
||||
"version": "3.0.19",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
7
env/node.resolver/CHANGELOG.md
vendored
7
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 2.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/node.fetcher@4.0.0
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### 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.19",
|
||||
"version": "2.0.20",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
10
env/plugin-commands-env/CHANGELOG.md
vendored
10
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 4.0.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/node.fetcher@4.0.0
|
||||
- @pnpm/node.resolver@2.0.20
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
|
||||
## 4.0.27
|
||||
|
||||
### 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.27",
|
||||
"version": "4.0.28",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 11.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
- @pnpm/link-bins@9.0.7
|
||||
- @pnpm/fs.hard-link-dir@2.0.1
|
||||
- @pnpm/patching.apply-patch@2.0.5
|
||||
|
||||
## 11.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "11.0.14",
|
||||
"version": "11.0.15",
|
||||
"description": "Build packages in node_modules",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/lifecycle
|
||||
|
||||
## 16.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 9caa33d53: `fromStore` replaced with `resolvedFrom`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/directory-fetcher@7.0.1
|
||||
- @pnpm/link-bins@9.0.7
|
||||
|
||||
## 15.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lifecycle",
|
||||
"version": "15.0.9",
|
||||
"version": "16.0.0",
|
||||
"description": "Package lifecycle hook runner",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 9.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-connection-manager@7.0.0
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
- @pnpm/store.cafs@2.0.4
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
- @pnpm/link-bins@9.0.7
|
||||
- @pnpm/workspace.find-packages@1.0.9
|
||||
- @pnpm/fs.hard-link-dir@2.0.1
|
||||
|
||||
## 9.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "9.1.13",
|
||||
"version": "9.1.14",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 7.1.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
- @pnpm/plugin-commands-installation@13.1.5
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
|
||||
## 7.1.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "7.1.24",
|
||||
"version": "7.1.25",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/prepare-package
|
||||
|
||||
## 5.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
|
||||
## 5.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare-package",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"description": "Prepares a Git-hosted package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/directory-fetcher
|
||||
|
||||
## 7.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetcher-base@15.0.1
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
|
||||
## 7.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/directory-fetcher",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.1",
|
||||
"description": "A fetcher for local directory packages",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/git-fetcher
|
||||
|
||||
## 12.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/worker@0.3.0
|
||||
- @pnpm/fetcher-base@15.0.1
|
||||
- @pnpm/prepare-package@5.0.11
|
||||
|
||||
## 11.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-fetcher",
|
||||
"version": "11.0.1",
|
||||
"version": "12.0.0",
|
||||
"description": "A fetcher for git-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 18.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 9caa33d53: `fromStore` replaced with `resolvedFrom`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/worker@0.3.0
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
- @pnpm/fetcher-base@15.0.1
|
||||
- @pnpm/prepare-package@5.0.11
|
||||
|
||||
## 17.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "17.0.1",
|
||||
"version": "18.0.0",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/fs.find-packages
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fs.find-packages",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"description": "Find all packages inside a directory",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/graceful-fs
|
||||
|
||||
## 3.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9caa33d53: Export readdirSync.
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/graceful-fs",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"description": "Promisified graceful-fs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/fs.indexed-pkg-importer
|
||||
|
||||
## 5.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 9caa33d53: `fromStore` replaced with `resolvedFrom`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
|
||||
## 4.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/fs.indexed-pkg-importer",
|
||||
"description": "Replicates indexed directories using hard links, copies, or cloning",
|
||||
"version": "4.1.1",
|
||||
"version": "5.0.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 5.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
|
||||
## 5.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "5.0.12",
|
||||
"version": "5.0.13",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 7.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/list@9.0.12
|
||||
|
||||
## 7.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "7.0.13",
|
||||
"version": "7.0.14",
|
||||
"description": "Audit a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 8.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
- @pnpm/audit@7.0.14
|
||||
|
||||
## 8.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "8.0.23",
|
||||
"version": "8.0.24",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.4.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@2.0.4
|
||||
- @pnpm/config@19.0.3
|
||||
|
||||
## 0.4.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.4.22",
|
||||
"version": "0.4.23",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/make-dedicated-lockfile
|
||||
|
||||
## 0.5.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/exportable-manifest@5.0.7
|
||||
|
||||
## 0.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/make-dedicated-lockfile",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"description": "Creates a dedicated lockfile for a subset of workspace projects",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 3.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
|
||||
## 3.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "3.0.18",
|
||||
"version": "3.0.19",
|
||||
"description": "Create a package.json file",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 4.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
|
||||
## 4.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "4.0.18",
|
||||
"version": "4.0.19",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 3.1.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-connection-manager@7.0.0
|
||||
- @pnpm/plugin-commands-installation@13.1.5
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
- @pnpm/patching.apply-patch@2.0.5
|
||||
|
||||
## 3.1.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "3.1.25",
|
||||
"version": "3.1.26",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 10.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/tarball-fetcher@18.0.0
|
||||
- @pnpm/git-fetcher@12.0.0
|
||||
- @pnpm/directory-fetcher@7.0.1
|
||||
- @pnpm/default-resolver@18.0.14
|
||||
|
||||
## 10.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "10.0.22",
|
||||
"version": "10.0.23",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 12.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9caa33d53: Remove `disableRelinkFromStore` and `relinkLocalDirDeps`. Replace them with `disableRelinkLocalDirDeps`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/headless@23.0.0
|
||||
- @pnpm/worker@0.3.0
|
||||
- @pnpm/package-requester@24.0.0
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
- @pnpm/build-modules@11.0.15
|
||||
- @pnpm/modules-cleaner@14.0.13
|
||||
- @pnpm/resolve-dependencies@31.1.17
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/link-bins@9.0.7
|
||||
- @pnpm/hoist@8.0.11
|
||||
- @pnpm/symlink-dependency@7.1.0
|
||||
- @pnpm/crypto.base32-hash@2.0.0
|
||||
|
||||
## 12.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "12.0.1",
|
||||
"version": "12.1.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 22.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9caa33d53: Remove `disableRelinkFromStore` and `relinkLocalDirDeps`. Replace them with `disableRelinkLocalDirDeps`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/worker@0.3.0
|
||||
- @pnpm/package-requester@24.0.0
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
- @pnpm/deps.graph-builder@0.1.3
|
||||
- @pnpm/build-modules@11.0.15
|
||||
- @pnpm/modules-cleaner@14.0.13
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/link-bins@9.0.7
|
||||
- @pnpm/hoist@8.0.11
|
||||
- @pnpm/symlink-dependency@7.1.0
|
||||
|
||||
## 22.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "22.0.1",
|
||||
"version": "22.1.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/hoist
|
||||
|
||||
## 8.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/link-bins@9.0.7
|
||||
|
||||
## 8.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/hoist",
|
||||
"description": "Hoists dependencies in a node_modules created by pnpm",
|
||||
"version": "8.0.10",
|
||||
"version": "8.0.11",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/link-bins
|
||||
|
||||
## 9.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
|
||||
## 9.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/link-bins",
|
||||
"version": "9.0.6",
|
||||
"version": "9.0.7",
|
||||
"description": "Link bins to node_modules/.bin",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/modules-cleaner
|
||||
|
||||
## 14.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
|
||||
## 14.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/modules-cleaner",
|
||||
"version": "14.0.12",
|
||||
"version": "14.0.13",
|
||||
"description": "Exports util functions to clean up node_modules",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @pnpm/package-requester
|
||||
|
||||
## 24.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 9caa33d53: `fromStore` replaced with `resolvedFrom`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/worker@0.3.0
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
- @pnpm/store.cafs@2.0.4
|
||||
- @pnpm/fetcher-base@15.0.1
|
||||
|
||||
## 23.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/package-requester",
|
||||
"version": "23.0.1",
|
||||
"version": "24.0.0",
|
||||
"description": "Concurrent downloader of npm-compatible packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 13.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-connection-manager@7.0.0
|
||||
- @pnpm/core@13.0.0
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
- @pnpm/plugin-commands-rebuild@9.1.14
|
||||
- @pnpm/pnpmfile@5.0.13
|
||||
- @pnpm/package-store@19.0.0
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/outdated@13.0.17
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
- @pnpm/workspace.pkgs-graph@2.0.6
|
||||
- @pnpm/workspace.find-packages@1.0.9
|
||||
- @pnpm/filter-workspace-packages@7.0.19
|
||||
|
||||
## 13.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "13.1.4",
|
||||
"version": "13.1.5",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 31.1.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/store-controller-types@17.0.0
|
||||
- @pnpm/npm-resolver@16.0.10
|
||||
|
||||
## 31.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "31.1.16",
|
||||
"version": "31.1.17",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/exportable-manifest
|
||||
|
||||
## 5.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
|
||||
## 5.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exportable-manifest",
|
||||
"version": "5.0.6",
|
||||
"version": "5.0.7",
|
||||
"description": "Creates an exportable manifest",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/read-project-manifest
|
||||
|
||||
## 5.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
|
||||
## 5.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/read-project-manifest",
|
||||
"version": "5.0.5",
|
||||
"version": "5.0.6",
|
||||
"description": "Read a project manifest (called package.json in most cases)",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 3.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/fs.indexed-pkg-importer@5.0.0
|
||||
- @pnpm/plugin-commands-installation@13.1.5
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
- @pnpm/directory-fetcher@7.0.1
|
||||
|
||||
## 3.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "3.1.4",
|
||||
"version": "3.1.5",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 7.3.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/lifecycle@16.0.0
|
||||
- @pnpm/client@10.0.23
|
||||
- @pnpm/config@19.0.3
|
||||
- @pnpm/cli-utils@2.0.19
|
||||
- @pnpm/exportable-manifest@5.0.7
|
||||
|
||||
## 7.3.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "7.3.10",
|
||||
"version": "7.3.11",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 18.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/local-resolver@10.0.7
|
||||
- @pnpm/npm-resolver@16.0.10
|
||||
|
||||
## 18.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-resolver",
|
||||
"version": "18.0.13",
|
||||
"version": "18.0.14",
|
||||
"description": "pnpm's default package resolver",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/local-resolver
|
||||
|
||||
## 10.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
- @pnpm/read-project-manifest@5.0.6
|
||||
|
||||
## 10.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/local-resolver",
|
||||
"version": "10.0.6",
|
||||
"version": "10.0.7",
|
||||
"description": "Resolver for local packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/npm-resolver
|
||||
|
||||
## 16.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9caa33d53]
|
||||
- @pnpm/graceful-fs@3.2.0
|
||||
|
||||
## 16.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/npm-resolver",
|
||||
"version": "16.0.9",
|
||||
"version": "16.0.10",
|
||||
"description": "Resolver for npm-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/license-scanner
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@2.0.4
|
||||
- @pnpm/directory-fetcher@7.0.1
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user