@pnpm/plugin-commands-init 4.0.0 → 4.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.
- package/lib/init.d.ts +1 -1
- package/package.json +8 -8
package/lib/init.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type UniversalOptions } from '@pnpm/config';
|
|
2
2
|
export declare const rcOptionsTypes: typeof cliOptionsTypes;
|
|
3
|
-
export declare function cliOptionsTypes():
|
|
3
|
+
export declare function cliOptionsTypes(): Record<string, unknown>;
|
|
4
4
|
export declare const commandNames: string[];
|
|
5
5
|
export declare function help(): string;
|
|
6
6
|
export declare function handler(opts: Pick<UniversalOptions, 'rawConfig'>, params?: string[]): Promise<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-init",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Create a package.json file",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-init#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"load-json-file": "^6.2.0",
|
|
27
|
-
"@pnpm/plugin-commands-init": "4.0.
|
|
28
|
-
"@pnpm/
|
|
29
|
-
"@pnpm/
|
|
27
|
+
"@pnpm/plugin-commands-init": "4.0.2",
|
|
28
|
+
"@pnpm/test-fixtures": "0.1.20",
|
|
29
|
+
"@pnpm/prepare": "0.0.90"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"camelcase-keys": "^6.2.2",
|
|
33
33
|
"render-help": "^1.0.3",
|
|
34
|
-
"@pnpm/cli-utils": "3.0.
|
|
35
|
-
"@pnpm/config": "21.
|
|
36
|
-
"@pnpm/
|
|
37
|
-
"@pnpm/
|
|
34
|
+
"@pnpm/cli-utils": "3.0.2",
|
|
35
|
+
"@pnpm/config": "21.1.0",
|
|
36
|
+
"@pnpm/write-project-manifest": "6.0.0",
|
|
37
|
+
"@pnpm/error": "6.0.0"
|
|
38
38
|
},
|
|
39
39
|
"funding": "https://opencollective.com/pnpm",
|
|
40
40
|
"exports": {
|