@pnpm/installing.commands 1100.2.0 → 1100.2.2

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/lib/add.js +4 -0
  2. package/package.json +34 -34
package/lib/add.js CHANGED
@@ -161,6 +161,10 @@ For options that may be used with `-r`, see "pnpm help recursive"',
161
161
  OPTIONS.ignoreScripts,
162
162
  OPTIONS.offline,
163
163
  OPTIONS.preferOffline,
164
+ {
165
+ description: 'The registry to use for the installation',
166
+ name: '--registry <url>',
167
+ },
164
168
  OPTIONS.storeDir,
165
169
  OPTIONS.virtualStoreDir,
166
170
  OPTIONS.globalDir,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.commands",
3
- "version": "1100.2.0",
3
+ "version": "1100.2.2",
4
4
  "description": "Commands for installation",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -43,45 +43,45 @@
43
43
  "ramda": "npm:@pnpm/ramda@0.28.1",
44
44
  "render-help": "^2.0.0",
45
45
  "version-selector-type": "^3.0.0",
46
- "@pnpm/building.after-install": "1101.0.10",
46
+ "@pnpm/building.after-install": "1101.0.12",
47
47
  "@pnpm/catalogs.types": "1100.0.0",
48
48
  "@pnpm/cli.command": "1100.0.1",
49
49
  "@pnpm/cli.common-cli-options-help": "1100.0.1",
50
- "@pnpm/config.pick-registry-for-package": "1100.0.3",
50
+ "@pnpm/cli.utils": "1101.0.4",
51
51
  "@pnpm/config.matcher": "1100.0.1",
52
- "@pnpm/cli.utils": "1101.0.3",
53
- "@pnpm/config.reader": "1101.3.0",
54
- "@pnpm/deps.inspection.outdated": "1100.0.13",
55
- "@pnpm/constants": "1100.0.0",
52
+ "@pnpm/config.pick-registry-for-package": "1100.0.3",
56
53
  "@pnpm/config.writer": "1100.0.7",
57
- "@pnpm/deps.status": "1100.0.13",
58
- "@pnpm/error": "1100.0.0",
54
+ "@pnpm/constants": "1100.0.0",
55
+ "@pnpm/deps.inspection.outdated": "1100.0.15",
59
56
  "@pnpm/deps.path": "1100.0.3",
60
- "@pnpm/hooks.pnpmfile": "1100.0.7",
57
+ "@pnpm/deps.status": "1100.0.15",
61
58
  "@pnpm/fs.graceful-fs": "1100.1.0",
62
- "@pnpm/global.commands": "1100.0.15",
63
- "@pnpm/installing.context": "1100.0.9",
64
- "@pnpm/installing.deps-installer": "1101.1.0",
65
- "@pnpm/installing.env-installer": "1101.0.8",
59
+ "@pnpm/error": "1100.0.0",
60
+ "@pnpm/fs.read-modules-dir": "1100.0.1",
61
+ "@pnpm/global.commands": "1100.0.17",
62
+ "@pnpm/installing.context": "1100.0.10",
63
+ "@pnpm/hooks.pnpmfile": "1100.0.8",
64
+ "@pnpm/installing.dedupe.check": "1100.0.5",
65
+ "@pnpm/installing.env-installer": "1101.0.9",
66
+ "@pnpm/installing.deps-installer": "1101.1.2",
66
67
  "@pnpm/lockfile.types": "1100.0.5",
67
68
  "@pnpm/pkg-manifest.reader": "1100.0.3",
68
- "@pnpm/pkg-manifest.utils": "1100.1.2",
69
+ "@pnpm/pkg-manifest.utils": "1100.1.3",
69
70
  "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
70
71
  "@pnpm/resolving.resolver-base": "1100.1.3",
71
- "@pnpm/store.connection-manager": "1100.1.0",
72
+ "@pnpm/store.controller": "1101.0.6",
72
73
  "@pnpm/types": "1101.1.0",
73
- "@pnpm/store.controller": "1101.0.5",
74
- "@pnpm/workspace.project-manifest-reader": "1100.0.4",
74
+ "@pnpm/workspace.projects-filter": "1100.0.11",
75
+ "@pnpm/workspace.project-manifest-reader": "1100.0.5",
75
76
  "@pnpm/workspace.project-manifest-writer": "1100.0.3",
76
- "@pnpm/installing.dedupe.check": "1100.0.5",
77
- "@pnpm/workspace.projects-filter": "1100.0.10",
78
- "@pnpm/workspace.projects-graph": "1100.0.7",
79
- "@pnpm/workspace.projects-reader": "1101.0.3",
80
- "@pnpm/workspace.projects-sorter": "1100.0.2",
81
- "@pnpm/workspace.state": "1100.0.11",
77
+ "@pnpm/store.connection-manager": "1100.1.2",
78
+ "@pnpm/workspace.projects-reader": "1101.0.4",
79
+ "@pnpm/workspace.state": "1100.0.12",
82
80
  "@pnpm/workspace.workspace-manifest-writer": "1100.0.7",
83
- "@pnpm/workspace.root-finder": "1100.0.1",
84
- "@pnpm/fs.read-modules-dir": "1100.0.1"
81
+ "@pnpm/workspace.projects-sorter": "1100.0.2",
82
+ "@pnpm/config.reader": "1101.3.1",
83
+ "@pnpm/workspace.projects-graph": "1100.0.8",
84
+ "@pnpm/workspace.root-finder": "1100.0.1"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
@@ -105,18 +105,18 @@
105
105
  "write-json-file": "^7.0.0",
106
106
  "write-package": "7.2.0",
107
107
  "write-yaml-file": "^6.0.0",
108
- "@pnpm/installing.commands": "1100.2.0",
109
- "@pnpm/assert-project": "1100.0.7",
110
- "@pnpm/installing.modules-yaml": "1100.0.4",
111
- "@pnpm/prepare": "1100.0.7",
112
- "@pnpm/logger": "1100.0.0",
108
+ "@pnpm/installing.commands": "1100.2.2",
109
+ "@pnpm/assert-project": "1100.0.8",
110
+ "@pnpm/prepare": "1100.0.8",
113
111
  "@pnpm/store.index": "1100.1.0",
112
+ "@pnpm/logger": "1100.0.0",
114
113
  "@pnpm/test-fixtures": "1100.0.0",
115
114
  "@pnpm/test-ipc-server": "1100.0.0",
115
+ "@pnpm/installing.modules-yaml": "1100.0.4",
116
116
  "@pnpm/testing.command-defaults": "1100.0.1",
117
- "@pnpm/workspace.projects-filter": "1100.0.10",
118
- "@pnpm/worker": "1100.1.4",
119
- "@pnpm/testing.mock-agent": "1100.0.3"
117
+ "@pnpm/testing.mock-agent": "1100.0.4",
118
+ "@pnpm/worker": "1100.1.5",
119
+ "@pnpm/workspace.projects-filter": "1100.0.11"
120
120
  },
121
121
  "engines": {
122
122
  "node": ">=22.13"