@json-schema-tools/transpiler
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,9 @@ | ||
## [1.5.2](https://github.com/json-schema-tools/transpiler/compare/1.5.1...1.5.2) (2020-10-23) | ||
### Bug Fixes | ||
* clean up example ([19accca](https://github.com/json-schema-tools/transpiler/commit/19accca693089cf778c1758fd9cc9ba32ab8571f)) | ||
* update node-fetch ([689bc50](https://github.com/json-schema-tools/transpiler/commit/689bc502502c25357d4e6497bccc3691d5cd7b51)) | ||
## [1.5.1](https://github.com/json-schema-tools/transpiler/compare/1.5.0...1.5.1) (2020-10-23) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@json-schema-tools/transpiler", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Turn your json schema into typings for various languages. Achieve master class dev tooling.", | ||
@@ -43,3 +43,3 @@ "main": "build/index.js", | ||
"jest": "^26.6.1", | ||
"node-fetch": "^2.6.0", | ||
"node-fetch": "^2.6.1", | ||
"ts-jest": "^26.4.2", | ||
@@ -46,0 +46,0 @@ "typedoc": "^0.19.2", |
@@ -45,3 +45,3 @@ # JSON Schema Transpiler | ||
{ "title": "Donkey" }, | ||
{ "title": "YaMadda" }, | ||
{ "title": "Elephant" }, | ||
] | ||
@@ -48,0 +48,0 @@ } |
120823