@oclif/plugin-which 3.0.2 → 3.0.4
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 +34 -72
- package/oclif.manifest.json +2 -1
- package/package.json +3 -3
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.4 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.4/src/commands/which.ts)_
|
|
56
56
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -213,14 +213,14 @@
|
|
|
213
213
|
lodash "^4.17.13"
|
|
214
214
|
to-fast-properties "^2.0.0"
|
|
215
215
|
|
|
216
|
-
"@commitlint/cli@^17.
|
|
217
|
-
version "17.
|
|
218
|
-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.
|
|
219
|
-
integrity sha512-
|
|
216
|
+
"@commitlint/cli@^17.8.0":
|
|
217
|
+
version "17.8.0"
|
|
218
|
+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.0.tgz#917761331df4b7a0b97b2b31415b006847b6fd02"
|
|
219
|
+
integrity sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==
|
|
220
220
|
dependencies:
|
|
221
221
|
"@commitlint/format" "^17.4.4"
|
|
222
|
-
"@commitlint/lint" "^17.
|
|
223
|
-
"@commitlint/load" "^17.
|
|
222
|
+
"@commitlint/lint" "^17.8.0"
|
|
223
|
+
"@commitlint/load" "^17.8.0"
|
|
224
224
|
"@commitlint/read" "^17.5.1"
|
|
225
225
|
"@commitlint/types" "^17.4.4"
|
|
226
226
|
execa "^5.0.0"
|
|
@@ -269,28 +269,28 @@
|
|
|
269
269
|
"@commitlint/types" "^17.4.4"
|
|
270
270
|
chalk "^4.1.0"
|
|
271
271
|
|
|
272
|
-
"@commitlint/is-ignored@^17.
|
|
273
|
-
version "17.
|
|
274
|
-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.
|
|
275
|
-
integrity sha512-
|
|
272
|
+
"@commitlint/is-ignored@^17.8.0":
|
|
273
|
+
version "17.8.0"
|
|
274
|
+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz#429a050cebe8dc56dd4fe4f4c23ea9e1a679dfc6"
|
|
275
|
+
integrity sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==
|
|
276
276
|
dependencies:
|
|
277
277
|
"@commitlint/types" "^17.4.4"
|
|
278
278
|
semver "7.5.4"
|
|
279
279
|
|
|
280
|
-
"@commitlint/lint@^17.
|
|
281
|
-
version "17.
|
|
282
|
-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.
|
|
283
|
-
integrity sha512-
|
|
280
|
+
"@commitlint/lint@^17.8.0":
|
|
281
|
+
version "17.8.0"
|
|
282
|
+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.8.0.tgz#d3a7fafe810db060aea15322e30384896da887f9"
|
|
283
|
+
integrity sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==
|
|
284
284
|
dependencies:
|
|
285
|
-
"@commitlint/is-ignored" "^17.
|
|
285
|
+
"@commitlint/is-ignored" "^17.8.0"
|
|
286
286
|
"@commitlint/parse" "^17.7.0"
|
|
287
287
|
"@commitlint/rules" "^17.7.0"
|
|
288
288
|
"@commitlint/types" "^17.4.4"
|
|
289
289
|
|
|
290
|
-
"@commitlint/load@^17.
|
|
291
|
-
version "17.
|
|
292
|
-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.
|
|
293
|
-
integrity sha512-
|
|
290
|
+
"@commitlint/load@^17.8.0":
|
|
291
|
+
version "17.8.0"
|
|
292
|
+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.8.0.tgz#82f6c7555daecb4ce4b8a6282fcecc3665747578"
|
|
293
|
+
integrity sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==
|
|
294
294
|
dependencies:
|
|
295
295
|
"@commitlint/config-validator" "^17.6.7"
|
|
296
296
|
"@commitlint/execute-rule" "^17.4.0"
|
|
@@ -693,41 +693,10 @@
|
|
|
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":
|
|
697
|
-
version "3.
|
|
698
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
699
|
-
integrity sha512-
|
|
700
|
-
dependencies:
|
|
701
|
-
ansi-escapes "^4.3.2"
|
|
702
|
-
ansi-styles "^4.3.0"
|
|
703
|
-
cardinal "^2.1.1"
|
|
704
|
-
chalk "^4.1.2"
|
|
705
|
-
clean-stack "^3.0.1"
|
|
706
|
-
cli-progress "^3.12.0"
|
|
707
|
-
debug "^4.3.4"
|
|
708
|
-
ejs "^3.1.8"
|
|
709
|
-
get-package-type "^0.1.0"
|
|
710
|
-
globby "^11.1.0"
|
|
711
|
-
hyperlinker "^1.0.0"
|
|
712
|
-
indent-string "^4.0.0"
|
|
713
|
-
is-wsl "^2.2.0"
|
|
714
|
-
js-yaml "^3.14.1"
|
|
715
|
-
natural-orderby "^2.0.3"
|
|
716
|
-
object-treeify "^1.1.33"
|
|
717
|
-
password-prompt "^1.1.2"
|
|
718
|
-
slice-ansi "^4.0.0"
|
|
719
|
-
string-width "^4.2.3"
|
|
720
|
-
strip-ansi "^6.0.1"
|
|
721
|
-
supports-color "^8.1.1"
|
|
722
|
-
supports-hyperlinks "^2.2.0"
|
|
723
|
-
widest-line "^3.1.0"
|
|
724
|
-
wordwrap "^1.0.0"
|
|
725
|
-
wrap-ansi "^7.0.0"
|
|
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==
|
|
696
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
|
|
697
|
+
version "3.2.1"
|
|
698
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
|
|
699
|
+
integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
|
|
731
700
|
dependencies:
|
|
732
701
|
ansi-escapes "^4.3.2"
|
|
733
702
|
ansi-styles "^4.3.0"
|
|
@@ -736,7 +705,7 @@
|
|
|
736
705
|
clean-stack "^3.0.1"
|
|
737
706
|
cli-progress "^3.12.0"
|
|
738
707
|
debug "^4.3.4"
|
|
739
|
-
ejs "^3.1.
|
|
708
|
+
ejs "^3.1.9"
|
|
740
709
|
get-package-type "^0.1.0"
|
|
741
710
|
globby "^11.1.0"
|
|
742
711
|
hyperlinker "^1.0.0"
|
|
@@ -1996,12 +1965,12 @@ commander@7.1.0:
|
|
|
1996
1965
|
resolved "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff"
|
|
1997
1966
|
integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg==
|
|
1998
1967
|
|
|
1999
|
-
commitlint@^17.
|
|
2000
|
-
version "17.
|
|
2001
|
-
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.
|
|
2002
|
-
integrity sha512-
|
|
1968
|
+
commitlint@^17.8.0:
|
|
1969
|
+
version "17.8.0"
|
|
1970
|
+
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.8.0.tgz#510ec00d7ff35601885fda7fd5acdfe58e290755"
|
|
1971
|
+
integrity sha512-xo0F0n4/W4Yq1BAmyICA+1ivPzILAPBQ/fx2PAn5uUQwzTXMdN8URE3P4YzMl6ey/1mRa6NsnW5yV9HJd5NMmA==
|
|
2003
1972
|
dependencies:
|
|
2004
|
-
"@commitlint/cli" "^17.
|
|
1973
|
+
"@commitlint/cli" "^17.8.0"
|
|
2005
1974
|
"@commitlint/types" "^17.4.4"
|
|
2006
1975
|
|
|
2007
1976
|
common-ancestor-path@^1.0.1:
|
|
@@ -2314,10 +2283,10 @@ eastasianwidth@^0.2.0:
|
|
|
2314
2283
|
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
|
|
2315
2284
|
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
|
2316
2285
|
|
|
2317
|
-
ejs@^3.1.6, ejs@^3.1.8:
|
|
2318
|
-
version "3.1.
|
|
2319
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.
|
|
2320
|
-
integrity sha512
|
|
2286
|
+
ejs@^3.1.6, ejs@^3.1.8, ejs@^3.1.9:
|
|
2287
|
+
version "3.1.9"
|
|
2288
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
2289
|
+
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
2321
2290
|
dependencies:
|
|
2322
2291
|
jake "^10.8.5"
|
|
2323
2292
|
|
|
@@ -4540,14 +4509,7 @@ minimatch@5.0.1:
|
|
|
4540
4509
|
dependencies:
|
|
4541
4510
|
brace-expansion "^2.0.1"
|
|
4542
4511
|
|
|
4543
|
-
minimatch@^3.0.4:
|
|
4544
|
-
version "3.0.4"
|
|
4545
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
|
4546
|
-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
4547
|
-
dependencies:
|
|
4548
|
-
brace-expansion "^1.1.7"
|
|
4549
|
-
|
|
4550
|
-
minimatch@^3.0.5, minimatch@^3.1.2:
|
|
4512
|
+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
|
|
4551
4513
|
version "3.1.2"
|
|
4552
4514
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
4553
4515
|
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
package/oclif.manifest.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"flags": {},
|
|
14
14
|
"hasDynamicHelp": false,
|
|
15
|
+
"hiddenAliases": [],
|
|
15
16
|
"id": "which",
|
|
16
17
|
"pluginAlias": "@oclif/plugin-which",
|
|
17
18
|
"pluginName": "@oclif/plugin-which",
|
|
@@ -30,5 +31,5 @@
|
|
|
30
31
|
]
|
|
31
32
|
}
|
|
32
33
|
},
|
|
33
|
-
"version": "3.0.
|
|
34
|
+
"version": "3.0.4"
|
|
34
35
|
}
|
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.4",
|
|
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.2.1"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.7.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@types/mocha": "^10.0.2",
|
|
17
17
|
"@types/node": "^18",
|
|
18
18
|
"chai": "^4.3.10",
|
|
19
|
-
"commitlint": "^17.
|
|
19
|
+
"commitlint": "^17.8.0",
|
|
20
20
|
"eslint": "^8.51.0",
|
|
21
21
|
"eslint-config-oclif": "^5.0.0",
|
|
22
22
|
"eslint-config-oclif-typescript": "^3.0.5",
|