@journeyapps/cloudcode-build
Advanced tools
Comparing version 1.10.2 to 1.11.0
{ | ||
"name": "@journeyapps/cloudcode-build", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"main": "./lib/index.js", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"@journeyapps/parser-schema": "^6.0.0", | ||
"typescript": "^4.0.2", | ||
"typescript": "^4.3.3", | ||
"xmldom": "^0.1.27", | ||
@@ -19,0 +19,0 @@ "yargs": "^13.3.0" |
{ | ||
"compilerOptions": { | ||
"target": "es2018", | ||
"lib": ["es2018"], | ||
"target": "es2020", | ||
"lib": ["es2020"], | ||
"module": "commonjs", | ||
@@ -6,0 +6,0 @@ "allowJs": true, |
Updatedtypescript@^4.3.3