@pnpm/exec.commands 1100.0.7 → 1100.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # @pnpm/plugin-commands-script-runners
1
+ # @pnpm/exec.commands
2
2
 
3
3
  > Commands for running scripts
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-script-runners.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-script-runners)
5
+ [![npm version](https://img.shields.io/npm/v/@pnpm/exec.commands.svg)](https://npmx.dev/package/@pnpm/exec.commands)
6
6
 
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- pnpm add @pnpm/plugin-commands-script-runners
10
+ pnpm add @pnpm/exec.commands
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/exec.commands",
3
- "version": "1100.0.7",
3
+ "version": "1100.0.9",
4
4
  "description": "Commands for running scripts",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -38,30 +38,30 @@
38
38
  "symlink-dir": "^10.0.1",
39
39
  "which": "npm:@pnpm/which@^3.0.1",
40
40
  "write-json-file": "^7.0.0",
41
- "@pnpm/bins.resolver": "1100.0.1",
41
+ "@pnpm/bins.resolver": "1100.0.2",
42
42
  "@pnpm/catalogs.resolver": "1100.0.0",
43
- "@pnpm/cli.common-cli-options-help": "1100.0.0",
44
- "@pnpm/cli.command": "1100.0.0",
45
- "@pnpm/cli.utils": "1101.0.1",
46
- "@pnpm/config.reader": "1101.1.2",
47
- "@pnpm/config.version-policy": "1100.0.1",
43
+ "@pnpm/cli.command": "1100.0.1",
44
+ "@pnpm/cli.common-cli-options-help": "1100.0.1",
45
+ "@pnpm/cli.utils": "1101.0.2",
46
+ "@pnpm/config.reader": "1101.1.4",
47
+ "@pnpm/config.version-policy": "1100.0.2",
48
48
  "@pnpm/core-loggers": "1100.0.1",
49
- "@pnpm/deps.status": "1100.0.6",
50
- "@pnpm/engine.runtime.commands": "1100.0.7",
49
+ "@pnpm/crypto.hash": "1100.0.1",
50
+ "@pnpm/deps.status": "1100.0.8",
51
51
  "@pnpm/error": "1100.0.0",
52
+ "@pnpm/engine.runtime.commands": "1100.0.9",
53
+ "@pnpm/exec.lifecycle": "1100.0.5",
52
54
  "@pnpm/exec.pnpm-cli-runner": "1100.0.0",
53
- "@pnpm/exec.lifecycle": "1100.0.4",
54
- "@pnpm/installing.commands": "1100.1.5",
55
- "@pnpm/pkg-manifest.reader": "1100.0.1",
56
- "@pnpm/crypto.hash": "1100.0.0",
57
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
58
- "@pnpm/store.path": "1100.0.0",
59
- "@pnpm/installing.client": "1100.0.6",
60
- "@pnpm/workspace.injected-deps-syncer": "1100.0.5",
61
- "@pnpm/workspace.project-manifest-reader": "1100.0.2",
62
- "@pnpm/shell.path": "1100.0.0",
63
- "@pnpm/workspace.projects-sorter": "1100.0.1",
64
- "@pnpm/types": "1101.0.0"
55
+ "@pnpm/installing.client": "1100.0.8",
56
+ "@pnpm/installing.commands": "1100.1.7",
57
+ "@pnpm/pkg-manifest.reader": "1100.0.2",
58
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
59
+ "@pnpm/shell.path": "1100.0.1",
60
+ "@pnpm/store.path": "1100.0.1",
61
+ "@pnpm/types": "1101.0.0",
62
+ "@pnpm/workspace.injected-deps-syncer": "1100.0.6",
63
+ "@pnpm/workspace.project-manifest-reader": "1100.0.3",
64
+ "@pnpm/workspace.projects-sorter": "1100.0.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
@@ -74,13 +74,13 @@
74
74
  "@types/which": "^3.0.4",
75
75
  "is-windows": "^1.0.2",
76
76
  "write-yaml-file": "^6.0.0",
77
- "@pnpm/engine.runtime.system-node-version": "1100.0.1",
78
- "@pnpm/exec.commands": "1100.0.7",
77
+ "@pnpm/engine.runtime.system-node-version": "1100.0.2",
78
+ "@pnpm/exec.commands": "1100.0.9",
79
79
  "@pnpm/logger": "1100.0.0",
80
- "@pnpm/prepare": "1100.0.3",
80
+ "@pnpm/prepare": "1100.0.4",
81
81
  "@pnpm/test-ipc-server": "1100.0.0",
82
82
  "@pnpm/testing.command-defaults": "1100.0.1",
83
- "@pnpm/workspace.projects-filter": "1100.0.6"
83
+ "@pnpm/workspace.projects-filter": "1100.0.7"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=22.13"