@ombori/ts-schema
Advanced tools
Comparing version 3.53.0 to 3.53.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.53.1](https://github.com/ombori/gridapp/compare/v3.53.0...v3.53.1) (2023-07-11) | ||
### Bug Fixes | ||
* typo ([6035052](https://github.com/ombori/gridapp/commit/6035052487fd6d4532fa6d5b0c7e9afc86dafb61)) | ||
# [3.53.0](https://github.com/ombori/gridapp/compare/v3.52.0...v3.53.0) (2023-07-11) | ||
@@ -8,0 +19,0 @@ |
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
metaSchema['ui:options'] = | ||
typeof uiOptions === 'string' ? eval('(' + str + ')') : uiOptions; | ||
typeof uiOptions === 'string' ? eval('(' + uiOptions + ')') : uiOptions; | ||
} catch (e) { | ||
@@ -23,0 +23,0 @@ metaSchema['ui:options'] = {}; |
{ | ||
"name": "@ombori/ts-schema", | ||
"version": "3.53.0", | ||
"version": "3.53.1", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"gitHead": "d62642767a53c78f67dda1eb0b5b5172aa99349b" | ||
"gitHead": "dc84697016c9b4e4b4d43bc882f837e58bb76100" | ||
} |
10530