@pnpm/plugin-commands-listing 6.0.7 → 6.0.9

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/list.d.ts +1 -1
  2. package/package.json +10 -10
package/lib/list.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare const shorthands: {
10
10
  };
11
11
  export declare const commandNames: string[];
12
12
  export declare function help(): string;
13
- export declare type ListCommandOptions = Pick<Config, 'allProjects' | 'dev' | 'dir' | 'optional' | 'production' | 'selectedProjectsGraph'> & Partial<Pick<Config, 'cliOptions'>> & {
13
+ export type ListCommandOptions = Pick<Config, 'allProjects' | 'dev' | 'dir' | 'optional' | 'production' | 'selectedProjectsGraph'> & Partial<Pick<Config, 'cliOptions'>> & {
14
14
  alwaysPrintRootPackage?: boolean;
15
15
  depth?: number;
16
16
  lockfileDir?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-listing",
3
- "version": "6.0.7",
3
+ "version": "6.0.9",
4
4
  "description": "The list and why commands of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "engines": {
12
12
  "node": ">=14.6"
13
13
  },
14
- "repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-listing",
14
+ "repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-listing",
15
15
  "keywords": [
16
16
  "pnpm7",
17
17
  "pnpm"
@@ -20,12 +20,12 @@
20
20
  "bugs": {
21
21
  "url": "https://github.com/pnpm/pnpm/issues"
22
22
  },
23
- "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-listing#readme",
23
+ "homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-listing#readme",
24
24
  "devDependencies": {
25
25
  "@pnpm/constants": "6.1.0",
26
- "@pnpm/filter-workspace-packages": "6.0.7",
27
- "@pnpm/plugin-commands-installation": "11.0.7",
28
- "@pnpm/plugin-commands-listing": "6.0.7",
26
+ "@pnpm/filter-workspace-packages": "6.0.9",
27
+ "@pnpm/plugin-commands-installation": "11.0.9",
28
+ "@pnpm/plugin-commands-listing": "6.0.9",
29
29
  "@pnpm/prepare": "0.0.57",
30
30
  "@pnpm/registry-mock": "3.1.0",
31
31
  "@types/ramda": "0.28.15",
@@ -34,11 +34,11 @@
34
34
  "write-yaml-file": "^4.2.0"
35
35
  },
36
36
  "dependencies": {
37
- "@pnpm/cli-utils": "1.0.7",
37
+ "@pnpm/cli-utils": "1.0.9",
38
38
  "@pnpm/common-cli-options-help": "0.9.0",
39
- "@pnpm/config": "16.1.1",
39
+ "@pnpm/config": "16.1.3",
40
40
  "@pnpm/error": "4.0.0",
41
- "@pnpm/list": "8.0.4",
41
+ "@pnpm/list": "8.0.5",
42
42
  "@pnpm/types": "8.9.0",
43
43
  "ramda": "npm:@pnpm/ramda@0.28.1",
44
44
  "render-help": "^1.0.2"
@@ -55,7 +55,7 @@
55
55
  "registry-mock": "registry-mock",
56
56
  "test:jest": "jest",
57
57
  "test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
58
- "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7775 pnpm run test:e2e",
58
+ "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7780 pnpm run test:e2e",
59
59
  "test": "pnpm run compile && pnpm run _test",
60
60
  "compile": "tsc --build && pnpm run lint --fix"
61
61
  }