oclif 2.0.1 → 2.1.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.
@@ -1 +1 @@
1
- {"version":"2.0.1","commands":{"generate":{"id":"generate","description":"generate a new CLI\nThis will clone the template repo 'oclif/hello-world' and update package properties","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"name","description":"directory name of new project","required":true}]},"manifest":{"id":"manifest","description":"generates plugin manifest json","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin","default":"."}]},"promote":{"id":"promote","description":"promote CLI builds to a S3 release channel","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to the oclif CLI project root","required":true,"multiple":false,"default":"."},"version":{"name":"version","type":"option","description":"semantic version of the CLI to promote","required":true,"multiple":false},"sha":{"name":"sha","type":"option","description":"7-digit short git commit SHA of the CLI to promote","required":true,"multiple":false},"channel":{"name":"channel","type":"option","description":"which channel to promote to","required":true,"multiple":false,"default":"stable"},"targets":{"name":"targets","type":"option","char":"t","description":"comma-separated targets to promote (e.g.: linux-arm,win32-x64)","multiple":false,"default":"linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64"},"deb":{"name":"deb","type":"boolean","char":"d","description":"promote debian artifacts","allowNo":false},"macos":{"name":"macos","type":"boolean","char":"m","description":"promote macOS pkg","allowNo":false},"win":{"name":"win","type":"boolean","char":"w","description":"promote Windows exe","allowNo":false},"max-age":{"name":"max-age","type":"option","char":"a","description":"cache control max-age in seconds","multiple":false,"default":"86400"},"xz":{"name":"xz","type":"boolean","description":"also upload xz","allowNo":true},"indexes":{"name":"indexes","type":"boolean","description":"append the promoted urls into the index files","allowNo":false}},"args":[]},"readme":{"id":"readme","description":"adds commands to README.md in current directory\nThe readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:\n# Usage\n<!-- usage -->\n# Commands\n<!-- commands -->\n\nCustomize the code URL prefix by setting oclif.repositoryPrefix in package.json.\n","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","description":"output directory for multi docs","required":true,"multiple":false,"default":"docs"},"multi":{"name":"multi","type":"boolean","description":"create a different markdown page for each topic","allowNo":false}},"args":[]},"pack:deb":{"id":"pack:deb","description":"pack CLI into debian package","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]},"pack:macos":{"id":"pack:macos","description":"pack CLI into macOS .pkg","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"additional-cli":{"name":"additional-cli","type":"option","description":"an Oclif CLI other than the one listed in config.bin that should be made available to the user\nthe CLI should already exist in a directory named after the CLI that is the root of the tarball produced by \"oclif pack:tarballs\"","hidden":true,"multiple":false}},"args":[]},"pack:tarballs":{"id":"pack:tarballs","description":"packages oclif CLI into tarballs\n\nThis can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.\n","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"targets":{"name":"targets","type":"option","char":"t","description":"comma-separated targets to pack (e.g.: linux-arm,win32-x64)","multiple":false,"default":"linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64"},"xz":{"name":"xz","type":"boolean","description":"also build xz","allowNo":true}},"args":[]},"pack:win":{"id":"pack:win","description":"create windows installer from oclif CLI\n\n This command requires WINDOWS_SIGNING (prefixed with the name of your executable, e.g. OCLIF_WINDOWS_SIGNING_PASS) to be set in the environment","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"additional-cli":{"name":"additional-cli","type":"option","description":"an Oclif CLI other than the one listed in config.bin that should be made available to the user\nthe CLI should already exist in a directory named after the CLI that is the root of the tarball produced by \"oclif pack:tarballs\"","hidden":true,"multiple":false}},"args":[]},"upload:deb":{"id":"upload:deb","description":"upload deb package built with pack:deb","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]},"upload:macos":{"id":"upload:macos","description":"upload macos installers built with pack:macos","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]},"upload:tarballs":{"id":"upload:tarballs","description":"upload an oclif CLI to S3\n\n\"aws-sdk\" will need to be installed as a devDependency to upload.\n","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"targets":{"name":"targets","type":"option","char":"t","description":"comma-separated targets to upload (e.g.: linux-arm,win32-x64)","multiple":false,"default":"linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64"},"xz":{"name":"xz","type":"boolean","description":"also upload xz","allowNo":true}},"args":[]},"upload:win":{"id":"upload:win","description":"upload windows installers built with pack:win","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]}}}
1
+ {"version":"2.1.3","commands":{"generate":{"id":"generate","description":"generate a new CLI\nThis will clone the template repo 'oclif/hello-world' and update package properties","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"name","description":"directory name of new project","required":true}]},"manifest":{"id":"manifest","description":"generates plugin manifest json","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin","default":"."}]},"promote":{"id":"promote","description":"promote CLI builds to a S3 release channel","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to the oclif CLI project root","required":true,"multiple":false,"default":"."},"version":{"name":"version","type":"option","description":"semantic version of the CLI to promote","required":true,"multiple":false},"sha":{"name":"sha","type":"option","description":"7-digit short git commit SHA of the CLI to promote","required":true,"multiple":false},"channel":{"name":"channel","type":"option","description":"which channel to promote to","required":true,"multiple":false,"default":"stable"},"targets":{"name":"targets","type":"option","char":"t","description":"comma-separated targets to promote (e.g.: linux-arm,win32-x64)","multiple":false,"default":"linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64"},"deb":{"name":"deb","type":"boolean","char":"d","description":"promote debian artifacts","allowNo":false},"macos":{"name":"macos","type":"boolean","char":"m","description":"promote macOS pkg","allowNo":false},"win":{"name":"win","type":"boolean","char":"w","description":"promote Windows exe","allowNo":false},"max-age":{"name":"max-age","type":"option","char":"a","description":"cache control max-age in seconds","multiple":false,"default":"86400"},"xz":{"name":"xz","type":"boolean","description":"also upload xz","allowNo":true},"indexes":{"name":"indexes","type":"boolean","description":"append the promoted urls into the index files","allowNo":false}},"args":[]},"readme":{"id":"readme","description":"adds commands to README.md in current directory\nThe readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:\n# Usage\n<!-- usage -->\n# Commands\n<!-- commands -->\n\nCustomize the code URL prefix by setting oclif.repositoryPrefix in package.json.\n","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","description":"output directory for multi docs","required":true,"multiple":false,"default":"docs"},"multi":{"name":"multi","type":"boolean","description":"create a different markdown page for each topic","allowNo":false}},"args":[]},"pack:deb":{"id":"pack:deb","description":"pack CLI into debian package","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]},"pack:macos":{"id":"pack:macos","description":"pack CLI into macOS .pkg","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"additional-cli":{"name":"additional-cli","type":"option","description":"an Oclif CLI other than the one listed in config.bin that should be made available to the user\nthe CLI should already exist in a directory named after the CLI that is the root of the tarball produced by \"oclif pack:tarballs\"","hidden":true,"multiple":false}},"args":[]},"pack:tarballs":{"id":"pack:tarballs","description":"packages oclif CLI into tarballs\n\nThis can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.\n","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"targets":{"name":"targets","type":"option","char":"t","description":"comma-separated targets to pack (e.g.: linux-arm,win32-x64)","multiple":false,"default":"linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64"},"xz":{"name":"xz","type":"boolean","description":"also build xz","allowNo":true}},"args":[]},"pack:win":{"id":"pack:win","description":"create windows installer from oclif CLI\n\n This command requires WINDOWS_SIGNING (prefixed with the name of your executable, e.g. OCLIF_WINDOWS_SIGNING_PASS) to be set in the environment","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"additional-cli":{"name":"additional-cli","type":"option","description":"an Oclif CLI other than the one listed in config.bin that should be made available to the user\nthe CLI should already exist in a directory named after the CLI that is the root of the tarball produced by \"oclif pack:tarballs\"","hidden":true,"multiple":false}},"args":[]},"upload:deb":{"id":"upload:deb","description":"upload deb package built with pack:deb","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]},"upload:macos":{"id":"upload:macos","description":"upload macos installers built with pack:macos","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]},"upload:tarballs":{"id":"upload:tarballs","description":"upload an oclif CLI to S3\n\n\"aws-sdk\" will need to be installed as a devDependency to upload.\n","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."},"targets":{"name":"targets","type":"option","char":"t","description":"comma-separated targets to upload (e.g.: linux-arm,win32-x64)","multiple":false,"default":"linux-x64,linux-arm,win32-x64,win32-x86,darwin-x64,darwin-arm64"},"xz":{"name":"xz","type":"boolean","description":"also upload xz","allowNo":true}},"args":[]},"upload:win":{"id":"upload:win","description":"upload windows installers built with pack:win","strict":true,"pluginName":"oclif","pluginAlias":"oclif","pluginType":"core","aliases":[],"flags":{"root":{"name":"root","type":"option","char":"r","description":"path to oclif CLI root","required":true,"multiple":false,"default":"."}},"args":[]}}}
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.1.3](https://github.com/oclif/oclif/compare/v2.1.2...v2.1.3) (2022-01-10)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bump deps ([154913b](https://github.com/oclif/oclif/commit/154913bd8db4139b9298d78355f889f20dfb23eb))
11
+
12
+ ### [2.1.2](https://github.com/oclif/oclif/compare/v2.1.1...v2.1.2) (2022-01-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * add override for colors ([8bb26b0](https://github.com/oclif/oclif/commit/8bb26b01859165de8759529f8b61ae28cf25b748))
18
+
19
+ ### [2.1.1](https://github.com/oclif/oclif/compare/v2.1.0...v2.1.1) (2022-01-08)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * add resolution for colors ([0ea44d4](https://github.com/oclif/oclif/commit/0ea44d45cffdca54c5294a97725a332f94fb69c2))
25
+
26
+ ## [2.1.0](https://github.com/oclif/oclif/compare/v2.0.1...v2.1.0) (2021-12-21)
27
+
28
+
29
+ ### Features
30
+
31
+ * add version info to registry for windows installers ([#769](https://github.com/oclif/oclif/issues/769)) ([291603a](https://github.com/oclif/oclif/commit/291603a471757596ebed27b0758bae9871fd53b0))
32
+
5
33
  ### [2.0.1](https://github.com/oclif/oclif/compare/v2.0.0-main.19...v2.0.1) (2021-12-08)
6
34
 
7
35
  ## [2.0.0-main.19](https://github.com/oclif/oclif/compare/v2.0.0-main.18...v2.0.0-main.19) (2021-12-08)
package/README.md CHANGED
@@ -121,7 +121,7 @@ DESCRIPTION
121
121
  This will clone the template repo 'oclif/hello-world' and update package properties
122
122
  ```
123
123
 
124
- _See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/generate.ts)_
124
+ _See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/generate.ts)_
125
125
 
126
126
  ## `oclif help [COMMAND]`
127
127
 
@@ -141,7 +141,7 @@ DESCRIPTION
141
141
  Display help for oclif.
142
142
  ```
143
143
 
144
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.9/src/commands/help.ts)_
144
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
145
145
 
146
146
  ## `oclif manifest [PATH]`
147
147
 
@@ -158,7 +158,7 @@ DESCRIPTION
158
158
  generates plugin manifest json
159
159
  ```
160
160
 
161
- _See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/manifest.ts)_
161
+ _See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/manifest.ts)_
162
162
 
163
163
  ## `oclif pack:deb`
164
164
 
@@ -175,7 +175,7 @@ DESCRIPTION
175
175
  pack CLI into debian package
176
176
  ```
177
177
 
178
- _See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/pack/deb.ts)_
178
+ _See code: [src/commands/pack/deb.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/pack/deb.ts)_
179
179
 
180
180
  ## `oclif pack:macos`
181
181
 
@@ -192,7 +192,7 @@ DESCRIPTION
192
192
  pack CLI into macOS .pkg
193
193
  ```
194
194
 
195
- _See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/pack/macos.ts)_
195
+ _See code: [src/commands/pack/macos.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/pack/macos.ts)_
196
196
 
197
197
  ## `oclif pack:tarballs`
198
198
 
@@ -214,7 +214,7 @@ DESCRIPTION
214
214
  This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
215
215
  ```
216
216
 
217
- _See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/pack/tarballs.ts)_
217
+ _See code: [src/commands/pack/tarballs.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/pack/tarballs.ts)_
218
218
 
219
219
  ## `oclif pack:win`
220
220
 
@@ -234,7 +234,7 @@ DESCRIPTION
234
234
  be set in the environment
235
235
  ```
236
236
 
237
- _See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/pack/win.ts)_
237
+ _See code: [src/commands/pack/win.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/pack/win.ts)_
238
238
 
239
239
  ## `oclif promote`
240
240
 
@@ -263,7 +263,7 @@ DESCRIPTION
263
263
  promote CLI builds to a S3 release channel
264
264
  ```
265
265
 
266
- _See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/promote.ts)_
266
+ _See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/promote.ts)_
267
267
 
268
268
  ## `oclif readme`
269
269
 
@@ -293,7 +293,7 @@ DESCRIPTION
293
293
  Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
294
294
  ```
295
295
 
296
- _See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/readme.ts)_
296
+ _See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/readme.ts)_
297
297
 
298
298
  ## `oclif upload:deb`
299
299
 
@@ -310,7 +310,7 @@ DESCRIPTION
310
310
  upload deb package built with pack:deb
311
311
  ```
312
312
 
313
- _See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/upload/deb.ts)_
313
+ _See code: [src/commands/upload/deb.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/upload/deb.ts)_
314
314
 
315
315
  ## `oclif upload:macos`
316
316
 
@@ -327,7 +327,7 @@ DESCRIPTION
327
327
  upload macos installers built with pack:macos
328
328
  ```
329
329
 
330
- _See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/upload/macos.ts)_
330
+ _See code: [src/commands/upload/macos.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/upload/macos.ts)_
331
331
 
332
332
  ## `oclif upload:tarballs`
333
333
 
@@ -349,7 +349,7 @@ DESCRIPTION
349
349
  "aws-sdk" will need to be installed as a devDependency to upload.
350
350
  ```
351
351
 
352
- _See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/upload/tarballs.ts)_
352
+ _See code: [src/commands/upload/tarballs.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/upload/tarballs.ts)_
353
353
 
354
354
  ## `oclif upload:win`
355
355
 
@@ -366,7 +366,7 @@ DESCRIPTION
366
366
  upload windows installers built with pack:win
367
367
  ```
368
368
 
369
- _See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/v2.0.1/src/commands/upload/win.ts)_
369
+ _See code: [src/commands/upload/win.ts](https://github.com/oclif/oclif/blob/v2.1.2/src/commands/upload/win.ts)_
370
370
  <!-- commandsstop -->
371
371
 
372
372
  # 🏭 Related Repositories
@@ -62,6 +62,8 @@ Section "${config.name} CLI \${VERSION}"
62
62
  WriteUninstaller "$INSTDIR\\Uninstall.exe"
63
63
  WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${config.dirname}" \\
64
64
  "DisplayName" "${config.name}"
65
+ WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${config.dirname}" \\
66
+ "DisplayVersion" "\${VERSION}"
65
67
  WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${config.dirname}" \\
66
68
  "UninstallString" "$\\"$INSTDIR\\uninstall.exe$\\""
67
69
  WriteRegStr HKLM "Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${config.dirname}" \\
package/package.json CHANGED
@@ -1,54 +1,56 @@
1
1
  {
2
2
  "name": "oclif",
3
3
  "description": "oclif: create your own CLI",
4
- "version": "2.0.1",
4
+ "version": "2.1.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run"
8
8
  },
9
9
  "bugs": "https://github.com/oclif/oclif/issues",
10
10
  "dependencies": {
11
- "@oclif/core": "1.0.10",
12
- "@oclif/fixpack": "^2.3.0",
13
- "@oclif/plugin-help": "5.1.9",
14
- "@oclif/plugin-not-found": "^2.2.2",
15
- "@oclif/plugin-warn-if-update-available": "^2.0.2",
16
- "cli-ux": "6.0.6",
17
- "debug": "^4.1.1",
11
+ "@oclif/core": "^1.0.11",
12
+ "@oclif/fixpack": "^2.3.1",
13
+ "@oclif/plugin-help": "^5.1.10",
14
+ "@oclif/plugin-not-found": "^2.2.3",
15
+ "@oclif/plugin-warn-if-update-available": "^2.0.3",
16
+ "cli-ux": "^6.0.7",
17
+ "debug": "^4.3.3",
18
18
  "find-yarn-workspace-root": "^2.0.0",
19
19
  "fs-extra": "^8.1",
20
20
  "github-slugger": "^1.2.1",
21
+ "global": "^4.4.0",
21
22
  "lodash": "^4.17.11",
22
- "normalize-package-data": "^3.0.0",
23
+ "normalize-package-data": "^3.0.3",
23
24
  "nps-utils": "^1.7.0",
25
+ "oclif": "^2.1.1",
24
26
  "qqjs": "^0.3.10",
25
27
  "semver": "^7.3.5",
26
28
  "sort-pjson": "^1.0.3",
27
- "tslib": "^2.0.0",
29
+ "tslib": "^2.3.1",
28
30
  "yeoman-environment": "^2.3.4",
29
31
  "yeoman-generator": "3",
30
32
  "yosay": "^2.0.2"
31
33
  },
32
34
  "devDependencies": {
33
- "@oclif/plugin-legacy": "^1.2.5",
34
- "@oclif/test": "^2.0.2",
35
+ "@oclif/plugin-legacy": "^1.2.7",
36
+ "@oclif/test": "^2.0.3",
35
37
  "@types/chai": "^4.3.0",
36
38
  "@types/execa": "^0.9.0",
37
39
  "@types/fs-extra": "^9.0",
38
- "@types/lodash": "^4.14.121",
40
+ "@types/lodash": "^4.14.178",
39
41
  "@types/lodash.template": "^4.4.6",
40
- "@types/mocha": "^8.0.0",
41
- "@types/node": "^14.18.0",
42
+ "@types/mocha": "^8.2.3",
43
+ "@types/node": "^14.18.4",
42
44
  "@types/read-pkg": "^5.1.0",
43
45
  "@types/semver": "^7.3.9",
44
- "@types/shelljs": "^0.8.3",
46
+ "@types/shelljs": "^0.8.10",
45
47
  "@types/supports-color": "^7.2.0",
46
48
  "@types/write-json-file": "^3.2.1",
47
- "@types/yeoman-environment": "^2.10.2",
49
+ "@types/yeoman-environment": "^2.10.5",
48
50
  "@types/yosay": "^0.0.29",
49
- "aws-sdk": "^2.1044.0",
51
+ "aws-sdk": "^2.1048.0",
50
52
  "chai": "^4.2.0",
51
- "conventional-changelog-cli": "^2.0.17",
53
+ "conventional-changelog-cli": "^2.2.2",
52
54
  "eslint": "^7.3.2",
53
55
  "eslint-config-oclif": "^4.0.0",
54
56
  "eslint-config-oclif-typescript": "^1.0.2",
@@ -62,7 +64,13 @@
62
64
  "shx": "^0.3.3",
63
65
  "tmp": "^0.2.1",
64
66
  "ts-node": "^9.0.0",
65
- "typescript": "4.4.3"
67
+ "typescript": "4.5.4"
68
+ },
69
+ "resolutions": {
70
+ "colors": "1.4.0"
71
+ },
72
+ "overrides": {
73
+ "colors": "1.4.0"
66
74
  },
67
75
  "engines": {
68
76
  "node": ">=12.0.0"