@hasna/assistants 1.1.32 → 1.1.33
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 +4 -4
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -87176,7 +87176,7 @@ Not a git repository or git not available.
|
|
|
87176
87176
|
context.setProjectContext(projectContext);
|
|
87177
87177
|
}
|
|
87178
87178
|
}
|
|
87179
|
-
var VERSION2 = "1.1.
|
|
87179
|
+
var VERSION2 = "1.1.33";
|
|
87180
87180
|
var init_builtin = __esm(async () => {
|
|
87181
87181
|
init_src2();
|
|
87182
87182
|
init_store();
|
|
@@ -211438,7 +211438,7 @@ var Input = import_react28.default.forwardRef(function Input2({
|
|
|
211438
211438
|
borderStyle: "round",
|
|
211439
211439
|
borderLeft: false,
|
|
211440
211440
|
borderRight: false,
|
|
211441
|
-
|
|
211441
|
+
borderColor: "#d4d4d8",
|
|
211442
211442
|
children: [
|
|
211443
211443
|
recordingStatus === "recording" && /* @__PURE__ */ jsx_dev_runtime.jsxDEV(Box_default, {
|
|
211444
211444
|
paddingY: 0,
|
|
@@ -244275,7 +244275,7 @@ Interactive Mode:
|
|
|
244275
244275
|
// packages/terminal/src/index.tsx
|
|
244276
244276
|
var jsx_dev_runtime49 = __toESM(require_jsx_dev_runtime(), 1);
|
|
244277
244277
|
setRuntime(bunRuntime);
|
|
244278
|
-
var VERSION4 = "1.1.
|
|
244278
|
+
var VERSION4 = "1.1.33";
|
|
244279
244279
|
var SYNC_START = "\x1B[?2026h";
|
|
244280
244280
|
var SYNC_END = "\x1B[?2026l";
|
|
244281
244281
|
function enableSynchronizedOutput() {
|
|
@@ -244415,4 +244415,4 @@ export {
|
|
|
244415
244415
|
main
|
|
244416
244416
|
};
|
|
244417
244417
|
|
|
244418
|
-
//# debugId=
|
|
244418
|
+
//# debugId=DEA376725A579A3464756E2164756E21
|