@pnpm/config 17.0.2 → 17.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.
- package/lib/Config.d.ts +1 -1
- package/lib/index.d.ts +2 -2
- package/package.json +3 -3
package/lib/Config.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Project, ProjectManifest, ProjectsGraph, Registries } from '@pnpm/types';
|
|
1
|
+
import { type Project, type ProjectManifest, type ProjectsGraph, type Registries } from '@pnpm/types';
|
|
2
2
|
import type { Hooks } from '@pnpm/pnpmfile';
|
|
3
3
|
export type UniversalOptions = Pick<Config, 'color' | 'dir' | 'rawConfig' | 'rawLocalConfig'>;
|
|
4
4
|
export interface Config {
|
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Config, UniversalOptions } from './Config';
|
|
1
|
+
import { type Config, type UniversalOptions } from './Config';
|
|
2
2
|
export * from './readLocalConfig';
|
|
3
|
-
export { Config, UniversalOptions };
|
|
3
|
+
export type { Config, UniversalOptions };
|
|
4
4
|
export declare const types: any;
|
|
5
5
|
export type CliOptions = Record<string, unknown> & {
|
|
6
6
|
dir?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/config",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.3",
|
|
4
4
|
"description": "Gets configuration options for pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@pnpm/error": "4.0.1",
|
|
42
42
|
"@pnpm/git-utils": "0.1.0",
|
|
43
43
|
"@pnpm/matcher": "4.0.1",
|
|
44
|
-
"@pnpm/pnpmfile": "4.0.
|
|
44
|
+
"@pnpm/pnpmfile": "4.0.41",
|
|
45
45
|
"@pnpm/read-project-manifest": "4.1.4",
|
|
46
46
|
"@pnpm/types": "8.10.0"
|
|
47
47
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/ramda": "0.28.20",
|
|
51
51
|
"@types/which": "^2.0.2",
|
|
52
52
|
"symlink-dir": "^5.1.1",
|
|
53
|
-
"@pnpm/config": "17.0.
|
|
53
|
+
"@pnpm/config": "17.0.3",
|
|
54
54
|
"@pnpm/prepare": "0.0.64",
|
|
55
55
|
"@pnpm/test-fixtures": "0.0.33"
|
|
56
56
|
},
|