@oclif/plugin-autocomplete
Advanced tools
Comparing version 3.1.11 to 3.2.0
@@ -117,3 +117,3 @@ { | ||
}, | ||
"version": "3.1.11" | ||
"version": "3.2.0" | ||
} |
{ | ||
"name": "@oclif/plugin-autocomplete", | ||
"description": "autocomplete plugin for oclif", | ||
"version": "3.1.11", | ||
"version": "3.2.0", | ||
"author": "Salesforce", | ||
@@ -60,3 +60,7 @@ "bugs": "https://github.com/oclif/plugin-autocomplete/issues", | ||
], | ||
"flexibleTaxonomy": true | ||
"flexibleTaxonomy": true, | ||
"hooks": { | ||
"plugins:postinstall": "./lib/hooks/refresh-cache.js", | ||
"plugins:postuninstall": "./lib/hooks/refresh-cache.js" | ||
} | ||
}, | ||
@@ -63,0 +67,0 @@ "repository": "oclif/plugin-autocomplete", |
@@ -64,3 +64,3 @@ # @oclif/plugin-autocomplete | ||
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.1.11/src/commands/autocomplete/index.ts)_ | ||
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v3.2.0/src/commands/autocomplete/index.ts)_ | ||
<!-- commandsstop --> | ||
@@ -67,0 +67,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
62731
24
1426