@pnpm/get-context 8.0.1 → 8.0.3

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.
@@ -1,6 +1,6 @@
1
1
  import { PnpmError } from '@pnpm/error';
2
2
  import { ErrorRelatedSources } from './ErrorRelatedSources';
3
- export declare type BreakingChangeErrorOptions = ErrorRelatedSources & {
3
+ export type BreakingChangeErrorOptions = ErrorRelatedSources & {
4
4
  code: string;
5
5
  message: string;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import { BreakingChangeError } from './BreakingChangeError';
2
2
  import { ErrorRelatedSources } from './ErrorRelatedSources';
3
- export declare type ModulesBreakingChangeErrorOptions = ErrorRelatedSources & {
3
+ export type ModulesBreakingChangeErrorOptions = ErrorRelatedSources & {
4
4
  modulesPath: string;
5
5
  };
6
6
  export declare class ModulesBreakingChangeError extends BreakingChangeError {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/get-context",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "description": "Gets context information about a project",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "engines": {
12
12
  "node": ">=14.6"
13
13
  },
14
- "repository": "https://github.com/pnpm/pnpm/blob/main/packages/get-context",
14
+ "repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/get-context",
15
15
  "keywords": [
16
16
  "pnpm7",
17
17
  "pnpm",
@@ -21,27 +21,27 @@
21
21
  "bugs": {
22
22
  "url": "https://github.com/pnpm/pnpm/issues"
23
23
  },
24
- "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/get-context#readme",
24
+ "homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manager/get-context#readme",
25
25
  "devDependencies": {
26
- "@pnpm/get-context": "8.0.1",
27
26
  "@types/is-ci": "^3.0.0",
28
- "@types/ramda": "0.28.15"
27
+ "@types/ramda": "0.28.20",
28
+ "@pnpm/get-context": "8.0.3"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@pnpm/logger": "^5.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@pnpm/constants": "6.1.0",
35
- "@pnpm/core-loggers": "8.0.1",
36
- "@pnpm/error": "4.0.0",
37
- "@pnpm/lockfile-file": "6.0.1",
38
- "@pnpm/modules-yaml": "11.0.1",
39
- "@pnpm/read-projects-context": "7.0.1",
40
- "@pnpm/types": "8.8.0",
41
34
  "@zkochan/rimraf": "^2.1.2",
42
35
  "is-ci": "^3.0.1",
43
36
  "path-absolute": "^1.0.1",
44
- "ramda": "npm:@pnpm/ramda@0.28.1"
37
+ "ramda": "npm:@pnpm/ramda@0.28.1",
38
+ "@pnpm/constants": "6.1.0",
39
+ "@pnpm/core-loggers": "8.0.2",
40
+ "@pnpm/error": "4.0.0",
41
+ "@pnpm/lockfile-file": "6.0.3",
42
+ "@pnpm/modules-yaml": "11.0.2",
43
+ "@pnpm/read-projects-context": "7.0.3",
44
+ "@pnpm/types": "8.9.0"
45
45
  },
46
46
  "funding": "https://opencollective.com/pnpm",
47
47
  "exports": {