@json-schema-tools/transpiler
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -0,1 +1,8 @@ | ||
## [1.5.5](https://github.com/json-schema-tools/transpiler/compare/1.5.4...1.5.5) (2020-10-28) | ||
### Bug Fixes | ||
* update meta-schema ([89ead9e](https://github.com/json-schema-tools/transpiler/commit/89ead9e1681c55b12d19a1fb31e2c645dbd12367)) | ||
## [1.5.4](https://github.com/json-schema-tools/transpiler/compare/1.5.3...1.5.4) (2020-10-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/transpiler", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "Turn your json schema into typings for various languages. Achieve master class dev tooling.", | ||
@@ -31,3 +31,3 @@ "main": "build/index.js", | ||
"@json-schema-tools/dereferencer": "^1.2.8", | ||
"@json-schema-tools/meta-schema": "^1.5.8", | ||
"@json-schema-tools/meta-schema": "^1.5.9", | ||
"@types/inquirer": "^7.3.1", | ||
@@ -34,0 +34,0 @@ "@types/jest": "^26.0.15", |
121534