oclif 4.16.0 → 4.16.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.
@@ -10,8 +10,8 @@ export default class Readme extends Command {
10
10
  'plugin-directory': Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
11
11
  'readme-path': Interfaces.OptionFlag<string, Interfaces.CustomOptions>;
12
12
  'repository-prefix': Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
13
- version: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
14
13
  'tsconfig-path': Interfaces.OptionFlag<string, Interfaces.CustomOptions>;
14
+ version: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
15
15
  };
16
16
  static summary: string;
17
17
  private flags;
@@ -84,13 +84,13 @@ Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
84
84
  'repository-prefix': core_1.Flags.string({
85
85
  description: 'A template string used to build links to the source code.',
86
86
  }),
87
- version: core_1.Flags.string({
88
- description: 'Version to use in readme links. Defaults to the version in package.json.',
89
- }),
90
87
  'tsconfig-path': core_1.Flags.string({
91
88
  default: 'tsconfig.json',
92
89
  description: 'Path to the tsconfig file',
93
90
  }),
91
+ version: core_1.Flags.string({
92
+ description: 'Version to use in readme links. Defaults to the version in package.json.',
93
+ }),
94
94
  };
95
95
  static summary = 'Adds commands to README.md in current directory.';
96
96
  flags;
@@ -546,13 +546,6 @@
546
546
  "multiple": false,
547
547
  "type": "option"
548
548
  },
549
- "version": {
550
- "description": "Version to use in readme links. Defaults to the version in package.json.",
551
- "name": "version",
552
- "hasDynamicHelp": false,
553
- "multiple": false,
554
- "type": "option"
555
- },
556
549
  "tsconfig-path": {
557
550
  "description": "Path to the tsconfig file",
558
551
  "name": "tsconfig-path",
@@ -560,6 +553,13 @@
560
553
  "hasDynamicHelp": false,
561
554
  "multiple": false,
562
555
  "type": "option"
556
+ },
557
+ "version": {
558
+ "description": "Version to use in readme links. Defaults to the version in package.json.",
559
+ "name": "version",
560
+ "hasDynamicHelp": false,
561
+ "multiple": false,
562
+ "type": "option"
563
563
  }
564
564
  },
565
565
  "hasDynamicHelp": false,
@@ -1131,5 +1131,5 @@
1131
1131
  ]
1132
1132
  }
1133
1133
  },
1134
- "version": "4.16.0"
1134
+ "version": "4.16.2"
1135
1135
  }
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "oclif",
3
3
  "description": "oclif: create your own CLI",
4
- "version": "4.16.0",
4
+ "version": "4.16.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
8
8
  },
9
9
  "bugs": "https://github.com/oclif/oclif/issues",
10
10
  "dependencies": {
11
- "@aws-sdk/client-cloudfront": "^3.687.0",
12
- "@aws-sdk/client-s3": "^3.701.0",
11
+ "@aws-sdk/client-cloudfront": "^3.699.0",
12
+ "@aws-sdk/client-s3": "^3.705.0",
13
13
  "@inquirer/confirm": "^3.1.22",
14
14
  "@inquirer/input": "^2.2.4",
15
15
  "@inquirer/select": "^2.5.0",
16
- "@oclif/core": "^4.0.32",
16
+ "@oclif/core": "^4.0.36",
17
17
  "@oclif/plugin-help": "^6.2.17",
18
18
  "@oclif/plugin-not-found": "^3.2.25",
19
19
  "@oclif/plugin-warn-if-update-available": "^3.1.21",
20
20
  "async-retry": "^1.3.3",
21
21
  "chalk": "^4",
22
22
  "change-case": "^4",
23
- "debug": "^4.3.4",
23
+ "debug": "^4.4.0",
24
24
  "ejs": "^3.1.10",
25
25
  "find-yarn-workspace-root": "^2.0.0",
26
26
  "fs-extra": "^8.1",
@@ -62,7 +62,7 @@
62
62
  "lint-staged": "^15",
63
63
  "mocha": "^10.8.2",
64
64
  "nyc": "^15.1.0",
65
- "prettier": "^3.3.3",
65
+ "prettier": "^3.4.2",
66
66
  "shelljs": "^0.8.5",
67
67
  "shx": "^0.3.4",
68
68
  "sinon": "^18.0.1",