@oclif/plugin-which 3.0.1 → 3.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 +2 -2
- package/oclif.lock +32 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ $ npm install -g @oclif/plugin-which
|
|
|
22
22
|
$ oclif-example COMMAND
|
|
23
23
|
running command...
|
|
24
24
|
$ oclif-example (--version)
|
|
25
|
-
@oclif/plugin-which/3.0.
|
|
25
|
+
@oclif/plugin-which/3.0.2 linux-x64 node-v18.18.0
|
|
26
26
|
$ oclif-example --help [COMMAND]
|
|
27
27
|
USAGE
|
|
28
28
|
$ oclif-example COMMAND
|
|
@@ -52,5 +52,5 @@ EXAMPLES
|
|
|
52
52
|
$ oclif-example which help
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.
|
|
55
|
+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.0.2/src/commands/which.ts)_
|
|
56
56
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
wordwrap "^1.0.0"
|
|
694
694
|
wrap-ansi "^7.0.0"
|
|
695
695
|
|
|
696
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4"
|
|
696
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4":
|
|
697
697
|
version "3.0.6"
|
|
698
698
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.6.tgz#077e09d1470f14fba1c5666e77476660bdb4b601"
|
|
699
699
|
integrity sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==
|
|
@@ -724,6 +724,37 @@
|
|
|
724
724
|
wordwrap "^1.0.0"
|
|
725
725
|
wrap-ansi "^7.0.0"
|
|
726
726
|
|
|
727
|
+
"@oclif/core@^3.0.9":
|
|
728
|
+
version "3.0.9"
|
|
729
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
|
|
730
|
+
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
|
|
731
|
+
dependencies:
|
|
732
|
+
ansi-escapes "^4.3.2"
|
|
733
|
+
ansi-styles "^4.3.0"
|
|
734
|
+
cardinal "^2.1.1"
|
|
735
|
+
chalk "^4.1.2"
|
|
736
|
+
clean-stack "^3.0.1"
|
|
737
|
+
cli-progress "^3.12.0"
|
|
738
|
+
debug "^4.3.4"
|
|
739
|
+
ejs "^3.1.8"
|
|
740
|
+
get-package-type "^0.1.0"
|
|
741
|
+
globby "^11.1.0"
|
|
742
|
+
hyperlinker "^1.0.0"
|
|
743
|
+
indent-string "^4.0.0"
|
|
744
|
+
is-wsl "^2.2.0"
|
|
745
|
+
js-yaml "^3.14.1"
|
|
746
|
+
natural-orderby "^2.0.3"
|
|
747
|
+
object-treeify "^1.1.33"
|
|
748
|
+
password-prompt "^1.1.2"
|
|
749
|
+
slice-ansi "^4.0.0"
|
|
750
|
+
string-width "^4.2.3"
|
|
751
|
+
strip-ansi "^6.0.1"
|
|
752
|
+
supports-color "^8.1.1"
|
|
753
|
+
supports-hyperlinks "^2.2.0"
|
|
754
|
+
widest-line "^3.1.0"
|
|
755
|
+
wordwrap "^1.0.0"
|
|
756
|
+
wrap-ansi "^7.0.0"
|
|
757
|
+
|
|
727
758
|
"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.20":
|
|
728
759
|
version "5.2.20"
|
|
729
760
|
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-which",
|
|
3
3
|
"description": "find which plugin a command is in",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-which/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",
|