gutterpress 0.10.0-beta.1 → 0.10.0
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/dist/api/index.js +2 -2
- package/dist/{audit-85zn35v8.js → audit-cvarpa72.js} +4 -4
- package/dist/{build-1faqmp0y.js → build-6r502chw.js} +4 -4
- package/dist/{cli-7e79d7se.js → cli-149edp6b.js} +1 -1
- package/dist/{cli-v935c2ws.js → cli-cqtggsng.js} +1 -1
- package/dist/{cli-5tffrg48.js → cli-eq5naw4m.js} +136 -122
- package/dist/{cli-afm8pa0h.js → cli-zfcryxg8.js} +2 -2
- package/dist/cli.js +15 -15
- package/dist/{doctor-69v5c9wy.js → doctor-akvxbtjb.js} +2 -2
- package/dist/{engine-nbfdy0pp.js → engine-b159tbns.js} +2 -2
- package/dist/{engine-hrtn0b28.js → engine-ft4cr3ep.js} +1 -1
- package/dist/{gutterpress-viewer-fb6fhwsy.js → gutterpress-viewer-te8g5grx.js} +55 -21
- package/dist/{index-052x5fef.js → index-ge7q9xj3.js} +244 -230
- package/dist/{index-wsydvp08.js → index-wq3r5pj7.js} +1 -1
- package/dist/{index-c2b6gyeg.js → index-ycpvr0am.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/lib/build-staging.d.ts +51 -0
- package/dist/{lint-17404bsx.js → lint-p2sw53d9.js} +4 -4
- package/dist/{new-vsgpxzek.js → new-hvq0x91q.js} +4 -4
- package/dist/{plugin-s4yfpx6p.js → plugin-pssmk0dx.js} +4 -4
- package/dist/{preflight-1h3apvqh.js → preflight-4j00yd0g.js} +4 -4
- package/dist/{preview-cqf383g4.js → preview-d4s6gk6p.js} +4 -4
- package/dist/{preview-interface-hg5eqv88.js → preview-interface-0ssk8bmm.js} +4 -2
- package/dist/{publish-arvycera.js → publish-tkc26en7.js} +4 -4
- package/dist/{repair-vmwh2bhe.js → repair-2va4w12t.js} +4 -4
- package/dist/{validate-ztzq7p35.js → validate-w9vfefrw.js} +4 -4
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
addNpmPlugin,
|
|
3
3
|
parseNpmPluginSpec
|
|
4
|
-
} from "./cli-
|
|
5
|
-
import"./cli-
|
|
4
|
+
} from "./cli-eq5naw4m.js";
|
|
5
|
+
import"./cli-cqtggsng.js";
|
|
6
6
|
import {
|
|
7
7
|
UsageError,
|
|
8
8
|
rejectExtraPositionals,
|
|
9
9
|
rejectUnknownFlags
|
|
10
|
-
} from "./cli-
|
|
11
|
-
import"./cli-
|
|
10
|
+
} from "./cli-149edp6b.js";
|
|
11
|
+
import"./cli-zfcryxg8.js";
|
|
12
12
|
import"./cli-c41yr7he.js";
|
|
13
13
|
import {
|
|
14
14
|
EXIT_CODES
|
|
@@ -2,16 +2,16 @@ import {
|
|
|
2
2
|
executeValidation,
|
|
3
3
|
publishTargetFor,
|
|
4
4
|
reportMissingTools
|
|
5
|
-
} from "./cli-
|
|
5
|
+
} from "./cli-eq5naw4m.js";
|
|
6
6
|
import {
|
|
7
7
|
log
|
|
8
|
-
} from "./cli-
|
|
8
|
+
} from "./cli-cqtggsng.js";
|
|
9
9
|
import {
|
|
10
10
|
UsageError,
|
|
11
11
|
rejectExtraPositionals,
|
|
12
12
|
rejectUnknownFlags
|
|
13
|
-
} from "./cli-
|
|
14
|
-
import"./cli-
|
|
13
|
+
} from "./cli-149edp6b.js";
|
|
14
|
+
import"./cli-zfcryxg8.js";
|
|
15
15
|
import"./cli-c41yr7he.js";
|
|
16
16
|
import {
|
|
17
17
|
EXIT_CODES
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
runBuild,
|
|
7
7
|
splitOutPath,
|
|
8
8
|
startPreviewServer
|
|
9
|
-
} from "./cli-
|
|
9
|
+
} from "./cli-eq5naw4m.js";
|
|
10
10
|
import {
|
|
11
11
|
log
|
|
12
|
-
} from "./cli-
|
|
12
|
+
} from "./cli-cqtggsng.js";
|
|
13
13
|
import {
|
|
14
14
|
UsageError,
|
|
15
15
|
parseEngine,
|
|
@@ -18,8 +18,8 @@ import {
|
|
|
18
18
|
rejectExtraPositionals,
|
|
19
19
|
rejectUnknownFlags,
|
|
20
20
|
resolvePort
|
|
21
|
-
} from "./cli-
|
|
22
|
-
import"./cli-
|
|
21
|
+
} from "./cli-149edp6b.js";
|
|
22
|
+
import"./cli-zfcryxg8.js";
|
|
23
23
|
import"./cli-c41yr7he.js";
|
|
24
24
|
import {
|
|
25
25
|
BuildError
|
|
@@ -744,8 +744,10 @@
|
|
|
744
744
|
// `setSpread()` does the real relayout: `column-wrap: wrap` wraps each
|
|
745
745
|
// chapter's columns into a 2-column grid so content, not just sheet
|
|
746
746
|
// chrome, actually moves into pairs — see fragment.ts's
|
|
747
|
-
// `applySpreadMode
|
|
748
|
-
//
|
|
747
|
+
// `applySpreadMode`, which no-ops to single-row where CSS
|
|
748
|
+
// `column-wrap`/`column-height` are unavailable (Chromium < 145).
|
|
749
|
+
// The guard below is a LIB-version check, not a browser one: a
|
|
750
|
+
// hot-updated shell may be paired with an older bundled viewer.
|
|
749
751
|
if (window.Gutterpress && typeof window.Gutterpress.setSpread === 'function') {
|
|
750
752
|
window.Gutterpress.setSpread(currentViewMode !== 'single');
|
|
751
753
|
}
|
|
@@ -7,17 +7,17 @@ import {
|
|
|
7
7
|
publishCredentialKey,
|
|
8
8
|
publishProviderFor,
|
|
9
9
|
runPublish
|
|
10
|
-
} from "./cli-
|
|
10
|
+
} from "./cli-eq5naw4m.js";
|
|
11
11
|
import {
|
|
12
12
|
FileTokenStore,
|
|
13
13
|
log
|
|
14
|
-
} from "./cli-
|
|
14
|
+
} from "./cli-cqtggsng.js";
|
|
15
15
|
import {
|
|
16
16
|
UsageError,
|
|
17
17
|
rejectExtraPositionals,
|
|
18
18
|
rejectUnknownFlags
|
|
19
|
-
} from "./cli-
|
|
20
|
-
import"./cli-
|
|
19
|
+
} from "./cli-149edp6b.js";
|
|
20
|
+
import"./cli-zfcryxg8.js";
|
|
21
21
|
import"./cli-c41yr7he.js";
|
|
22
22
|
import {
|
|
23
23
|
EXIT_CODES
|
|
@@ -5,17 +5,17 @@ import {
|
|
|
5
5
|
isUnbornRepo,
|
|
6
6
|
repairRepo,
|
|
7
7
|
verifyRepoReadable
|
|
8
|
-
} from "./cli-
|
|
8
|
+
} from "./cli-eq5naw4m.js";
|
|
9
9
|
import {
|
|
10
10
|
FileTokenStore,
|
|
11
11
|
defaultConfigDir
|
|
12
|
-
} from "./cli-
|
|
12
|
+
} from "./cli-cqtggsng.js";
|
|
13
13
|
import {
|
|
14
14
|
UsageError,
|
|
15
15
|
rejectExtraPositionals,
|
|
16
16
|
rejectUnknownFlags
|
|
17
|
-
} from "./cli-
|
|
18
|
-
import"./cli-
|
|
17
|
+
} from "./cli-149edp6b.js";
|
|
18
|
+
import"./cli-zfcryxg8.js";
|
|
19
19
|
import"./cli-c41yr7he.js";
|
|
20
20
|
import"./cli-46ycxe6r.js";
|
|
21
21
|
import"./cli-k1065rkg.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeAndReport
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-eq5naw4m.js";
|
|
4
4
|
import {
|
|
5
5
|
log
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-cqtggsng.js";
|
|
7
7
|
import {
|
|
8
8
|
UsageError,
|
|
9
9
|
rejectExtraPositionals,
|
|
10
10
|
rejectUnknownFlags
|
|
11
|
-
} from "./cli-
|
|
12
|
-
import"./cli-
|
|
11
|
+
} from "./cli-149edp6b.js";
|
|
12
|
+
import"./cli-zfcryxg8.js";
|
|
13
13
|
import"./cli-c41yr7he.js";
|
|
14
14
|
import {
|
|
15
15
|
EXIT_CODES
|
package/package.json
CHANGED