@westbayberry/dg 1.0.9 → 1.0.10
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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -38881,7 +38881,7 @@ var init_LoginApp = __esm({
|
|
|
38881
38881
|
"Logged in as ",
|
|
38882
38882
|
state.email
|
|
38883
38883
|
] }),
|
|
38884
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Text, { dimColor: true, children: "
|
|
38884
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Text, { dimColor: true, children: "Credentials saved." }),
|
|
38885
38885
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Text, { children: " " }),
|
|
38886
38886
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(Text, { children: [
|
|
38887
38887
|
"Run ",
|
|
@@ -39994,7 +39994,7 @@ async function runStaticLogin() {
|
|
|
39994
39994
|
process.stderr.write(
|
|
39995
39995
|
import_chalk4.default.green(`
|
|
39996
39996
|
Logged in as ${result.email ?? "unknown"}
|
|
39997
|
-
`) + import_chalk4.default.dim("
|
|
39997
|
+
`) + import_chalk4.default.dim(" Credentials saved.\n\n")
|
|
39998
39998
|
);
|
|
39999
39999
|
return;
|
|
40000
40000
|
}
|