@nomad-e/bluma-cli 0.1.12 → 0.1.13

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/main.js +4 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -7057,7 +7057,10 @@ var AppComponent = ({ eventBus: eventBus2, sessionId: sessionId2 }) => {
7057
7057
  id: prev.length,
7058
7058
  component: /* @__PURE__ */ jsxs15(Box17, { marginBottom: 1, children: [
7059
7059
  /* @__PURE__ */ jsx17(Text16, { color: "white", bold: true, children: "$ " }),
7060
- /* @__PURE__ */ jsx17(Text16, { color: "white", children: command })
7060
+ /* @__PURE__ */ jsxs15(Text16, { color: "white", children: [
7061
+ "!",
7062
+ command
7063
+ ] })
7061
7064
  ] })
7062
7065
  }
7063
7066
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",