@pnpm/config 15.3.0 → 15.4.0

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 +1 -1
  2. package/package.json +6 -6
package/lib/Config.d.ts CHANGED
@@ -96,7 +96,7 @@ export interface Config {
96
96
  ignorePnpmfile?: boolean;
97
97
  pnpmfile: string;
98
98
  hooks?: Hooks;
99
- packageImportMethod?: 'auto' | 'hardlink' | 'copy' | 'clone';
99
+ packageImportMethod?: 'auto' | 'hardlink' | 'copy' | 'clone' | 'clone-or-copy';
100
100
  hoistPattern?: string[];
101
101
  publicHoistPattern?: string[];
102
102
  useStoreServer?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/config",
3
- "version": "15.3.0",
3
+ "version": "15.4.0",
4
4
  "description": "Gets configuration options for pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -28,9 +28,9 @@
28
28
  "@pnpm/git-utils": "0.1.0",
29
29
  "@pnpm/matcher": "3.0.0",
30
30
  "@pnpm/npm-conf": "1.0.4",
31
- "@pnpm/pnpmfile": "2.0.4",
32
- "@pnpm/read-project-manifest": "3.0.4",
33
- "@pnpm/types": "8.2.0",
31
+ "@pnpm/pnpmfile": "2.0.5",
32
+ "@pnpm/read-project-manifest": "3.0.5",
33
+ "@pnpm/types": "8.3.0",
34
34
  "camelcase": "^6.2.0",
35
35
  "can-write-to-dir": "^1.1.1",
36
36
  "is-subdir": "^1.1.1",
@@ -41,8 +41,8 @@
41
41
  "which": "^2.0.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@pnpm/config": "15.3.0",
45
- "@pnpm/prepare": "0.0.43",
44
+ "@pnpm/config": "15.4.0",
45
+ "@pnpm/prepare": "0.0.44",
46
46
  "@types/ramda": "0.27.39",
47
47
  "@types/which": "^2.0.0",
48
48
  "symlink-dir": "^5.0.0"