gutterpress 0.10.8-beta.1 → 0.10.8
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 +1 -1
- package/dist/{audit-ckbmgzpk.js → audit-m3ce9pvq.js} +3 -3
- package/dist/{build-sgpyjx5n.js → build-qnecb3a1.js} +3 -3
- package/dist/{cli-wvw2msvn.js → cli-1hx14cgk.js} +2 -2
- package/dist/{cli-v1ma3v2s.js → cli-vcv5ewqj.js} +1 -1
- package/dist/{cli-pw6z15yv.js → cli-vxf151ea.js} +1 -1
- package/dist/cli.js +16 -16
- package/dist/{doctor-59dwzq4r.js → doctor-qvqye1wd.js} +2 -2
- package/dist/{index-m00n6sz4.js → index-dfw8hn8q.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{lint-9xhz0bsw.js → lint-3p1s8agk.js} +3 -3
- package/dist/{new-5drcm5am.js → new-xffarp40.js} +3 -3
- package/dist/{plugin-sc6zfwre.js → plugin-b05ck7zd.js} +3 -3
- package/dist/{preflight-g31c4060.js → preflight-z6xpty9w.js} +3 -3
- package/dist/{preview-w1pqpq2g.js → preview-xa1n7why.js} +3 -3
- package/dist/{publish-es72yhd8.js → publish-zgmr99kd.js} +3 -3
- package/dist/{theme-msr4ctky.js → theme-m9dtxkhj.js} +3 -3
- package/dist/{validate-tsgprng7.js → validate-43hqgzz5.js} +3 -3
- package/package.json +1 -1
package/dist/api/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeAndReport
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-1hx14cgk.js";
|
|
4
4
|
import {
|
|
5
5
|
log
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-vxf151ea.js";
|
|
7
7
|
import {
|
|
8
8
|
UsageError,
|
|
9
9
|
rejectExtraPositionals,
|
|
10
10
|
rejectUnknownFlags
|
|
11
|
-
} from "./cli-
|
|
11
|
+
} from "./cli-vcv5ewqj.js";
|
|
12
12
|
import"./cli-4vtgt2ng.js";
|
|
13
13
|
import"./cli-c41yr7he.js";
|
|
14
14
|
import {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runBuild,
|
|
3
3
|
splitOutPath
|
|
4
|
-
} from "./cli-
|
|
4
|
+
} from "./cli-1hx14cgk.js";
|
|
5
5
|
import {
|
|
6
6
|
log
|
|
7
|
-
} from "./cli-
|
|
7
|
+
} from "./cli-vxf151ea.js";
|
|
8
8
|
import {
|
|
9
9
|
UsageError,
|
|
10
10
|
parseEngine,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
parsePdfxFlavor,
|
|
13
13
|
rejectExtraPositionals,
|
|
14
14
|
rejectUnknownFlags
|
|
15
|
-
} from "./cli-
|
|
15
|
+
} from "./cli-vcv5ewqj.js";
|
|
16
16
|
import"./cli-4vtgt2ng.js";
|
|
17
17
|
import"./cli-c41yr7he.js";
|
|
18
18
|
import {
|
|
@@ -13,12 +13,12 @@ import {
|
|
|
13
13
|
stampCreator,
|
|
14
14
|
stripAnnotations,
|
|
15
15
|
warn
|
|
16
|
-
} from "./cli-
|
|
16
|
+
} from "./cli-vxf151ea.js";
|
|
17
17
|
import {
|
|
18
18
|
DEBOUNCE,
|
|
19
19
|
UsageError,
|
|
20
20
|
resolvePort
|
|
21
|
-
} from "./cli-
|
|
21
|
+
} from "./cli-vcv5ewqj.js";
|
|
22
22
|
import {
|
|
23
23
|
MARGIN_BOX_IGNORED_PROPERTIES,
|
|
24
24
|
RENDER_TIMEOUT_MS,
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
// package.json
|
|
5
5
|
var package_default = {
|
|
6
6
|
name: "gutterpress",
|
|
7
|
-
version: "0.10.8
|
|
7
|
+
version: "0.10.8",
|
|
8
8
|
description: "Markdown-to-PDF converter for professional print layout using a native Chromium print engine and Ghostscript.",
|
|
9
9
|
author: "itlackey",
|
|
10
10
|
license: "MPL-2.0",
|
package/dist/cli.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
UsageError,
|
|
7
7
|
package_default,
|
|
8
8
|
rejectUnknownFlags
|
|
9
|
-
} from "./cli-
|
|
9
|
+
} from "./cli-vcv5ewqj.js";
|
|
10
10
|
import {
|
|
11
11
|
EXIT_CODES
|
|
12
12
|
} from "./cli-46ycxe6r.js";
|
|
@@ -18,17 +18,17 @@ import {
|
|
|
18
18
|
import { defineCommand, parseArgs, runMain } from "citty";
|
|
19
19
|
import { statSync } from "node:fs";
|
|
20
20
|
var SUBCOMMANDS = {
|
|
21
|
-
new: () => import("./new-
|
|
22
|
-
preview: () => import("./preview-
|
|
23
|
-
build: () => import("./build-
|
|
24
|
-
publish: () => import("./publish-
|
|
25
|
-
lint: () => import("./lint-
|
|
26
|
-
validate: () => import("./validate-
|
|
27
|
-
audit: () => import("./audit-
|
|
28
|
-
preflight: () => import("./preflight-
|
|
29
|
-
doctor: () => import("./doctor-
|
|
30
|
-
plugin: () => import("./plugin-
|
|
31
|
-
theme: () => import("./theme-
|
|
21
|
+
new: () => import("./new-xffarp40.js").then((m) => m.default),
|
|
22
|
+
preview: () => import("./preview-xa1n7why.js").then((m) => m.default),
|
|
23
|
+
build: () => import("./build-qnecb3a1.js").then((m) => m.default),
|
|
24
|
+
publish: () => import("./publish-zgmr99kd.js").then((m) => m.default),
|
|
25
|
+
lint: () => import("./lint-3p1s8agk.js").then((m) => m.default),
|
|
26
|
+
validate: () => import("./validate-43hqgzz5.js").then((m) => m.default),
|
|
27
|
+
audit: () => import("./audit-m3ce9pvq.js").then((m) => m.default),
|
|
28
|
+
preflight: () => import("./preflight-z6xpty9w.js").then((m) => m.default),
|
|
29
|
+
doctor: () => import("./doctor-qvqye1wd.js").then((m) => m.default),
|
|
30
|
+
plugin: () => import("./plugin-b05ck7zd.js").then((m) => m.default),
|
|
31
|
+
theme: () => import("./theme-m9dtxkhj.js").then((m) => m.default)
|
|
32
32
|
};
|
|
33
33
|
var VERSION = package_default.version;
|
|
34
34
|
var main = defineCommand({
|
|
@@ -53,7 +53,7 @@ async function preflightRequiredInvocations(rawArgs) {
|
|
|
53
53
|
const [command, ...commandArgs] = rawArgs;
|
|
54
54
|
try {
|
|
55
55
|
if (command === "new") {
|
|
56
|
-
const { newArgs } = await import("./new-
|
|
56
|
+
const { newArgs } = await import("./new-xffarp40.js");
|
|
57
57
|
rejectUnknownFlags(commandArgs, newArgs, "new");
|
|
58
58
|
const parsed = parseArgs(commandArgs, {
|
|
59
59
|
...newArgs,
|
|
@@ -65,7 +65,7 @@ async function preflightRequiredInvocations(rawArgs) {
|
|
|
65
65
|
return;
|
|
66
66
|
}
|
|
67
67
|
if (command === "preflight") {
|
|
68
|
-
const { preflightArgs } = await import("./preflight-
|
|
68
|
+
const { preflightArgs } = await import("./preflight-z6xpty9w.js");
|
|
69
69
|
rejectUnknownFlags(commandArgs, preflightArgs, "preflight");
|
|
70
70
|
const parsed = parseArgs(commandArgs, {
|
|
71
71
|
...preflightArgs,
|
|
@@ -88,7 +88,7 @@ async function preflightRequiredInvocations(rawArgs) {
|
|
|
88
88
|
if (subcommand !== "add") {
|
|
89
89
|
throw new UsageError(`gutterpress plugin: unknown command "${subcommand}"`);
|
|
90
90
|
}
|
|
91
|
-
const { pluginAddArgs } = await import("./plugin-
|
|
91
|
+
const { pluginAddArgs } = await import("./plugin-b05ck7zd.js");
|
|
92
92
|
rejectUnknownFlags(subcommandArgs, pluginAddArgs, "plugin add");
|
|
93
93
|
const parsed = parseArgs(subcommandArgs, {
|
|
94
94
|
...pluginAddArgs,
|
|
@@ -118,7 +118,7 @@ async function preflightRequiredInvocations(rawArgs) {
|
|
|
118
118
|
themeApplyArgs,
|
|
119
119
|
themeImportArgs,
|
|
120
120
|
themeRemoveArgs
|
|
121
|
-
} = await import("./theme-
|
|
121
|
+
} = await import("./theme-m9dtxkhj.js");
|
|
122
122
|
const [positionalKey, positionalLabel, commandArgsDef] = subcommand === "apply" ? ["id", "ID", themeApplyArgs] : subcommand === "import" ? ["source", "SOURCE", themeImportArgs] : ["id", "ID", themeRemoveArgs];
|
|
123
123
|
rejectUnknownFlags(subcommandArgs, commandArgsDef, `theme ${subcommand}`);
|
|
124
124
|
const parsed = parseArgs(subcommandArgs, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getSystemDiagnostics,
|
|
3
3
|
log
|
|
4
|
-
} from "./cli-
|
|
4
|
+
} from "./cli-vxf151ea.js";
|
|
5
5
|
import {
|
|
6
6
|
UsageError,
|
|
7
7
|
rejectExtraPositionals,
|
|
8
8
|
rejectUnknownFlags
|
|
9
|
-
} from "./cli-
|
|
9
|
+
} from "./cli-vcv5ewqj.js";
|
|
10
10
|
import"./cli-c41yr7he.js";
|
|
11
11
|
import"./cli-46ycxe6r.js";
|
|
12
12
|
import"./cli-37x76zdn.js";
|
|
@@ -4675,7 +4675,7 @@ import git from "isomorphic-git";
|
|
|
4675
4675
|
// package.json
|
|
4676
4676
|
var package_default = {
|
|
4677
4677
|
name: "gutterpress",
|
|
4678
|
-
version: "0.10.8
|
|
4678
|
+
version: "0.10.8",
|
|
4679
4679
|
description: "Markdown-to-PDF converter for professional print layout using a native Chromium print engine and Ghostscript.",
|
|
4680
4680
|
author: "itlackey",
|
|
4681
4681
|
license: "MPL-2.0",
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MANIFEST_FILENAMES,
|
|
3
3
|
runLint
|
|
4
|
-
} from "./cli-
|
|
4
|
+
} from "./cli-1hx14cgk.js";
|
|
5
5
|
import {
|
|
6
6
|
log
|
|
7
|
-
} from "./cli-
|
|
7
|
+
} from "./cli-vxf151ea.js";
|
|
8
8
|
import {
|
|
9
9
|
UsageError,
|
|
10
10
|
rejectExtraPositionals,
|
|
11
11
|
rejectUnknownFlags
|
|
12
|
-
} from "./cli-
|
|
12
|
+
} from "./cli-vcv5ewqj.js";
|
|
13
13
|
import"./cli-4vtgt2ng.js";
|
|
14
14
|
import"./cli-c41yr7he.js";
|
|
15
15
|
import {
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
TARGET_IDS,
|
|
8
8
|
scaffoldExtension,
|
|
9
9
|
scaffoldProject
|
|
10
|
-
} from "./cli-
|
|
10
|
+
} from "./cli-1hx14cgk.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveGhostscript
|
|
13
|
-
} from "./cli-
|
|
13
|
+
} from "./cli-vxf151ea.js";
|
|
14
14
|
import {
|
|
15
15
|
UsageError,
|
|
16
16
|
rejectExtraPositionals,
|
|
17
17
|
rejectUnknownFlags
|
|
18
|
-
} from "./cli-
|
|
18
|
+
} from "./cli-vcv5ewqj.js";
|
|
19
19
|
import"./cli-4vtgt2ng.js";
|
|
20
20
|
import {
|
|
21
21
|
isToolAvailable
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
addNpmPlugin,
|
|
3
3
|
parseNpmPluginSpec
|
|
4
|
-
} from "./cli-
|
|
5
|
-
import"./cli-
|
|
4
|
+
} from "./cli-1hx14cgk.js";
|
|
5
|
+
import"./cli-vxf151ea.js";
|
|
6
6
|
import {
|
|
7
7
|
UsageError,
|
|
8
8
|
exitForUsage,
|
|
9
9
|
rejectExtraPositionals,
|
|
10
10
|
rejectUnknownFlags
|
|
11
|
-
} from "./cli-
|
|
11
|
+
} from "./cli-vcv5ewqj.js";
|
|
12
12
|
import"./cli-4vtgt2ng.js";
|
|
13
13
|
import"./cli-c41yr7he.js";
|
|
14
14
|
import {
|
|
@@ -2,15 +2,15 @@ import {
|
|
|
2
2
|
executeValidation,
|
|
3
3
|
publishTargetFor,
|
|
4
4
|
reportMissingTools
|
|
5
|
-
} from "./cli-
|
|
5
|
+
} from "./cli-1hx14cgk.js";
|
|
6
6
|
import {
|
|
7
7
|
log
|
|
8
|
-
} from "./cli-
|
|
8
|
+
} from "./cli-vxf151ea.js";
|
|
9
9
|
import {
|
|
10
10
|
UsageError,
|
|
11
11
|
rejectExtraPositionals,
|
|
12
12
|
rejectUnknownFlags
|
|
13
|
-
} from "./cli-
|
|
13
|
+
} from "./cli-vcv5ewqj.js";
|
|
14
14
|
import"./cli-4vtgt2ng.js";
|
|
15
15
|
import"./cli-c41yr7he.js";
|
|
16
16
|
import {
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
runBuild,
|
|
7
7
|
splitOutPath,
|
|
8
8
|
startPreviewServer
|
|
9
|
-
} from "./cli-
|
|
9
|
+
} from "./cli-1hx14cgk.js";
|
|
10
10
|
import {
|
|
11
11
|
log
|
|
12
|
-
} from "./cli-
|
|
12
|
+
} from "./cli-vxf151ea.js";
|
|
13
13
|
import {
|
|
14
14
|
UsageError,
|
|
15
15
|
parseEngine,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
rejectExtraPositionals,
|
|
19
19
|
rejectUnknownFlags,
|
|
20
20
|
resolvePort
|
|
21
|
-
} from "./cli-
|
|
21
|
+
} from "./cli-vcv5ewqj.js";
|
|
22
22
|
import"./cli-4vtgt2ng.js";
|
|
23
23
|
import"./cli-c41yr7he.js";
|
|
24
24
|
import {
|
|
@@ -11,16 +11,16 @@ import {
|
|
|
11
11
|
publishProviderFor,
|
|
12
12
|
resolvePublishFormat,
|
|
13
13
|
runPublish
|
|
14
|
-
} from "./cli-
|
|
14
|
+
} from "./cli-1hx14cgk.js";
|
|
15
15
|
import {
|
|
16
16
|
FileTokenStore,
|
|
17
17
|
log
|
|
18
|
-
} from "./cli-
|
|
18
|
+
} from "./cli-vxf151ea.js";
|
|
19
19
|
import {
|
|
20
20
|
UsageError,
|
|
21
21
|
rejectExtraPositionals,
|
|
22
22
|
rejectUnknownFlags
|
|
23
|
-
} from "./cli-
|
|
23
|
+
} from "./cli-vcv5ewqj.js";
|
|
24
24
|
import"./cli-4vtgt2ng.js";
|
|
25
25
|
import"./cli-c41yr7he.js";
|
|
26
26
|
import {
|
|
@@ -11,15 +11,15 @@ import {
|
|
|
11
11
|
listProjectThemes,
|
|
12
12
|
removeProjectTheme,
|
|
13
13
|
revertTheme
|
|
14
|
-
} from "./cli-
|
|
15
|
-
import"./cli-
|
|
14
|
+
} from "./cli-1hx14cgk.js";
|
|
15
|
+
import"./cli-vxf151ea.js";
|
|
16
16
|
import {
|
|
17
17
|
UsageError,
|
|
18
18
|
exitForUsage,
|
|
19
19
|
rejectExtraPositionals,
|
|
20
20
|
rejectUnknownFlags,
|
|
21
21
|
resolveProjectDir
|
|
22
|
-
} from "./cli-
|
|
22
|
+
} from "./cli-vcv5ewqj.js";
|
|
23
23
|
import"./cli-4vtgt2ng.js";
|
|
24
24
|
import"./cli-c41yr7he.js";
|
|
25
25
|
import {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeAndReport
|
|
3
|
-
} from "./cli-
|
|
3
|
+
} from "./cli-1hx14cgk.js";
|
|
4
4
|
import {
|
|
5
5
|
log
|
|
6
|
-
} from "./cli-
|
|
6
|
+
} from "./cli-vxf151ea.js";
|
|
7
7
|
import {
|
|
8
8
|
UsageError,
|
|
9
9
|
rejectExtraPositionals,
|
|
10
10
|
rejectUnknownFlags
|
|
11
|
-
} from "./cli-
|
|
11
|
+
} from "./cli-vcv5ewqj.js";
|
|
12
12
|
import"./cli-4vtgt2ng.js";
|
|
13
13
|
import"./cli-c41yr7he.js";
|
|
14
14
|
import {
|
package/package.json
CHANGED