superprint 1.0.73 → 1.0.74
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/cli.mjs +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -19,7 +19,7 @@ const isWin = process.platform === 'win32';
|
|
|
19
19
|
// ── URLs & chemins ────────────────────────────────────────────
|
|
20
20
|
const APP_VERSION_URL = 'https://superprint.cc/version.txt';
|
|
21
21
|
const APP_ZIP_URL = 'https://app.zigmoon.com/sp213-local.zip';
|
|
22
|
-
const MIN_APP_VERSION = '1.7.
|
|
22
|
+
const MIN_APP_VERSION = '1.7.331';
|
|
23
23
|
const APP_DIR = path.join(os.homedir(), '.superprint', 'app');
|
|
24
24
|
const ZIP_PATH = path.join(os.homedir(), '.superprint', 'sp213-local.zip');
|
|
25
25
|
const VERSION_FILE = path.join(APP_DIR, 'version.txt');
|
package/package.json
CHANGED