@oclif/core
Advanced tools
Comparing version 0.5.14 to 0.5.15
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.5.15](https://github.com/oclif/core/compare/v0.5.14...v0.5.15) (2021-06-24) | ||
### Bug Fixes | ||
* return type on toSuccessJson ([e2a9751](https://github.com/oclif/core/commit/e2a9751c84d5582ff4f0b3e24b12b198c0318dd1)) | ||
### [0.5.14](https://github.com/oclif/core/compare/v0.5.13...v0.5.14) (2021-06-17) | ||
@@ -7,0 +14,0 @@ |
@@ -95,4 +95,4 @@ import * as Interfaces from './interfaces'; | ||
protected finally(_: Error | undefined): Promise<any>; | ||
protected toSuccessJson<T>(result: T): T; | ||
protected toSuccessJson<T>(result: T): any; | ||
protected toErrorJson(err: any): any; | ||
} |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues", |
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
184014