@pnpm/installing.context 1100.0.3 → 1100.0.5

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 +10 -9
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # @pnpm/get-context
1
+ # @pnpm/installing.context
2
2
 
3
3
  > Gets context information about a project
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@pnpm/get-context.svg)](https://www.npmjs.com/package/@pnpm/get-context)
5
+ [![npm version](https://img.shields.io/npm/v/@pnpm/installing.context.svg)](https://npmx.dev/package/@pnpm/installing.context)
6
6
 
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- pnpm add @pnpm/get-context
10
+ pnpm add @pnpm/installing.context
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.context",
3
- "version": "1100.0.3",
3
+ "version": "1100.0.5",
4
4
  "description": "Gets context information about a project",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -27,21 +27,22 @@
27
27
  "dependencies": {
28
28
  "path-absolute": "^2.0.0",
29
29
  "ramda": "npm:@pnpm/ramda@0.28.1",
30
- "@pnpm/constants": "1100.0.0",
31
30
  "@pnpm/core-loggers": "1100.0.1",
32
- "@pnpm/installing.read-projects-context": "1100.0.3",
33
- "@pnpm/installing.modules-yaml": "1100.0.1",
34
- "@pnpm/resolving.resolver-base": "1100.1.0",
35
- "@pnpm/store.controller": "1101.0.0",
36
- "@pnpm/types": "1101.0.0",
37
- "@pnpm/lockfile.fs": "1100.0.3"
31
+ "@pnpm/installing.modules-yaml": "1100.0.2",
32
+ "@pnpm/constants": "1100.0.0",
33
+ "@pnpm/installing.read-projects-context": "1100.0.5",
34
+ "@pnpm/lockfile.fs": "1100.0.4",
35
+ "@pnpm/resolving.resolver-base": "1100.1.1",
36
+ "@pnpm/store.controller": "1101.0.2",
37
+ "@pnpm/types": "1101.0.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
41
41
  },
42
42
  "devDependencies": {
43
+ "@jest/globals": "30.3.0",
43
44
  "@types/ramda": "0.31.1",
44
- "@pnpm/installing.context": "1100.0.3",
45
+ "@pnpm/installing.context": "1100.0.5",
45
46
  "@pnpm/logger": "1100.0.0"
46
47
  },
47
48
  "engines": {