sncommit 1.0.2 → 1.0.3

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.js +0 -9
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -59558,15 +59558,6 @@ var ConfigApp = ({ onExit }) => {
59558
59558
  backgroundColor: bgColor,
59559
59559
  children: "••••••••"
59560
59560
  }, undefined, false, undefined, this);
59561
- if (key === "model") {
59562
- const modelOption = modelOptions.find((m2) => m2.value === val);
59563
- const displayValue = modelOption ? modelOption.display : val;
59564
- return /* @__PURE__ */ jsx_dev_runtime6.jsxDEV(Text, {
59565
- color: textColor,
59566
- backgroundColor: bgColor,
59567
- children: displayValue
59568
- }, undefined, false, undefined, this);
59569
- }
59570
59561
  if (key === "customPrompt")
59571
59562
  return /* @__PURE__ */ jsx_dev_runtime6.jsxDEV(Text, {
59572
59563
  color: textColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sncommit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AI-powered git commit message generator with beautiful TUI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",