superprint 1.0.103 → 1.0.104
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 +5 -5
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -25,11 +25,11 @@ const APP_ZIP_URL = 'https://app.zigmoon.com/sp213-local.zip';
|
|
|
25
25
|
// le zip ET le site, sinon `npx superprint` s'arrête sur « downloaded
|
|
26
26
|
// version is invalid or older than the online version ».
|
|
27
27
|
// La version du paquet npm, elle, vit dans package.json.
|
|
28
|
-
// 📌 Dernier plancher avancé : 1.7.
|
|
29
|
-
// vérifié octet à octet le 20/09/2026 — 61
|
|
30
|
-
// sur superprint.cc
|
|
31
|
-
//
|
|
32
|
-
const MIN_APP_VERSION = '1.7.
|
|
28
|
+
// 📌 Dernier plancher avancé : 1.7.517 (zip 1.7.517 en ligne sur app.zigmoon.com,
|
|
29
|
+
// vérifié octet à octet le 20/09/2026 — 61 592 268 octets, ET `version.txt`
|
|
30
|
+
// en ligne sur superprint.cc = 1.7.517 : les deux fichiers que ce CLI lit sont
|
|
31
|
+
// donc à jour, le plancher peut les suivre).
|
|
32
|
+
const MIN_APP_VERSION = '1.7.517';
|
|
33
33
|
const APP_DIR = path.join(os.homedir(), '.superprint', 'app');
|
|
34
34
|
const ZIP_PATH = path.join(os.homedir(), '.superprint', 'sp213-local.zip');
|
|
35
35
|
const VERSION_FILE = path.join(APP_DIR, 'version.txt');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superprint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.104",
|
|
4
4
|
"description": "SuperPrint by 2.13 — professional desktop publishing (DTP) and prepress, in your browser. Free, no subscription, no account. CMYK/PDF up to 600 DPI with bleed & imposition, advanced typography, vector text export, offline PWA, the SP213 AI layout studio (local WebLLM or cloud) and the SuperTyPo font editor (decompose & reshape any typeface). Use online at https://superprint.cc or run locally with npx.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"superprint",
|