superprint 1.0.72 → 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.
Files changed (2) hide show
  1. package/cli.mjs +1 -1
  2. 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.328';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superprint",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "description": "SuperPrint by 2.13 — free browser DTP and prepress editor. Use online at https://superprint.cc or run locally with npx.",
5
5
  "keywords": [
6
6
  "superprint",