typerighter 0.11.2 → 0.11.4
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.
|
@@ -652,7 +652,7 @@ function Y() {
|
|
|
652
652
|
n.dispose();
|
|
653
653
|
}
|
|
654
654
|
}), e.command("init [root]", "Scaffold a new project").action(async (e) => {
|
|
655
|
-
let { initialize: t } = await import("./init-
|
|
655
|
+
let { initialize: t } = await import("./init-maHdUPKV.js");
|
|
656
656
|
await t(Z(e));
|
|
657
657
|
}), e.command("preview [root]", "Preview production build").option("--port <port>", "Port to listen on").action(async (e, t) => {
|
|
658
658
|
let { preview: n } = await import("vite");
|
|
@@ -682,7 +682,7 @@ function Y() {
|
|
|
682
682
|
} finally {
|
|
683
683
|
n.dispose();
|
|
684
684
|
}
|
|
685
|
-
}), e.help(), e.version("0.11.
|
|
685
|
+
}), e.help(), e.version("0.11.4"), e.parse();
|
|
686
686
|
}
|
|
687
687
|
function X(e, t) {
|
|
688
688
|
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-BpVRzZoy.js";
|
|
2
2
|
export { e as cli };
|
|
@@ -599,7 +599,7 @@ var Mt = {
|
|
|
599
599
|
onClick: o
|
|
600
600
|
}, W(t.value ? "show less" : `+${G(a)} more`), 1)) : M("", !0)], 64));
|
|
601
601
|
}
|
|
602
|
-
}), [["__scopeId", "data-v-
|
|
602
|
+
}), [["__scopeId", "data-v-8ee8e985"]]), Wt = [
|
|
603
603
|
{
|
|
604
604
|
fg: "#a0522d",
|
|
605
605
|
bg: "rgba(160, 82, 45, 0.1)"
|
package/dist/index.js
CHANGED
|
@@ -2303,7 +2303,7 @@ function ai(e) {
|
|
|
2303
2303
|
build: "typerighter build",
|
|
2304
2304
|
preview: "typerighter preview"
|
|
2305
2305
|
},
|
|
2306
|
-
devDependencies: { typerighter: "^0.11.
|
|
2306
|
+
devDependencies: { typerighter: "^0.11.4" }
|
|
2307
2307
|
}, void 0, 2) + "\n";
|
|
2308
2308
|
}
|
|
2309
2309
|
function oi() {
|