superprint 1.0.99 → 1.0.101
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 +4 -2
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -25,8 +25,10 @@ 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
|
-
|
|
28
|
+
// 📌 Dernier plancher avancé : 1.7.483 (zip et version.txt en ligne, téléchargement
|
|
29
|
+
// vérifié octet à octet le 19/09/2026). 1.7.484 est prêt, mais son plancher
|
|
30
|
+
// n'avancera qu'APRÈS son téléversement sur app.zigmoon.com.
|
|
31
|
+
const MIN_APP_VERSION = '1.7.483';
|
|
30
32
|
const APP_DIR = path.join(os.homedir(), '.superprint', 'app');
|
|
31
33
|
const ZIP_PATH = path.join(os.homedir(), '.superprint', 'sp213-local.zip');
|
|
32
34
|
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.101",
|
|
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",
|