lamsal-kit 1.0.6 → 1.0.7

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.
@@ -26835,7 +26835,7 @@ var require_package = __commonJS({
26835
26835
  },
26836
26836
  repository: "romanlamsal/lamsal-kit",
26837
26837
  type: "module",
26838
- version: "1.0.6",
26838
+ version: "1.0.7",
26839
26839
  main: "build/lamsal-kit.js",
26840
26840
  types: "build/lamsal-kit.d.ts",
26841
26841
  scripts: {
@@ -26898,7 +26898,7 @@ async function getAdded() {
26898
26898
  return dist_default2({
26899
26899
  message: "Code to add",
26900
26900
  choices: registeredSources
26901
- }).catch((e) => e instanceof Error && e.name === "ExitPromptError" ? null : e);
26901
+ }).catch((e) => e instanceof Error && e.name === "ExitPromptError" ? process6.exit(1) : e);
26902
26902
  } catch (err) {
26903
26903
  if (err instanceof Error && err.name === "ExitPromptError") {
26904
26904
  console.log("Aborted.");
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "repository": "romanlamsal/lamsal-kit",
7
7
  "type": "module",
8
- "version": "1.0.6",
8
+ "version": "1.0.7",
9
9
  "main": "build/lamsal-kit.js",
10
10
  "types": "build/lamsal-kit.d.ts",
11
11
  "scripts": {