@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.
- package/dist/main.js +4 -1
- 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__ */
|
|
7060
|
+
/* @__PURE__ */ jsxs15(Text16, { color: "white", children: [
|
|
7061
|
+
"!",
|
|
7062
|
+
command
|
|
7063
|
+
] })
|
|
7061
7064
|
] })
|
|
7062
7065
|
}
|
|
7063
7066
|
]);
|