@oclif/plugin-which 2.2.4 → 2.2.5

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 CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which
20
20
  $ oclif-example COMMAND
21
21
  running command...
22
22
  $ oclif-example (--version)
23
- @oclif/plugin-which/2.2.4 linux-x64 node-v18.12.1
23
+ @oclif/plugin-which/2.2.5 linux-x64 node-v18.12.1
24
24
  $ oclif-example --help [COMMAND]
25
25
  USAGE
26
26
  $ oclif-example COMMAND
@@ -43,5 +43,5 @@ DESCRIPTION
43
43
  Show which plugin a command is in.
44
44
  ```
45
45
 
46
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.4/src/commands/which.ts)_
46
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.5/src/commands/which.ts)_
47
47
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"2.2.4","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
1
+ {"version":"2.2.5","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "2.2.4",
4
+ "version": "2.2.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^1.22.0",
8
+ "@oclif/core": "^1.23.1",
9
9
  "tslib": "^2.4.1"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@oclif/plugin-help": "^5.1.20",
13
- "@oclif/test": "^2.2.15",
13
+ "@oclif/test": "^2.2.16",
14
14
  "@types/chai": "^4.3.4",
15
15
  "@types/mocha": "^9",
16
16
  "@types/node": "^14.18.35",