@oclif/config
Advanced tools
Comparing version 1.3.61 to 1.3.62
@@ -0,1 +1,9 @@ | ||
<a name="1.3.62"></a> | ||
## [1.3.62](https://github.com/oclif/config/compare/v1.3.61...v1.3.62) (2018-03-26) | ||
### Bug Fixes | ||
* add config to hook context ([f06fa67](https://github.com/oclif/config/commit/f06fa67)) | ||
<a name="1.3.61"></a> | ||
@@ -2,0 +10,0 @@ ## [1.3.61](https://github.com/oclif/config/compare/ff29737a1990fa22e9783eb8fc7664b1f0c48f4a...v1.3.61) (2018-03-24) |
@@ -84,2 +84,3 @@ "use strict"; | ||
const context = { | ||
config: this, | ||
exit(code = 0) { errors_1.exit(code); }, | ||
@@ -86,0 +87,0 @@ log(message = '') { |
@@ -25,2 +25,3 @@ import * as Config from '.'; | ||
interface Context { | ||
config: Config.IConfig; | ||
exit(code?: number): void; | ||
@@ -27,0 +28,0 @@ error(message: string | Error, options?: { |
{ | ||
"name": "@oclif/config", | ||
"description": "base config object and standard interfaces for oclif components", | ||
"version": "1.3.61", | ||
"version": "1.3.62", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/config/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
80908
1216