gutterpress 0.9.0-alpha.1 → 0.9.0-alpha.2

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 (30) hide show
  1. package/dist/api/index.js +1 -1
  2. package/dist/{audit-k16v3n98.js → audit-nhn2pjz3.js} +3 -3
  3. package/dist/{build-8tqr4gbb.js → build-san7fv2z.js} +3 -3
  4. package/dist/{cli-rkqxbnkq.js → cli-e5zhb0xs.js} +1 -1
  5. package/dist/{cli-yp0d2hp8.js → cli-k4bd06sd.js} +377 -78
  6. package/dist/{cli-v2dze8ja.js → cli-najycadg.js} +1 -1
  7. package/dist/cli.js +15 -15
  8. package/dist/{doctor-57czxy3q.js → doctor-hrk0kxxz.js} +2 -2
  9. package/dist/{index-m3pa4wyf.js → index-bynn850m.js} +379 -80
  10. package/dist/index.js +1 -1
  11. package/dist/lib/markdown/assemble.d.ts +4 -6
  12. package/dist/lib/markdown/chapter-id.d.ts +1 -1
  13. package/dist/lib/markdown/index.d.ts +1 -1
  14. package/dist/{lint-4sq0dvf6.js → lint-96j9hrj4.js} +3 -3
  15. package/dist/{new-f2nmyr5b.js → new-8p38wavc.js} +3 -3
  16. package/dist/{pagedjs-interface-80g3xa8p.js → pagedjs-interface-qxvzgwd7.js} +92 -33
  17. package/dist/{plugin-xskq3dtx.js → plugin-ees6nhkc.js} +3 -3
  18. package/dist/{preflight-epcffags.js → preflight-1q6c2edh.js} +3 -3
  19. package/dist/preview/file-watcher.d.ts +39 -17
  20. package/dist/preview/http-server.d.ts +5 -2
  21. package/dist/preview/server-context.d.ts +2 -0
  22. package/dist/preview-shell-6dqexx1m.js +581 -0
  23. package/dist/{preview-xf5dktz2.js → preview-y5a2zen1.js} +3 -3
  24. package/dist/{publish-97vdwq31.js → publish-rm9yb3wh.js} +3 -3
  25. package/dist/render.js +10 -19
  26. package/dist/{repair-cz4z4hkg.js → repair-zgq7q2g6.js} +3 -3
  27. package/dist/server.d.ts +2 -0
  28. package/dist/{validate-swzejnd8.js → validate-nr0xa6sa.js} +3 -3
  29. package/package.json +1 -1
  30. package/dist/preview-shell-rghtfmc8.js +0 -155
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  package_default
3
- } from "./cli-rkqxbnkq.js";
3
+ } from "./cli-e5zhb0xs.js";
4
4
  import {
5
5
  __require
6
6
  } from "./cli-37x76zdn.js";
package/dist/cli.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  UsageError,
8
8
  package_default,
9
9
  rejectUnknownFlags
10
- } from "./cli-rkqxbnkq.js";
10
+ } from "./cli-e5zhb0xs.js";
11
11
  import {
12
12
  __require
13
13
  } from "./cli-37x76zdn.js";
@@ -16,17 +16,17 @@ import {
16
16
  import { defineCommand, parseArgs, runMain } from "citty";
17
17
  import { statSync } from "node:fs";
18
18
  var SUBCOMMANDS = {
19
- new: () => import("./new-f2nmyr5b.js").then((m) => m.default),
20
- preview: () => import("./preview-xf5dktz2.js").then((m) => m.default),
21
- build: () => import("./build-8tqr4gbb.js").then((m) => m.default),
22
- publish: () => import("./publish-97vdwq31.js").then((m) => m.default),
23
- lint: () => import("./lint-4sq0dvf6.js").then((m) => m.default),
24
- validate: () => import("./validate-swzejnd8.js").then((m) => m.default),
25
- audit: () => import("./audit-k16v3n98.js").then((m) => m.default),
26
- preflight: () => import("./preflight-epcffags.js").then((m) => m.default),
27
- repair: () => import("./repair-cz4z4hkg.js").then((m) => m.default),
28
- doctor: () => import("./doctor-57czxy3q.js").then((m) => m.default),
29
- plugin: () => import("./plugin-xskq3dtx.js").then((m) => m.default)
19
+ new: () => import("./new-8p38wavc.js").then((m) => m.default),
20
+ preview: () => import("./preview-y5a2zen1.js").then((m) => m.default),
21
+ build: () => import("./build-san7fv2z.js").then((m) => m.default),
22
+ publish: () => import("./publish-rm9yb3wh.js").then((m) => m.default),
23
+ lint: () => import("./lint-96j9hrj4.js").then((m) => m.default),
24
+ validate: () => import("./validate-nr0xa6sa.js").then((m) => m.default),
25
+ audit: () => import("./audit-nhn2pjz3.js").then((m) => m.default),
26
+ preflight: () => import("./preflight-1q6c2edh.js").then((m) => m.default),
27
+ repair: () => import("./repair-zgq7q2g6.js").then((m) => m.default),
28
+ doctor: () => import("./doctor-hrk0kxxz.js").then((m) => m.default),
29
+ plugin: () => import("./plugin-ees6nhkc.js").then((m) => m.default)
30
30
  };
31
31
  var VERSION = package_default.version;
32
32
  var main = defineCommand({
@@ -51,7 +51,7 @@ async function preflightRequiredInvocations(rawArgs) {
51
51
  const [command, ...commandArgs] = rawArgs;
52
52
  try {
53
53
  if (command === "new") {
54
- const { newArgs } = await import("./new-f2nmyr5b.js");
54
+ const { newArgs } = await import("./new-8p38wavc.js");
55
55
  rejectUnknownFlags(commandArgs, newArgs, "new");
56
56
  const parsed2 = parseArgs(commandArgs, {
57
57
  ...newArgs,
@@ -63,7 +63,7 @@ async function preflightRequiredInvocations(rawArgs) {
63
63
  return;
64
64
  }
65
65
  if (command === "preflight") {
66
- const { preflightArgs } = await import("./preflight-epcffags.js");
66
+ const { preflightArgs } = await import("./preflight-1q6c2edh.js");
67
67
  rejectUnknownFlags(commandArgs, preflightArgs, "preflight");
68
68
  const parsed2 = parseArgs(commandArgs, {
69
69
  ...preflightArgs,
@@ -87,7 +87,7 @@ async function preflightRequiredInvocations(rawArgs) {
87
87
  if (subcommand !== "add") {
88
88
  throw new UsageError(`gutterpress plugin: unknown command "${subcommand}"`);
89
89
  }
90
- const { pluginAddArgs } = await import("./plugin-xskq3dtx.js");
90
+ const { pluginAddArgs } = await import("./plugin-ees6nhkc.js");
91
91
  rejectUnknownFlags(subcommandArgs, pluginAddArgs, "plugin add");
92
92
  const parsed = parseArgs(subcommandArgs, {
93
93
  ...pluginAddArgs,
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  getSystemDiagnostics,
3
3
  log
4
- } from "./cli-v2dze8ja.js";
4
+ } from "./cli-najycadg.js";
5
5
  import {
6
6
  UsageError,
7
7
  rejectExtraPositionals,
8
8
  rejectUnknownFlags
9
- } from "./cli-rkqxbnkq.js";
9
+ } from "./cli-e5zhb0xs.js";
10
10
  import"./cli-37x76zdn.js";
11
11
 
12
12
  // src/commands/doctor.ts