@oclif/plugin-search
Advanced tools
Comparing version 1.2.9 to 1.2.10
@@ -29,3 +29,3 @@ { | ||
}, | ||
"version": "1.2.9" | ||
"version": "1.2.10" | ||
} |
{ | ||
"name": "@oclif/plugin-search", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "A command for searching commands", | ||
@@ -19,18 +19,18 @@ "author": "Salesforce", | ||
"@types/inquirer": "^8.2.10", | ||
"@types/mocha": "^10.0.7", | ||
"@types/mocha": "^10.0.8", | ||
"@types/node": "^18", | ||
"chai": "^4", | ||
"commitlint": "^19", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-oclif": "^5.2.1", | ||
"eslint-config-oclif-typescript": "^3.1.10", | ||
"eslint-config-oclif-typescript": "^3.1.11", | ||
"eslint-config-prettier": "^9.1.0", | ||
"husky": "^9.1.5", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15", | ||
"mocha": "^10.7.3", | ||
"oclif": "^4.14.30", | ||
"oclif": "^4.14.35", | ||
"prettier": "^3.3.3", | ||
"shx": "^0.3.3", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "engines": { |
@@ -25,3 +25,3 @@ # @oclif/plugin-search | ||
$ @oclif/plugin-search (--version) | ||
@oclif/plugin-search/1.2.9 linux-x64 node-v20.17.0 | ||
@oclif/plugin-search/1.2.10 linux-x64 node-v20.17.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.9/src/commands/search.ts)_ | ||
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/v1.2.10/src/commands/search.ts)_ | ||
<!-- commandsstop --> | ||
@@ -56,0 +56,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8304