@hasna/assistants 1.0.5 → 1.0.6
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 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
+
var __promiseAll = (arr) => Promise.all(arr);
|
|
2
3
|
// @bun
|
|
3
4
|
var __create = Object.create;
|
|
4
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -136071,7 +136072,7 @@ async function cancelRecurringTask(cwd, id) {
|
|
|
136071
136072
|
return task;
|
|
136072
136073
|
}
|
|
136073
136074
|
// packages/core/src/commands/builtin.ts
|
|
136074
|
-
var VERSION = "1.0.
|
|
136075
|
+
var VERSION = "1.0.6";
|
|
136075
136076
|
function resolveAuthTimeout(resolve5) {
|
|
136076
136077
|
resolve5({ exitCode: 1, stdout: { toString: () => "{}" } });
|
|
136077
136078
|
}
|
|
@@ -192484,7 +192485,7 @@ Interactive Mode:
|
|
|
192484
192485
|
// packages/terminal/src/index.tsx
|
|
192485
192486
|
var jsx_dev_runtime30 = __toESM(require_jsx_dev_runtime(), 1);
|
|
192486
192487
|
setRuntime(bunRuntime);
|
|
192487
|
-
var VERSION4 = "1.0.
|
|
192488
|
+
var VERSION4 = "1.0.6";
|
|
192488
192489
|
var SYNC_START = "\x1B[?2026h";
|
|
192489
192490
|
var SYNC_END = "\x1B[?2026l";
|
|
192490
192491
|
function enableSynchronizedOutput() {
|
|
@@ -192624,4 +192625,4 @@ export {
|
|
|
192624
192625
|
main
|
|
192625
192626
|
};
|
|
192626
192627
|
|
|
192627
|
-
//# debugId=
|
|
192628
|
+
//# debugId=3780171890A86A4164756E2164756E21
|