typerighter 0.4.1 → 0.4.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.
|
@@ -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-
|
|
622
|
+
let { initialize: t } = await import("./init-DMyccDwj.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.
|
|
630
|
+
}), t.help(), t.version("0.4.2"), 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-
|
|
1
|
+
import { t as e } from "./cli-3XD2EaPr.js";
|
|
2
2
|
export { e as cli };
|
package/dist/index.js
CHANGED
|
@@ -2298,7 +2298,7 @@ function ei(e) {
|
|
|
2298
2298
|
build: "typerighter build",
|
|
2299
2299
|
preview: "typerighter preview"
|
|
2300
2300
|
},
|
|
2301
|
-
devDependencies: { typerighter: "^0.4.
|
|
2301
|
+
devDependencies: { typerighter: "^0.4.2" }
|
|
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.
|
|
4
|
+
"version": "0.4.2",
|
|
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.
|
|
85
|
-
"@typerighter/rpc-server": "0.4.
|
|
84
|
+
"@typerighter/rpc-client": "0.4.2",
|
|
85
|
+
"@typerighter/rpc-server": "0.4.2"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@hdnax/nuclint": "^0.17.4",
|