atlarix 14.52.0 → 14.52.1
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.
|
@@ -337593,7 +337593,7 @@ if (!process.env.ATLARIX_MODELS_SNAPSHOT) {
|
|
|
337593
337593
|
const shipped = path55.join(here, "models-snapshot.json.gz");
|
|
337594
337594
|
if (fs42.existsSync(shipped)) process.env.ATLARIX_MODELS_SNAPSHOT = shipped;
|
|
337595
337595
|
}
|
|
337596
|
-
var VERSION15 = false ? "dev" : "14.52.
|
|
337596
|
+
var VERSION15 = false ? "dev" : "14.52.1";
|
|
337597
337597
|
if (process.argv[2] === "run") process.argv.splice(2, 1);
|
|
337598
337598
|
function arg(name29) {
|
|
337599
337599
|
const i4 = process.argv.indexOf(`--${name29}`);
|
package/package.json
CHANGED