Comparing version 0.0.34-aplha.1 to 0.0.34
@@ -24,2 +24,12 @@ #!/usr/bin/env node | ||
var __assign = function() { | ||
__assign = Object.assign || function __assign(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
function __rest(s, e) { | ||
@@ -219,4 +229,6 @@ var t = {}; | ||
fileConfig = getConfigFromFile(configPath); | ||
compileOptions = ((fileConfig === null || fileConfig === void 0 ? void 0 : fileConfig.compile) || | ||
compileCommandOptions); | ||
compileOptions = compileCommandOptions; | ||
if (fileConfig === null || fileConfig === void 0 ? void 0 : fileConfig.compile) { | ||
compileOptions = __assign(__assign({}, fileConfig.compile), compileOptions); | ||
} | ||
try { | ||
@@ -223,0 +235,0 @@ compileCommand(compileOptions); |
{ | ||
"name": "lisan-cli", | ||
"version": "0.0.34-aplha.1", | ||
"version": "0.0.34", | ||
"description": "Lisan CLI - Automate generating dictionaries", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"json5": "2.1.1", | ||
"lisan-compiler": "^0.0.34-aplha.1", | ||
"lisan-compiler": "^0.0.34", | ||
"read-env": "1.3.0", | ||
@@ -56,3 +56,4 @@ "yargs": "15.1.0" | ||
"@types/yargs": "15.0.3" | ||
} | ||
}, | ||
"gitHead": "3df8848031e220f0e952c7e986f12955e4236d19" | ||
} |
Sorry, the diff of this file is not supported yet
44461
274
Updatedlisan-compiler@^0.0.34