Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/ikatyang/vnopts/compare/v1.0.0...v1.0.1) (2018-08-29) | ||
### Bug Fixes | ||
* tweak wording for commonDeprecatedHandler ([#4](https://github.com/ikatyang/vnopts/issues/4)) ([38c25f2](https://github.com/ikatyang/vnopts/commit/38c25f2)) | ||
<a name="1.0.0"></a> | ||
@@ -7,0 +15,0 @@ # 1.0.0 (2018-08-28) |
@@ -11,3 +11,3 @@ "use strict"; | ||
if (redirectTo) { | ||
messages.push(`now treats it as ${chalk_1.default.blue(typeof redirectTo === 'string' | ||
messages.push(`we now treat it as ${chalk_1.default.blue(typeof redirectTo === 'string' | ||
? descriptor.key(redirectTo) | ||
@@ -14,0 +14,0 @@ : descriptor.pair(redirectTo))}`); |
{ | ||
"name": "vnopts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "validate and normalize options", | ||
@@ -38,5 +38,5 @@ "main": "lib/index.js", | ||
"strip-ansi": "4.0.0", | ||
"ts-jest": "23.1.3", | ||
"ts-jest": "23.1.4", | ||
"tslint": "5.11.0", | ||
"tslint-config-prettier": "1.14.0", | ||
"tslint-config-prettier": "1.15.0", | ||
"tslint-plugin-prettier": "1.3.0", | ||
@@ -43,0 +43,0 @@ "typescript": "3.0.1" |
@@ -41,3 +41,3 @@ # vnopts | ||
//=> { parser: "flow" } | ||
// warning: `useFlowParser` is deprecated, now treats it as `{ parser: "flow" }`. | ||
// warning: `useFlowParser` is deprecated, we now treat it as `{ parser: "flow" }`. | ||
@@ -44,0 +44,0 @@ vnopts.normalize({ parser: 'none' }, schemas); |
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
51056