superprint 1.0.90 → 1.0.92
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.375';
|
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superprint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.92",
|
|
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",
|