@oclif/plugin-search
Advanced tools
Comparing version 1.2.17 to 1.2.18
@@ -29,3 +29,3 @@ { | ||
}, | ||
"version": "1.2.17" | ||
"version": "1.2.18" | ||
} |
{ | ||
"name": "@oclif/plugin-search", | ||
"version": "1.2.17", | ||
"version": "1.2.18", | ||
"description": "A command for searching commands", | ||
@@ -25,3 +25,3 @@ "author": "Salesforce", | ||
"eslint-config-oclif": "^5.2.2", | ||
"eslint-config-oclif-typescript": "^3.1.12", | ||
"eslint-config-oclif-typescript": "^3.1.13", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -31,7 +31,7 @@ "husky": "^9.1.7", | ||
"mocha": "^10.8.2", | ||
"oclif": "^4.16.0", | ||
"oclif": "^4.17.10", | ||
"prettier": "^3.4.2", | ||
"shx": "^0.3.3", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "engines": { |
@@ -25,3 +25,3 @@ # @oclif/plugin-search | ||
$ @oclif/plugin-search (--version) | ||
@oclif/plugin-search/1.2.17 linux-x64 node-v22.11.0 | ||
@oclif/plugin-search/1.2.18 linux-x64 node-v22.12.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.2.17/src/commands/search.ts)_ | ||
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v1.2.18/src/commands/search.ts)_ | ||
<!-- commandsstop --> | ||
@@ -56,0 +56,0 @@ |
8301