@ombori/ts-schema
Advanced tools
Comparing version 2.39.3 to 2.65.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.65.5](https://github.com/ombori/gridapp/compare/v2.65.4...v2.65.5) (2021-06-09) | ||
### Bug Fixes | ||
* ts-schema version bump ([9a6d42a](https://github.com/ombori/gridapp/commit/9a6d42a29d7bda45f6b381d4fcd22c599f54a473)) | ||
## [2.39.3](https://github.com/ombori/gridapp/compare/v2.39.2...v2.39.3) (2021-03-25) | ||
@@ -8,0 +19,0 @@ |
@@ -54,2 +54,3 @@ #!/usr/bin/env node | ||
topRef: false, | ||
skipTypeCheck: true, | ||
}; | ||
@@ -56,0 +57,0 @@ |
{ | ||
"name": "@ombori/ts-schema", | ||
"version": "2.39.3", | ||
"version": "2.65.5", | ||
"description": "", | ||
@@ -13,7 +13,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"ts-json-schema-generator": "^0.68.1" | ||
"ts-json-schema-generator": "^0.93.0" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"gitHead": "22f083abc779d5bae07e6d40ce6e08d9f00e198a" | ||
"gitHead": "3a47b8649f04e487a382f90a6abbfb5511eb8463" | ||
} |
7463
109
+ Addedcommander@7.2.0(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedts-json-schema-generator@0.93.0(transitive)
+ Addedtypescript@4.3.5(transitive)
- Removedcommander@5.1.0(transitive)
- Removedglob@7.1.7(transitive)
- Removedts-json-schema-generator@0.68.1(transitive)
- Removedtypescript@3.9.10(transitive)