superprint 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/cli.mjs +2 -2
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -18,7 +18,7 @@ const isWin = process.platform === 'win32';
18
18
 
19
19
  // ── URLs & chemins ────────────────────────────────────────────
20
20
  const APP_VERSION_URL = 'https://superprint.cc/version.txt';
21
- const APP_ZIP_URL = 'https://superprint.cc/sp213-local.zip';
21
+ const APP_ZIP_URL = 'https://app.zigmoon.com/sp213-local.zip';
22
22
  const APP_DIR = path.join(os.homedir(), '.superprint', 'app');
23
23
  const ZIP_PATH = path.join(os.homedir(), '.superprint', 'sp213-local.zip');
24
24
  const VERSION_FILE = path.join(APP_DIR, 'version.txt');
@@ -59,7 +59,7 @@ function fail(m) {
59
59
  console.log('');
60
60
  console.log(C.bgRed + C.white + ' ERREUR ' + C.reset);
61
61
  console.log(C.red + ' ' + m + C.reset);
62
- console.log(C.dim + ' Téléchargez manuellement : https://superprint.cc/sp213-local.zip' + C.reset);
62
+ console.log(C.dim + ' Téléchargez manuellement : https://app.zigmoon.com/sp213-local.zip' + C.reset);
63
63
  }
64
64
 
65
65
  // ── Helpers réseau ────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superprint",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SuperPrint — logiciel de PAO (mise en page) gratuit + studio SP213 de maquettes par IA. 100% local, aucun CDN, aucune donnée ne quitte votre machine.",
5
5
  "keywords": [
6
6
  "superprint",