@hasna/assistants 1.1.57 → 1.1.58
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/index.js +3 -4
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -89084,7 +89084,7 @@ Not a git repository or git not available.
|
|
|
89084
89084
|
context.setProjectContext(projectContext);
|
|
89085
89085
|
}
|
|
89086
89086
|
}
|
|
89087
|
-
var VERSION2 = "1.1.
|
|
89087
|
+
var VERSION2 = "1.1.58";
|
|
89088
89088
|
var init_builtin = __esm(async () => {
|
|
89089
89089
|
init_src2();
|
|
89090
89090
|
init_context3();
|
|
@@ -259300,7 +259300,6 @@ function WelcomeBanner({ version: version5, model, directory }) {
|
|
|
259300
259300
|
children: ">"
|
|
259301
259301
|
}, undefined, false, undefined, this),
|
|
259302
259302
|
/* @__PURE__ */ jsx_dev_runtime8.jsxDEV(Text3, {
|
|
259303
|
-
color: "#0ea5e9",
|
|
259304
259303
|
bold: true,
|
|
259305
259304
|
children: "_ Hasna Assistants"
|
|
259306
259305
|
}, undefined, false, undefined, this),
|
|
@@ -291092,7 +291091,7 @@ Interactive Mode:
|
|
|
291092
291091
|
// packages/terminal/src/index.tsx
|
|
291093
291092
|
var jsx_dev_runtime52 = __toESM(require_jsx_dev_runtime(), 1);
|
|
291094
291093
|
setRuntime(bunRuntime);
|
|
291095
|
-
var VERSION4 = "1.1.
|
|
291094
|
+
var VERSION4 = "1.1.58";
|
|
291096
291095
|
var SYNC_START = "\x1B[?2026h";
|
|
291097
291096
|
var SYNC_END = "\x1B[?2026l";
|
|
291098
291097
|
function enableSynchronizedOutput() {
|
|
@@ -291211,4 +291210,4 @@ export {
|
|
|
291211
291210
|
main
|
|
291212
291211
|
};
|
|
291213
291212
|
|
|
291214
|
-
//# debugId=
|
|
291213
|
+
//# debugId=9617869B99E1625664756E2164756E21
|