atlarix 14.39.4 → 14.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -336595,7 +336595,7 @@ if (!process.env.ATLARIX_MODELS_SNAPSHOT) {
|
|
|
336595
336595
|
const shipped = path49.join(here, "models-snapshot.json.gz");
|
|
336596
336596
|
if (fs39.existsSync(shipped)) process.env.ATLARIX_MODELS_SNAPSHOT = shipped;
|
|
336597
336597
|
}
|
|
336598
|
-
var VERSION15 = false ? "dev" : "14.
|
|
336598
|
+
var VERSION15 = false ? "dev" : "14.40.0";
|
|
336599
336599
|
if (process.argv[2] === "run") process.argv.splice(2, 1);
|
|
336600
336600
|
function arg(name29) {
|
|
336601
336601
|
const i4 = process.argv.indexOf(`--${name29}`);
|
package/package.json
CHANGED