superprint 1.0.59 → 1.0.61

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 (3) hide show
  1. package/README.md +8 -0
  2. package/cli.mjs +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  The application runs in your browser on Windows, macOS and Linux. Your projects use SuperPrint's native editable `.sp` format and remain on your computer unless you explicitly export or send content to an optional cloud AI provider.
6
6
 
7
+ ## Use SuperPrint online
8
+
9
+ No installation is required. Open the official web application:
10
+
11
+ ### [https://superprint.cc](https://superprint.cc)
12
+
13
+ Use the npm launcher below when you prefer to run SuperPrint locally on your computer.
14
+
7
15
  ## Start with one command
8
16
 
9
17
  Prerequisite: [Node.js 18+](https://nodejs.org) (npm included).
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.318';
22
+ const MIN_APP_VERSION = '1.7.319';
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,7 +1,7 @@
1
1
  {
2
2
  "name": "superprint",
3
- "version": "1.0.59",
4
- "description": "SuperPrint by 2.13 — free, local-first browser DTP and prepress editor with the SP213 AI layout studio.",
3
+ "version": "1.0.61",
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",
7
7
  "sp213",