@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 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.0";
560
+ var LAUNCHER_VERSION = true ? "0.1.2" : readVersionFromPackage();
561
561
  function defaultPrint(message) {
562
562
  process.stdout.write(`${message}
563
563
  `);
@@ -586,7 +586,7 @@ function wipeProductDir(dir) {
586
586
  }
587
587
 
588
588
  // src/index.ts
589
- var LAUNCHER_VERSION = "0.1.0";
589
+ var LAUNCHER_VERSION = true ? "0.1.2" : readVersionFromPackage();
590
590
  function defaultPrint(message) {
591
591
  process.stdout.write(`${message}
592
592
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/installer-launcher",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Single-executable (SEA) launcher: sign-in, gated payload fetch, self-update. One copy ships per product.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",