leaf-converter
Advanced tools
Comparing version 1.6.1 to 1.7.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.7.0"></a> | ||
# [1.7.0](https://github.com/forsigner/leaf-converter/compare/v1.6.1...v1.7.0) (2018-01-17) | ||
### Features | ||
* improve md-to-schema ([facbbc5](https://github.com/forsigner/leaf-converter/commit/facbbc5)) | ||
<a name="1.6.1"></a> | ||
@@ -7,0 +17,0 @@ ## [1.6.1](https://github.com/forsigner/leaf-converter/compare/v1.6.0...v1.6.1) (2018-01-17) |
@@ -57,4 +57,7 @@ 'use strict'; | ||
mock: { | ||
delay: ymlObj.delay, | ||
enable: ymlObj.mock | ||
options: { | ||
delay: ymlObj.delay, | ||
enable: ymlObj.mock | ||
}, | ||
data: {} | ||
}, | ||
@@ -61,0 +64,0 @@ scene: {}, |
{ | ||
"name": "leaf-converter", | ||
"description": "", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
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
31898
806