@pnpm/config 19.0.0 → 19.0.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/Config.d.ts +0 -1
  2. package/package.json +6 -6
package/lib/Config.d.ts CHANGED
@@ -104,7 +104,6 @@ export interface Config {
104
104
  fetchingConcurrency?: number;
105
105
  lockfileOnly?: boolean;
106
106
  childConcurrency?: number;
107
- repeatInstallDepth?: number;
108
107
  ignorePnpmfile?: boolean;
109
108
  pnpmfile: string;
110
109
  hooks?: Hooks;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/config",
3
- "version": "19.0.0",
3
+ "version": "19.0.2",
4
4
  "description": "Gets configuration options for pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "@pnpm/error": "5.0.2",
43
43
  "@pnpm/git-utils": "1.0.0",
44
44
  "@pnpm/matcher": "5.0.0",
45
- "@pnpm/pnpmfile": "5.0.10",
45
+ "@pnpm/pnpmfile": "5.0.12",
46
46
  "@pnpm/read-project-manifest": "5.0.5",
47
47
  "@pnpm/types": "9.2.0"
48
48
  },
@@ -50,10 +50,10 @@
50
50
  "@types/is-windows": "^1.0.0",
51
51
  "@types/ramda": "0.28.20",
52
52
  "@types/which": "^2.0.2",
53
- "symlink-dir": "^5.1.1",
54
- "@pnpm/config": "19.0.0",
55
- "@pnpm/prepare": "0.0.76",
56
- "@pnpm/test-fixtures": "0.1.6"
53
+ "symlink-dir": "^5.2.0",
54
+ "@pnpm/config": "19.0.2",
55
+ "@pnpm/prepare": "0.0.79",
56
+ "@pnpm/test-fixtures": "0.1.9"
57
57
  },
58
58
  "funding": "https://opencollective.com/pnpm",
59
59
  "exports": {