@pnpm/installing.deps-installer 1101.0.3 → 1101.0.4

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 +4 -4
  2. package/package.json +59 -59
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @pnpm/core
1
+ # @pnpm/installing.deps-installer
2
2
 
3
3
  > Fast, disk space efficient installation engine. Used by [pnpm](https://github.com/pnpm/pnpm)
4
4
 
@@ -7,7 +7,7 @@
7
7
  Install it via npm.
8
8
 
9
9
  ```
10
- pnpm add @pnpm/core
10
+ pnpm add @pnpm/installing.deps-installer
11
11
  ```
12
12
 
13
13
  It also depends on `@pnpm/logger` version `1`, so install it as well via:
@@ -75,7 +75,7 @@ Hooks are functions that can step into the installation process. All hooks can b
75
75
  ### `readPackage(pkg: Manifest, context): Manifest | Promise<Manifest>`
76
76
 
77
77
  This hook is called with every dependency's manifest information.
78
- The modified manifest returned by this hook is then used by `@pnpm/core` during installation.
78
+ The modified manifest returned by this hook is then used by `@pnpm/installing.deps-installer` during installation.
79
79
  An async function is supported.
80
80
 
81
81
  **Arguments:**
@@ -86,7 +86,7 @@ An async function is supported.
86
86
  **Example:**
87
87
 
88
88
  ```js
89
- const { installPkgs } = require('@pnpm/core')
89
+ const { installPkgs } = require('@pnpm/installing.deps-installer')
90
90
 
91
91
  installPkgs({
92
92
  hooks: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.deps-installer",
3
- "version": "1101.0.3",
3
+ "version": "1101.0.4",
4
4
  "description": "Fast, disk space efficient installation engine",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -62,60 +62,60 @@
62
62
  "ramda": "npm:@pnpm/ramda@0.28.1",
63
63
  "run-groups": "^5.0.0",
64
64
  "semver": "^7.7.2",
65
- "@pnpm/bins.linker": "1100.0.2",
66
- "@pnpm/agent.client": "1.0.0",
67
- "@pnpm/bins.remover": "1100.0.1",
68
- "@pnpm/building.during-install": "1101.0.1",
69
- "@pnpm/building.after-install": "1101.0.3",
70
- "@pnpm/building.policy": "1100.0.1",
71
- "@pnpm/catalogs.protocol-parser": "1100.0.0",
65
+ "@pnpm/agent.client": "1.0.1",
66
+ "@pnpm/bins.linker": "1100.0.3",
67
+ "@pnpm/building.after-install": "1101.0.4",
68
+ "@pnpm/building.during-install": "1101.0.2",
69
+ "@pnpm/building.policy": "1100.0.2",
70
+ "@pnpm/bins.remover": "1100.0.2",
72
71
  "@pnpm/catalogs.resolver": "1100.0.0",
72
+ "@pnpm/catalogs.protocol-parser": "1100.0.0",
73
+ "@pnpm/config.matcher": "1100.0.1",
74
+ "@pnpm/config.normalize-registries": "1100.0.2",
73
75
  "@pnpm/catalogs.types": "1100.0.0",
74
- "@pnpm/config.matcher": "1100.0.0",
75
- "@pnpm/config.normalize-registries": "1100.0.1",
76
76
  "@pnpm/constants": "1100.0.0",
77
- "@pnpm/config.parse-overrides": "1100.0.0",
78
- "@pnpm/core-loggers": "1100.0.1",
79
- "@pnpm/crypto.hash": "1100.0.0",
77
+ "@pnpm/config.parse-overrides": "1100.0.1",
78
+ "@pnpm/crypto.hash": "1100.0.1",
80
79
  "@pnpm/crypto.object-hasher": "1100.0.0",
81
- "@pnpm/error": "1100.0.0",
82
- "@pnpm/deps.path": "1100.0.1",
80
+ "@pnpm/deps.graph-hasher": "1100.1.2",
81
+ "@pnpm/core-loggers": "1100.0.1",
82
+ "@pnpm/deps.path": "1100.0.2",
83
83
  "@pnpm/deps.graph-sequencer": "1100.0.0",
84
- "@pnpm/deps.graph-hasher": "1100.1.1",
85
- "@pnpm/exec.lifecycle": "1100.0.4",
86
- "@pnpm/fs.symlink-dependency": "1100.0.1",
87
- "@pnpm/fs.read-modules-dir": "1100.0.0",
88
- "@pnpm/hooks.types": "1100.0.3",
89
- "@pnpm/installing.context": "1100.0.4",
90
- "@pnpm/installing.deps-resolver": "1100.0.4",
91
- "@pnpm/installing.deps-restorer": "1101.0.2",
92
- "@pnpm/hooks.read-package-hook": "1100.0.1",
93
- "@pnpm/installing.linking.hoist": "1100.0.2",
94
- "@pnpm/installing.linking.modules-cleaner": "1100.0.4",
95
- "@pnpm/installing.modules-yaml": "1100.0.1",
96
- "@pnpm/lockfile.filtering": "1100.0.4",
97
- "@pnpm/installing.package-requester": "1101.0.1",
98
- "@pnpm/lockfile.fs": "1100.0.3",
99
- "@pnpm/installing.linking.direct-dep-linker": "1100.0.1",
100
- "@pnpm/lockfile.preferred-versions": "1100.0.4",
101
- "@pnpm/lockfile.settings-checker": "1100.0.4",
102
- "@pnpm/lockfile.pruner": "1100.0.2",
103
- "@pnpm/lockfile.to-pnp": "1100.0.3",
104
- "@pnpm/lockfile.utils": "1100.0.3",
105
- "@pnpm/lockfile.verification": "1100.0.4",
106
- "@pnpm/lockfile.walker": "1100.0.2",
107
- "@pnpm/pkg-manifest.utils": "1100.1.0",
108
- "@pnpm/patching.config": "1100.0.1",
109
- "@pnpm/store.controller-types": "1100.0.3",
110
- "@pnpm/resolving.resolver-base": "1100.1.0",
111
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
84
+ "@pnpm/exec.lifecycle": "1100.0.5",
85
+ "@pnpm/fs.read-modules-dir": "1100.0.1",
86
+ "@pnpm/error": "1100.0.0",
87
+ "@pnpm/fs.symlink-dependency": "1100.0.2",
88
+ "@pnpm/hooks.read-package-hook": "1100.0.2",
89
+ "@pnpm/hooks.types": "1100.0.4",
90
+ "@pnpm/installing.deps-resolver": "1100.0.5",
91
+ "@pnpm/installing.deps-restorer": "1101.0.3",
92
+ "@pnpm/installing.linking.direct-dep-linker": "1100.0.2",
93
+ "@pnpm/installing.linking.hoist": "1100.0.3",
94
+ "@pnpm/installing.context": "1100.0.5",
95
+ "@pnpm/installing.linking.modules-cleaner": "1100.0.5",
96
+ "@pnpm/installing.modules-yaml": "1100.0.2",
97
+ "@pnpm/installing.package-requester": "1101.0.2",
98
+ "@pnpm/lockfile.filtering": "1100.0.5",
99
+ "@pnpm/lockfile.fs": "1100.0.4",
100
+ "@pnpm/lockfile.preferred-versions": "1100.0.5",
101
+ "@pnpm/lockfile.pruner": "1100.0.3",
102
+ "@pnpm/lockfile.utils": "1100.0.4",
103
+ "@pnpm/lockfile.to-pnp": "1100.0.4",
104
+ "@pnpm/lockfile.settings-checker": "1100.0.5",
105
+ "@pnpm/lockfile.verification": "1100.0.5",
106
+ "@pnpm/lockfile.walker": "1100.0.3",
107
+ "@pnpm/patching.config": "1100.0.2",
108
+ "@pnpm/pkg-manifest.utils": "1100.1.1",
109
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
110
+ "@pnpm/store.controller-types": "1100.0.4",
112
111
  "@pnpm/store.index": "1100.0.0",
113
- "@pnpm/types": "1101.0.0",
114
- "@pnpm/workspace.project-manifest-reader": "1100.0.2"
112
+ "@pnpm/resolving.resolver-base": "1100.1.1",
113
+ "@pnpm/workspace.project-manifest-reader": "1100.0.3",
114
+ "@pnpm/types": "1101.0.0"
115
115
  },
116
116
  "peerDependencies": {
117
117
  "@pnpm/logger": ">=1001.0.0 <1002.0.0",
118
- "@pnpm/worker": "^1100.1.0"
118
+ "@pnpm/worker": "^1100.1.1"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@jest/globals": "30.3.0",
@@ -138,21 +138,21 @@
138
138
  "symlink-dir": "^10.0.1",
139
139
  "write-json-file": "^7.0.0",
140
140
  "write-yaml-file": "^6.0.0",
141
- "@pnpm/assert-project": "1100.0.3",
142
- "@pnpm/assert-store": "1100.0.3",
143
- "@pnpm/installing.deps-installer": "1101.0.3",
141
+ "@pnpm/assert-project": "1100.0.4",
142
+ "@pnpm/lockfile.types": "1100.0.3",
143
+ "@pnpm/assert-store": "1100.0.4",
144
144
  "@pnpm/logger": "1100.0.0",
145
- "@pnpm/lockfile.types": "1100.0.2",
146
- "@pnpm/pkg-manifest.reader": "1100.0.1",
147
- "@pnpm/network.git-utils": "1100.0.0",
148
- "@pnpm/store.cafs": "1100.1.0",
149
- "@pnpm/prepare": "1100.0.3",
150
- "@pnpm/resolving.registry.types": "1100.0.1",
151
- "@pnpm/store.path": "1100.0.0",
152
- "@pnpm/test-ipc-server": "1100.0.0",
145
+ "@pnpm/installing.deps-installer": "1101.0.4",
146
+ "@pnpm/network.git-utils": "1100.0.1",
147
+ "@pnpm/pkg-manifest.reader": "1100.0.2",
148
+ "@pnpm/resolving.registry.types": "1100.0.2",
149
+ "@pnpm/store.cafs": "1100.1.1",
150
+ "@pnpm/prepare": "1100.0.4",
153
151
  "@pnpm/test-fixtures": "1100.0.0",
154
- "@pnpm/testing.temp-store": "1100.0.7",
155
- "@pnpm/testing.mock-agent": "1100.0.1"
152
+ "@pnpm/test-ipc-server": "1100.0.0",
153
+ "@pnpm/store.path": "1100.0.1",
154
+ "@pnpm/testing.mock-agent": "1100.0.2",
155
+ "@pnpm/testing.temp-store": "1100.0.8"
156
156
  },
157
157
  "engines": {
158
158
  "node": ">=22.13"