@nomad-e/bluma-cli 0.0.86 → 0.0.87
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2935,7 +2935,7 @@ var renderEditToolCall = ({
|
|
|
2935
2935
|
filepath = "Error parsing arguments";
|
|
2936
2936
|
}
|
|
2937
2937
|
const finalFileName = filepath;
|
|
2938
|
-
return /* @__PURE__ */ jsxs8(Box8, { flexDirection: "column", paddingX: 1,
|
|
2938
|
+
return /* @__PURE__ */ jsxs8(Box8, { flexDirection: "column", paddingX: 1, children: [
|
|
2939
2939
|
/* @__PURE__ */ jsx8(Box8, { children: /* @__PURE__ */ jsxs8(Text8, { bold: true, children: [
|
|
2940
2940
|
/* @__PURE__ */ jsx8(Text8, { color: "green", children: "\u25CF " }),
|
|
2941
2941
|
"Edit File"
|