@oclif/command
Advanced tools
Comparing version 1.8.12 to 1.8.13
@@ -5,3 +5,3 @@ # Changelog | ||
### [1.8.12](https://github.com/oclif/command/compare/v1.8.11...v1.8.12) (2021-12-09) | ||
### [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10) | ||
@@ -11,5 +11,15 @@ | ||
* bump plugin-help versions ([#297](https://github.com/oclif/command/issues/297)) ([1af07cd](https://github.com/oclif/command/commit/1af07cd6c9df6a3a962cf5200c9470a63de7a815)) | ||
* bump version to 1.8.12 ([32d9d93](https://github.com/oclif/command/commit/32d9d93395dcea80cbed959e72a31522750f015e)) | ||
* bump deps ([#298](https://github.com/oclif/command/issues/298)) ([938a11c](https://github.com/oclif/command/commit/938a11c4ddaa03e60c7682f5a90a1a8d62d96288)) | ||
* recursive installation failure due to dep cycle ([18af8a4](https://github.com/oclif/command/commit/18af8a4f042593189b50d4663771867a854da09c)) | ||
## [1.8.13](https://github.com/oclif/command/compare/v1.8.12...v1.8.13) (2021-12-10) | ||
### Bug Fixes | ||
* bump deps ([#298](https://github.com/oclif/command/issues/298)) ([938a11c](https://github.com/oclif/command/commit/938a11c4ddaa03e60c7682f5a90a1a8d62d96288)) | ||
* recursive installation failure due to dep cycle ([18af8a4](https://github.com/oclif/command/commit/18af8a4f042593189b50d4663771867a854da09c)) | ||
## [1.8.12](https://github.com/oclif/command/compare/v1.8.11...v1.8.12) (2021-12-09) | ||
@@ -16,0 +26,0 @@ |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.8.12", | ||
"version": "1.8.13", | ||
"author": "Salesforce", | ||
@@ -11,3 +11,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/parser": "^3.8.6", | ||
"@oclif/plugin-help": "3.2.16", | ||
"@oclif/plugin-help": "3.2.14", | ||
"debug": "^4.1.1", | ||
@@ -68,3 +68,6 @@ "semver": "^7.3.2" | ||
}, | ||
"types": "lib/index.d.ts" | ||
"types": "lib/index.d.ts", | ||
"resolutions": { | ||
"@oclif/plugin-help": "3.2.14" | ||
} | ||
} |
64662
- Removed@oclif/command@1.8.11(transitive)
- Removed@oclif/config@1.18.2(transitive)
- Removed@oclif/errors@1.3.5(transitive)
- Removed@oclif/plugin-help@3.2.16(transitive)
Updated@oclif/plugin-help@3.2.14