@oclif/plugin-version 1.3.11-qa.0 → 2.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/README.md +1 -3
- package/oclif.lock +31 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
@oclif/plugin-version
|
|
2
|
-
======================
|
|
1
|
+
# @oclif/plugin-version
|
|
3
2
|
|
|
4
3
|
An oclif command that shows the CLI version
|
|
5
4
|
|
|
6
5
|
[](https://npmjs.org/package/@oclif/plugin-version)
|
|
7
|
-
[](https://circleci.com/gh/oclif/plugin-version/tree/main)
|
|
8
6
|
[](https://npmjs.org/package/@oclif/plugin-version)
|
|
9
7
|
[](https://github.com/oclif/plugin-version/blob/main/package.json)
|
package/oclif.lock
CHANGED
|
@@ -523,6 +523,37 @@
|
|
|
523
523
|
wordwrap "^1.0.0"
|
|
524
524
|
wrap-ansi "^7.0.0"
|
|
525
525
|
|
|
526
|
+
"@oclif/core@^3.0.9":
|
|
527
|
+
version "3.0.9"
|
|
528
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
|
|
529
|
+
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
|
|
530
|
+
dependencies:
|
|
531
|
+
ansi-escapes "^4.3.2"
|
|
532
|
+
ansi-styles "^4.3.0"
|
|
533
|
+
cardinal "^2.1.1"
|
|
534
|
+
chalk "^4.1.2"
|
|
535
|
+
clean-stack "^3.0.1"
|
|
536
|
+
cli-progress "^3.12.0"
|
|
537
|
+
debug "^4.3.4"
|
|
538
|
+
ejs "^3.1.8"
|
|
539
|
+
get-package-type "^0.1.0"
|
|
540
|
+
globby "^11.1.0"
|
|
541
|
+
hyperlinker "^1.0.0"
|
|
542
|
+
indent-string "^4.0.0"
|
|
543
|
+
is-wsl "^2.2.0"
|
|
544
|
+
js-yaml "^3.14.1"
|
|
545
|
+
natural-orderby "^2.0.3"
|
|
546
|
+
object-treeify "^1.1.33"
|
|
547
|
+
password-prompt "^1.1.2"
|
|
548
|
+
slice-ansi "^4.0.0"
|
|
549
|
+
string-width "^4.2.3"
|
|
550
|
+
strip-ansi "^6.0.1"
|
|
551
|
+
supports-color "^8.1.1"
|
|
552
|
+
supports-hyperlinks "^2.2.0"
|
|
553
|
+
widest-line "^3.1.0"
|
|
554
|
+
wordwrap "^1.0.0"
|
|
555
|
+
wrap-ansi "^7.0.0"
|
|
556
|
+
|
|
526
557
|
"@oclif/plugin-help@5.2.20", "@oclif/plugin-help@^5.2.14":
|
|
527
558
|
version "5.2.20"
|
|
528
559
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-version",
|
|
3
3
|
"description": "A command that shows the CLI version",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-version/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.0.
|
|
8
|
+
"@oclif/core": "^3.0.9"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.7.0",
|