@oclif/plugin-which
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"version":"2.1.0","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":[]}}} | ||
| {"version":"2.1.1","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":[]}}} |
+11
-11
| { | ||
| "name": "@oclif/plugin-which", | ||
| "description": "find which plugin a command is in", | ||
| "version": "2.1.0", | ||
| "version": "2.1.1", | ||
| "author": "Salesforce", | ||
| "bugs": "https://github.com/oclif/plugin-which/issues", | ||
| "dependencies": { | ||
| "@oclif/core": "^1.2.0", | ||
| "tslib": "^2.0.0" | ||
| "@oclif/core": "^1.18.0", | ||
| "tslib": "^2.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@oclif/plugin-help": "^5.1.10", | ||
| "@oclif/test": "^2.0.3", | ||
| "@types/chai": "^4.1.6", | ||
| "@oclif/plugin-help": "^5.1.15", | ||
| "@oclif/test": "^2.2.3", | ||
| "@types/chai": "^4.3.1", | ||
| "@types/mocha": "^9", | ||
| "@types/node": "^14.18.3", | ||
| "@types/node": "^14.18.32", | ||
| "chai": "^4.2.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-oclif": "^4.0.0", | ||
| "eslint-config-oclif-typescript": "^1.0.2", | ||
| "eslint-config-oclif-typescript": "^1.0.3", | ||
| "globby": "^11", | ||
| "mocha": "^9", | ||
| "nyc": "^15.1.0", | ||
| "oclif": "^2.3.0", | ||
| "oclif": "^2.6.3", | ||
| "ts-node": "^9.0.0", | ||
| "typescript": "4.4.3" | ||
| "typescript": "4.6.4" | ||
| }, | ||
@@ -59,2 +59,2 @@ "engines": { | ||
| "main": "lib/index.js" | ||
| } | ||
| } |
+2
-2
@@ -23,3 +23,3 @@ @oclif/plugin-which | ||
| $ oclif-example (--version) | ||
| @oclif/plugin-which/2.1.0 linux-x64 node-v12.22.9 | ||
| @oclif/plugin-which/2.1.1 linux-x64 node-v16.17.1 | ||
| $ oclif-example --help [COMMAND] | ||
@@ -47,3 +47,3 @@ USAGE | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.1.0/src/commands/which.ts)_ | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.1.1/src/commands/which.ts)_ | ||
| <!-- commandsstop --> |
-72
| # Changelog | ||
| All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
| ## [2.1.0](https://github.com/oclif/plugin-which/compare/v2.0.5...v2.1.0) (2022-01-28) | ||
| ### Features | ||
| * remove cli-ux ([4eaa693](https://github.com/oclif/plugin-which/commit/4eaa6933815cce5e3de0c2b1e602f0e2d81c25e7)) | ||
| ### [2.0.5](https://github.com/oclif/plugin-which/compare/v2.0.4...v2.0.5) (2022-01-06) | ||
| ### Bug Fixes | ||
| * add main to package.json ([#212](https://github.com/oclif/plugin-which/issues/212)) ([bff22f0](https://github.com/oclif/plugin-which/commit/bff22f062c0fef6fb9f4679e09f8ab9c48255977)) | ||
| ### [2.0.4](https://github.com/oclif/plugin-which/compare/v2.0.3...v2.0.4) (2021-12-17) | ||
| ### Bug Fixes | ||
| * bump deps ([0a1c4d9](https://github.com/oclif/plugin-which/commit/0a1c4d9b385d692dc7ec98c3ac85ebb7b0693542)) | ||
| ### [2.0.3](https://github.com/oclif/plugin-which/compare/v2.0.2...v2.0.3) (2021-12-17) | ||
| ### [2.0.2](https://github.com/oclif/plugin-which/compare/v2.0.1...v2.0.2) (2021-12-02) | ||
| ### Bug Fixes | ||
| * allow commands with spaces ([7b1910a](https://github.com/oclif/plugin-which/commit/7b1910aa314cb98dd7d0ae44e195eccd94d25669)) | ||
| ### [2.0.1](https://github.com/oclif/plugin-which/compare/v2.0.0...v2.0.1) (2021-12-02) | ||
| ### Bug Fixes | ||
| * bump core version ([49edb83](https://github.com/oclif/plugin-which/commit/49edb83b744e2de27fc0a0ed16447b75368c4086)) | ||
| * get deps aligned ([9396b57](https://github.com/oclif/plugin-which/commit/9396b5768f946286c97d9239120bd5fb58defdbf)) | ||
| * pin oclif ([377c6fa](https://github.com/oclif/plugin-which/commit/377c6fa2d3a175cd8ffa52552bb266c2ef7ebf85)) | ||
| ## [1.0.3](https://github.com/oclif/plugin-which/compare/v1.0.2...v1.0.3) (2018-10-13) | ||
| ### Bug Fixes | ||
| * remove greenkeeper badge ([281ab74](https://github.com/oclif/plugin-which/commit/281ab74)) | ||
| ## [1.0.2](https://github.com/oclif/plugin-which/compare/v1.0.1...v1.0.2) (2018-09-14) | ||
| ### Bug Fixes | ||
| * lint issue ([47b0f5b](https://github.com/oclif/plugin-which/commit/47b0f5b)) | ||
| <a name="1.0.1"></a> | ||
| ## [1.0.1](https://github.com/oclif/plugin-which/compare/v1.0.0...v1.0.1) (2018-05-22) | ||
| ### Bug Fixes | ||
| * bust circle cache ([4021744](https://github.com/oclif/plugin-which/commit/4021744)) | ||
| <a name="1.0.0"></a> | ||
| # 1.0.0 (2018-05-22) | ||
| ### Features | ||
| * added which command ([9a63dbd](https://github.com/oclif/plugin-which/commit/9a63dbd)) |
5216
-31.8%8
-11.11%Updated
Updated