@better-update/cli 0.10.0 → 0.10.1

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 CHANGED
@@ -27,7 +27,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
27
27
 
28
28
  //#endregion
29
29
  //#region package.json
30
- var version = "0.10.0";
30
+ var version = "0.10.1";
31
31
 
32
32
  //#endregion
33
33
  //#region src/lib/interactive-mode.ts
@@ -9530,7 +9530,7 @@ const credentialsCommand = defineCommand({
9530
9530
  configure: configureCommand$1,
9531
9531
  sync: syncCommand
9532
9532
  },
9533
- run: async () => runEffect(runCredentialsManager)
9533
+ default: "manager"
9534
9534
  });
9535
9535
 
9536
9536
  //#endregion