@valuerail/cli 1.2.0-beta.2 → 1.2.0
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.
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50665,7 +50665,7 @@ function Banner({ hideStatus = false }) {
|
|
|
50665
50665
|
const isVrailProject = hasVrailConfig();
|
|
50666
50666
|
const [version, setVersion] = import_react26.useState("v0.0.1");
|
|
50667
50667
|
import_react26.useEffect(() => {
|
|
50668
|
-
const v = "1.2.0
|
|
50668
|
+
const v = "1.2.0";
|
|
50669
50669
|
setVersion(v);
|
|
50670
50670
|
}, []);
|
|
50671
50671
|
return /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
|
|
@@ -52783,7 +52783,7 @@ function App2() {
|
|
|
52783
52783
|
onBack: goToDashboard
|
|
52784
52784
|
}, undefined, false, undefined, this),
|
|
52785
52785
|
currentView === "goodbye" && /* @__PURE__ */ jsx_dev_runtime11.jsxDEV(GoodbyeView, {
|
|
52786
|
-
version: "1.2.0
|
|
52786
|
+
version: "1.2.0",
|
|
52787
52787
|
cwd: process.cwd(),
|
|
52788
52788
|
isVrailProject: hasVrailConfig2()
|
|
52789
52789
|
}, undefined, false, undefined, this)
|
|
@@ -52821,7 +52821,7 @@ var showHelp = () => {
|
|
|
52821
52821
|
`);
|
|
52822
52822
|
};
|
|
52823
52823
|
var showVersion = () => {
|
|
52824
|
-
console.log("1.2.0
|
|
52824
|
+
console.log("1.2.0");
|
|
52825
52825
|
};
|
|
52826
52826
|
if (command === "help" || command === "--help" || command === "-h") {
|
|
52827
52827
|
showHelp();
|