@pnpm/plugin-commands-init 4.0.1 → 4.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.
Files changed (2) hide show
  1. package/lib/init.d.ts +1 -1
  2. package/package.json +7 -7
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.1",
3
+ "version": "4.0.3",
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.1",
28
- "@pnpm/prepare": "0.0.90",
29
- "@pnpm/test-fixtures": "0.1.20"
27
+ "@pnpm/plugin-commands-init": "4.0.3",
28
+ "@pnpm/prepare": "0.0.91",
29
+ "@pnpm/test-fixtures": "0.1.21"
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.3",
34
35
  "@pnpm/error": "6.0.0",
35
- "@pnpm/cli-utils": "3.0.1",
36
- "@pnpm/write-project-manifest": "6.0.0",
37
- "@pnpm/config": "21.1.0"
36
+ "@pnpm/config": "21.2.0",
37
+ "@pnpm/write-project-manifest": "6.0.0"
38
38
  },
39
39
  "funding": "https://opencollective.com/pnpm",
40
40
  "exports": {