@retter/rio-generator
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -76,3 +76,2 @@ "use strict"; | ||
} | ||
console.log(JSON.stringify(targetLanguage.optionDefinitions)); | ||
index = targetLanguage.optionDefinitions.findIndex(function (i) { return i.name === 'just-types'; }); | ||
@@ -79,0 +78,0 @@ if (index !== -1) |
{ | ||
"name": "@retter/rio-generator", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "retter io proxy class helper generator", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -41,3 +41,2 @@ import { quicktype, InputData, JSONSchemaInput, FetchingJSONSchemaStore } from 'quicktype-core' | ||
console.log(JSON.stringify(targetLanguage.optionDefinitions)) | ||
let index = targetLanguage.optionDefinitions.findIndex(i => i.name === 'just-types') | ||
@@ -44,0 +43,0 @@ if (index !== -1) targetLanguage.optionDefinitions[index].defaultValue = true |
Sorry, the diff of this file is not supported yet
100666
1513