@pnpm/plugin-commands-listing 9.0.1 → 9.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/ll.d.ts +1 -1
- package/package.json +5 -5
package/lib/ll.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as list from './list';
|
|
2
2
|
export declare const commandNames: string[];
|
|
3
3
|
export declare const rcOptionsTypes: typeof list.rcOptionsTypes;
|
|
4
|
-
export declare function cliOptionsTypes():
|
|
4
|
+
export declare function cliOptionsTypes(): Record<string, unknown>;
|
|
5
5
|
export declare const help: typeof list.help;
|
|
6
6
|
export declare function handler(opts: list.ListCommandOptions, params: string[]): Promise<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-listing",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "The list and why commands of pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"strip-ansi": "^6.0.1",
|
|
29
29
|
"write-yaml-file": "^5.0.0",
|
|
30
30
|
"@pnpm/constants": "8.0.0",
|
|
31
|
-
"@pnpm/
|
|
32
|
-
"@pnpm/
|
|
33
|
-
"@pnpm/plugin-commands-
|
|
31
|
+
"@pnpm/plugin-commands-installation": "15.0.4",
|
|
32
|
+
"@pnpm/filter-workspace-packages": "8.0.2",
|
|
33
|
+
"@pnpm/plugin-commands-listing": "9.0.2",
|
|
34
34
|
"@pnpm/prepare": "0.0.90"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
38
38
|
"render-help": "^1.0.3",
|
|
39
|
-
"@pnpm/cli-utils": "3.0.
|
|
39
|
+
"@pnpm/cli-utils": "3.0.2",
|
|
40
40
|
"@pnpm/common-cli-options-help": "2.0.0",
|
|
41
41
|
"@pnpm/error": "6.0.0",
|
|
42
42
|
"@pnpm/config": "21.1.0",
|