mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-06 08:18:16 -05:00
chore(release): 9.14.4
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/npm-resolver": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Don't ever save mutated metadata to the metadata cache.
|
||||
7
cache/api/CHANGELOG.md
vendored
7
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [11afcdd]
|
||||
- @pnpm/npm-resolver@900.0.1
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/api/package.json
vendored
2
cache/api/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.api",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "API for controlling the cache",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
6
cache/commands/CHANGELOG.md
vendored
6
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cache.api@900.0.1
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/commands/package.json
vendored
2
cache/commands/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.commands",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for controlling the cache",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store-connection-manager@900.0.1
|
||||
|
||||
## 12.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@900.0.1
|
||||
|
||||
## 12.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@900.0.1
|
||||
- @pnpm/store-connection-manager@900.0.1
|
||||
|
||||
## 6.4.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@900.0.1
|
||||
|
||||
## 11.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/resolve-dependencies@900.0.1
|
||||
- @pnpm/headless@900.0.0
|
||||
- @pnpm/package-requester@900.0.0
|
||||
|
||||
## 15.3.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/outdated@900.0.1
|
||||
- @pnpm/workspace.pkgs-graph@900.0.1
|
||||
- @pnpm/core@900.0.1
|
||||
- @pnpm/filter-workspace-packages@900.0.1
|
||||
- @pnpm/package-store@900.0.0
|
||||
- @pnpm/store-connection-manager@900.0.1
|
||||
- @pnpm/plugin-commands-rebuild@900.0.1
|
||||
|
||||
## 17.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [11afcdd]
|
||||
- @pnpm/npm-resolver@900.0.1
|
||||
|
||||
## 36.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# pnpm
|
||||
|
||||
## 9.14.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Don't ever save mutated metadata to the metadata cache.
|
||||
|
||||
## 9.14.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"publishConfig": {
|
||||
"tag": "next-9",
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-arm64",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "9.14.3",
|
||||
"version": "9.14.4",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.cjs",
|
||||
"pnpx": "bin/pnpx.cjs"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@900.0.1
|
||||
|
||||
## 5.1.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@900.0.1
|
||||
|
||||
## 10.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [11afcdd]
|
||||
- @pnpm/npm-resolver@900.0.1
|
||||
|
||||
## 20.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-resolver",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "pnpm's default package resolver",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/npm-resolver
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 11afcdd: Don't ever save mutated metadata to the metadata cache.
|
||||
|
||||
## 21.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/npm-resolver",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Resolver for npm-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [11afcdd]
|
||||
- @pnpm/npm-resolver@900.0.1
|
||||
- @pnpm/client@900.0.1
|
||||
|
||||
## 15.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/outdated",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Check for outdated packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@900.0.1
|
||||
- @pnpm/outdated@900.0.1
|
||||
|
||||
## 12.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/server@900.0.0
|
||||
- @pnpm/store-connection-manager@900.0.1
|
||||
|
||||
## 7.0.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-store-inspecting
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@900.0.1
|
||||
|
||||
## 0.2.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store-inspecting",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "The inspecting store commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store-connection-manager@900.0.1
|
||||
|
||||
## 9.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@900.0.1
|
||||
- @pnpm/package-store@900.0.0
|
||||
- @pnpm/server@900.0.0
|
||||
|
||||
## 8.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Create a direct pnpm store controller or connect to a running store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/tools.plugin-commands-self-updater
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@900.0.1
|
||||
- @pnpm/plugin-commands-installation@900.0.1
|
||||
|
||||
## 1.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tools.plugin-commands-self-updater",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "A command for updating pnpm itself",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/workspace.filter-packages-from-dir
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/filter-workspace-packages@900.0.1
|
||||
|
||||
## 1.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.filter-packages-from-dir",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Filters packages in a directory",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.pkgs-graph@900.0.1
|
||||
|
||||
## 10.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Filters packages in a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/workspace.pkgs-graph
|
||||
|
||||
## 900.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [11afcdd]
|
||||
- @pnpm/npm-resolver@900.0.1
|
||||
|
||||
## 4.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.pkgs-graph",
|
||||
"version": "900.0.0",
|
||||
"version": "900.0.1",
|
||||
"description": "Create a graph from an array of packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user