typerighter 0.4.1 → 0.4.3

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.
@@ -619,7 +619,7 @@ function q() {
619
619
  r.dispose();
620
620
  }
621
621
  }), t.command("init [root]", "Scaffold a new project").action(async (e) => {
622
- let { initialize: t } = await import("./init-pO7EXhej.js");
622
+ let { initialize: t } = await import("./init-DCkztTxJ.js");
623
623
  await t(Y(e));
624
624
  }), t.command("preview [root]", "Preview production build").option("--port <port>", "Port to listen on").action(async (e, t) => {
625
625
  let { preview: n } = await import("vite");
@@ -627,7 +627,7 @@ function q() {
627
627
  root: Y(e),
628
628
  preview: { port: t.port }
629
629
  })).printUrls();
630
- }), t.help(), t.version("0.4.1"), t.parse();
630
+ }), t.help(), t.version("0.4.3"), t.parse();
631
631
  }
632
632
  function J(e, t) {
633
633
  let n = t instanceof Error ? t.message : String(t);
package/dist/cli.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as e } from "./cli-Bo7lDPP_.js";
1
+ import { t as e } from "./cli-BbvLsY1i.js";
2
2
  export { e as cli };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { n as e, t } from "./vite-B-ktlRz9.js";
2
2
  import "./vite.js";
3
- import { n, t as r } from "./cli-Bo7lDPP_.js";
3
+ import { n, t as r } from "./cli-BbvLsY1i.js";
4
4
  export { n as buildSite, r as cli, t as generateClientAppEntry, e as typedown };
@@ -2298,7 +2298,7 @@ function ei(e) {
2298
2298
  build: "typerighter build",
2299
2299
  preview: "typerighter preview"
2300
2300
  },
2301
- devDependencies: { typerighter: "^0.4.1" }
2301
+ devDependencies: { typerighter: "^0.4.3" }
2302
2302
  }, void 0, 2) + "\n";
2303
2303
  }
2304
2304
  function ti() {
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.4.1",
4
+ "version": "0.4.3",
5
5
  "description": "Typedown: A typed content framework.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -81,8 +81,8 @@
81
81
  "tailwindcss": "^4.3.3",
82
82
  "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
83
83
  "vue": "^3.0.0",
84
- "@typerighter/rpc-client": "0.4.1",
85
- "@typerighter/rpc-server": "0.4.1"
84
+ "@typerighter/rpc-client": "0.4.3",
85
+ "@typerighter/rpc-server": "0.4.3"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@hdnax/nuclint": "^0.17.4",