@oclif/plugin-which 3.0.6 → 3.0.7
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 +14 -7
- 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.7 linux-x64 node-v20.9.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.7/src/commands/which.ts)_
|
|
56
56
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -792,10 +792,10 @@
|
|
|
792
792
|
wordwrap "^1.0.0"
|
|
793
793
|
wrap-ansi "^7.0.0"
|
|
794
794
|
|
|
795
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
796
|
-
version "3.
|
|
797
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
798
|
-
integrity sha512-
|
|
795
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.9.1":
|
|
796
|
+
version "3.9.1"
|
|
797
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716"
|
|
798
|
+
integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==
|
|
799
799
|
dependencies:
|
|
800
800
|
ansi-escapes "^4.3.2"
|
|
801
801
|
ansi-styles "^4.3.0"
|
|
@@ -1124,9 +1124,11 @@
|
|
|
1124
1124
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1125
1125
|
|
|
1126
1126
|
"@types/node@^18":
|
|
1127
|
-
version "18.18.
|
|
1128
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.
|
|
1129
|
-
integrity sha512-
|
|
1127
|
+
version "18.18.7"
|
|
1128
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.7.tgz#bb3a7068dc4ba421b6968f2a259298b3a4e129e8"
|
|
1129
|
+
integrity sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==
|
|
1130
|
+
dependencies:
|
|
1131
|
+
undici-types "~5.26.4"
|
|
1130
1132
|
|
|
1131
1133
|
"@types/normalize-package-data@^2.4.0":
|
|
1132
1134
|
version "2.4.1"
|
|
@@ -6608,6 +6610,11 @@ unbox-primitive@^1.0.2:
|
|
|
6608
6610
|
has-symbols "^1.0.3"
|
|
6609
6611
|
which-boxed-primitive "^1.0.2"
|
|
6610
6612
|
|
|
6613
|
+
undici-types@~5.26.4:
|
|
6614
|
+
version "5.26.5"
|
|
6615
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
|
6616
|
+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
|
6617
|
+
|
|
6611
6618
|
unique-filename@^1.1.1:
|
|
6612
6619
|
version "1.1.1"
|
|
6613
6620
|
resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
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.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-which/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.9.1"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.7.0",
|