@mutmutco/installer-launcher 0.1.1 → 0.1.2
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.
- package/dist/launcher.js +2 -2
- package/dist/launcher.sea.cjs +1 -1
- package/package.json +1 -1
package/dist/launcher.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// src/index.ts
|
|
4
4
|
import { spawnSync } from "node:child_process";
|
|
5
5
|
import { existsSync as existsSync3, readFileSync as readFileSync3 } from "node:fs";
|
|
6
|
-
import { join as join3, resolve } from "node:path";
|
|
6
|
+
import { dirname as dirname2, join as join3, resolve } from "node:path";
|
|
7
7
|
import { fileURLToPath, pathToFileURL as pathToFileURL2 } from "node:url";
|
|
8
8
|
|
|
9
9
|
// src/config.ts
|
|
@@ -557,7 +557,7 @@ function wipeProductDir(dir) {
|
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
// src/index.ts
|
|
560
|
-
var LAUNCHER_VERSION = "0.1.
|
|
560
|
+
var LAUNCHER_VERSION = true ? "0.1.2" : readVersionFromPackage();
|
|
561
561
|
function defaultPrint(message) {
|
|
562
562
|
process.stdout.write(`${message}
|
|
563
563
|
`);
|
package/dist/launcher.sea.cjs
CHANGED
package/package.json
CHANGED