atlarix 14.46.1 → 14.47.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.
|
@@ -339576,7 +339576,7 @@ if (!process.env.ATLARIX_MODELS_SNAPSHOT) {
|
|
|
339576
339576
|
const shipped = path51.join(here, "models-snapshot.json.gz");
|
|
339577
339577
|
if (fs41.existsSync(shipped)) process.env.ATLARIX_MODELS_SNAPSHOT = shipped;
|
|
339578
339578
|
}
|
|
339579
|
-
var VERSION15 = false ? "dev" : "14.
|
|
339579
|
+
var VERSION15 = false ? "dev" : "14.47.0";
|
|
339580
339580
|
if (process.argv[2] === "run") process.argv.splice(2, 1);
|
|
339581
339581
|
function arg(name29) {
|
|
339582
339582
|
const i4 = process.argv.indexOf(`--${name29}`);
|
package/package.json
CHANGED