@pnpm/installing.client 1100.0.6 → 1100.0.7

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 +15 -15
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # @pnpm/client
1
+ # @pnpm/installing.client
2
2
 
3
3
  > Creates the package resolve and fetch functions
4
4
 
5
5
  <!--@shields('npm')-->
6
- [![npm version](https://img.shields.io/npm/v/@pnpm/client.svg)](https://www.npmjs.com/package/@pnpm/client)
6
+ [![npm version](https://img.shields.io/npm/v/@pnpm/installing.client.svg)](https://npmx.dev/package/@pnpm/installing.client)
7
7
  <!--/@-->
8
8
 
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- pnpm add @pnpm/client
12
+ pnpm add @pnpm/installing.client
13
13
  ```
14
14
 
15
15
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.client",
3
- "version": "1100.0.6",
3
+ "version": "1100.0.7",
4
4
  "description": "Creates the package resolve and fetch functions",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -27,25 +27,25 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "ramda": "npm:@pnpm/ramda@0.28.1",
30
- "@pnpm/engine.runtime.node-resolver": "1101.0.1",
31
- "@pnpm/fetching.directory-fetcher": "1100.0.4",
32
- "@pnpm/fetching.binary-fetcher": "1101.0.1",
33
- "@pnpm/fetching.git-fetcher": "1101.0.0",
34
- "@pnpm/fetching.types": "1100.0.0",
35
- "@pnpm/fetching.tarball-fetcher": "1101.0.0",
30
+ "@pnpm/engine.runtime.node-resolver": "1101.0.2",
31
+ "@pnpm/fetching.binary-fetcher": "1101.0.2",
32
+ "@pnpm/fetching.git-fetcher": "1101.0.1",
33
+ "@pnpm/fetching.directory-fetcher": "1100.0.5",
34
+ "@pnpm/fetching.tarball-fetcher": "1101.0.1",
35
+ "@pnpm/fetching.types": "1100.0.1",
36
+ "@pnpm/hooks.types": "1100.0.4",
37
+ "@pnpm/network.fetch": "1100.0.2",
38
+ "@pnpm/resolving.default-resolver": "1100.0.7",
36
39
  "@pnpm/network.auth-header": "1100.0.1",
37
- "@pnpm/network.fetch": "1100.0.1",
38
- "@pnpm/resolving.resolver-base": "1100.1.0",
39
- "@pnpm/hooks.types": "1100.0.3",
40
- "@pnpm/resolving.default-resolver": "1100.0.6",
41
- "@pnpm/types": "1101.0.0",
42
- "@pnpm/store.index": "1100.0.0"
40
+ "@pnpm/resolving.resolver-base": "1100.1.1",
41
+ "@pnpm/store.index": "1100.0.0",
42
+ "@pnpm/types": "1101.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@jest/globals": "30.3.0",
46
46
  "@types/ramda": "0.31.1",
47
- "@pnpm/installing.client": "1100.0.6",
48
- "@pnpm/fetching.fetcher-base": "1100.1.0"
47
+ "@pnpm/fetching.fetcher-base": "1100.1.1",
48
+ "@pnpm/installing.client": "1100.0.7"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=22.13"