@oclif/plugin-search
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -29,3 +29,3 @@ { | ||
}, | ||
"version": "1.0.5" | ||
"version": "1.0.6" | ||
} |
{ | ||
"name": "@oclif/plugin-search", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A command for searching commands", | ||
@@ -8,3 +8,3 @@ "author": "Salesforce", | ||
"dependencies": { | ||
"@oclif/core": "^3.5.0", | ||
"@oclif/core": "^3.10.1", | ||
"inquirer-autocomplete-standalone": "^0.8.1" | ||
@@ -17,6 +17,6 @@ }, | ||
"@oclif/prettier-config": "^0.2.1", | ||
"@oclif/test": "^3.0.4", | ||
"@oclif/test": "^3.1.0", | ||
"@types/chai": "^4", | ||
"@types/inquirer": "^8.2.9", | ||
"@types/mocha": "^10.0.2", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^18", | ||
@@ -23,0 +23,0 @@ "chai": "^4", |
@@ -25,3 +25,3 @@ # @oclif/plugin-search | ||
$ @oclif/plugin-search (--version) | ||
@oclif/plugin-search/1.0.5 linux-x64 node-v20.9.0 | ||
@oclif/plugin-search/1.0.6 linux-x64 node-v20.9.0 | ||
$ @oclif/plugin-search --help [COMMAND] | ||
@@ -53,3 +53,3 @@ USAGE | ||
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v1.0.5/src/commands/search.ts)_ | ||
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v1.0.6/src/commands/search.ts)_ | ||
<!-- commandsstop --> |
Sorry, the diff of this file is not supported yet
289048
Updated@oclif/core@^3.10.1