adhdev 0.8.44 → 0.8.46
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -50075,7 +50075,7 @@ var init_adhdev_daemon = __esm({
|
|
|
50075
50075
|
import_ws3 = require("ws");
|
|
50076
50076
|
import_chalk2 = __toESM(require("chalk"));
|
|
50077
50077
|
init_version();
|
|
50078
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
50078
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.46" });
|
|
50079
50079
|
ACTIVE_CHAT_POLL_STATUSES = /* @__PURE__ */ new Set([
|
|
50080
50080
|
"generating",
|
|
50081
50081
|
"waiting_approval",
|
package/dist/index.js
CHANGED
|
@@ -49526,7 +49526,7 @@ var init_adhdev_daemon = __esm({
|
|
|
49526
49526
|
import_ws3 = require("ws");
|
|
49527
49527
|
import_chalk2 = __toESM(require("chalk"));
|
|
49528
49528
|
init_version();
|
|
49529
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
49529
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.46" });
|
|
49530
49530
|
ACTIVE_CHAT_POLL_STATUSES = /* @__PURE__ */ new Set([
|
|
49531
49531
|
"generating",
|
|
49532
49532
|
"waiting_approval",
|