typerighter 0.30.4 → 0.30.5

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.
@@ -362,7 +362,7 @@ function k() {
362
362
  }), process.on("unhandledRejection", (e) => {
363
363
  A("runtime", e instanceof Error ? e : Error(String(e)));
364
364
  }), i.command("[root]", "Start dev server").alias("dev").option("--port <port>", "Port to listen on").option("--host", "Expose to network").option("--verbose", "Print version and build info").action(async (e, t) => {
365
- t.verbose && console.log(`${O} cli v0.30.4 (built 9/12/2026, 5:42:14 AM)\n`);
365
+ t.verbose && console.log(`${O} cli v0.30.5 (built 9/12/2026, 9:43:39 AM)\n`);
366
366
  let r = await a({
367
367
  root: M(e),
368
368
  configFile: !1,
@@ -385,7 +385,7 @@ function k() {
385
385
  i.dispose();
386
386
  }
387
387
  }), i.command("init [root]", "Scaffold a new project").option("--name <name>", "Project name").option("--title <title>", "Site title").option("--description <description>", "Site description").option("--yes", "Skip confirmation for existing projects").action(async (e, t) => {
388
- let { initialize: n } = await import("./init-4ZHUVwp-.js");
388
+ let { initialize: n } = await import("./init-CZF97ca3.js");
389
389
  await n(M(e), t);
390
390
  }), i.command("preview [root]", "Preview production build").option("--port <port>", "Port to listen on").action(async (e, n) => {
391
391
  let r = M(e), i = t(r);
@@ -423,7 +423,7 @@ function k() {
423
423
  } finally {
424
424
  i.dispose();
425
425
  }
426
- }), i.help(), i.version("0.30.4"), i.parse();
426
+ }), i.help(), i.version("0.30.5"), i.parse();
427
427
  }
428
428
  function A(e, t) {
429
429
  let n = t instanceof Error ? t.message : String(t);
@@ -431,7 +431,7 @@ function A(e, t) {
431
431
  }
432
432
  async function j(e) {
433
433
  let t = await (await e.getTdContext()).rpc.getVersion();
434
- console.log(`${O} cli v0.30.4 (built 9/12/2026, 5:42:14 AM)`), console.log(`${O} rpc v${t}`), console.log("");
434
+ console.log(`${O} cli v0.30.5 (built 9/12/2026, 9:43:39 AM)`), console.log(`${O} rpc v${t}`), console.log("");
435
435
  }
436
436
  function M(e) {
437
437
  return r.resolve(e ?? process.cwd());
package/dist/cli.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as e } from "./cli-DFeDkMZb.js";
1
+ import { t as e } from "./cli-DBB-RmJW.js";
2
2
  export { e as cli };
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { a as e, n as t, t as n } from "./vite-vMuZ0f3f.js";
2
- import { t as r } from "./cli-DFeDkMZb.js";
2
+ import { t as r } from "./cli-DBB-RmJW.js";
3
3
  export { e as buildSite, r as cli, t as generateClientAppEntry, n as typedown };
@@ -749,7 +749,7 @@ function He(e) {
749
749
  build: "typerighter build",
750
750
  preview: "typerighter preview"
751
751
  },
752
- devDependencies: { typerighter: "^0.30.4" }
752
+ devDependencies: { typerighter: "^0.30.5" }
753
753
  }, void 0, 2) + "\n";
754
754
  }
755
755
  function Ue() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "typerighter",
4
- "version": "0.30.4",
4
+ "version": "0.30.5",
5
5
  "description": "Typedown: A typed content framework.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -70,8 +70,8 @@
70
70
  "temml": "^0.13.5",
71
71
  "vite": "^8.2.2",
72
72
  "vue": "^3.5.42",
73
- "@typerighter/rpc-client": "0.30.4",
74
- "@typerighter/rpc-server": "0.30.4"
73
+ "@typerighter/rpc-client": "0.30.5",
74
+ "@typerighter/rpc-server": "0.30.5"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@hdnax/nuclint": "^0.17.5",