@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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -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: "API key saved to ~/.dgrc.json" }),
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(" API key saved to ~/.dgrc.json\n\n")
39997
+ `) + import_chalk4.default.dim(" Credentials saved.\n\n")
39998
39998
  );
39999
39999
  return;
40000
40000
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westbayberry/dg",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Supply chain security scanner — scan npm dependencies in any CI or terminal",
5
5
  "bin": {
6
6
  "dependency-guardian": "dist/index.mjs",