@autohq/cli 0.1.543 → 0.1.544
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/agent-bridge.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -30870,7 +30870,7 @@ Object.assign(lookup, {
|
|
|
30870
30870
|
// package.json
|
|
30871
30871
|
var package_default = {
|
|
30872
30872
|
name: "@autohq/cli",
|
|
30873
|
-
version: "0.1.
|
|
30873
|
+
version: "0.1.544",
|
|
30874
30874
|
license: "SEE LICENSE IN README.md",
|
|
30875
30875
|
publishConfig: {
|
|
30876
30876
|
access: "public"
|
|
@@ -37024,6 +37024,7 @@ var SESSION_CHECK_STATUSES = [
|
|
|
37024
37024
|
var SESSION_CHECK_CONCLUSIONS = [
|
|
37025
37025
|
"success",
|
|
37026
37026
|
"failure",
|
|
37027
|
+
"action_required",
|
|
37027
37028
|
"skipped"
|
|
37028
37029
|
];
|
|
37029
37030
|
var SESSION_CHECK_TIMEOUT_PHASES = ["begin", "complete"];
|
package/dist/index.js
CHANGED
|
@@ -21152,6 +21152,7 @@ var init_sessions = __esm({
|
|
|
21152
21152
|
SESSION_CHECK_CONCLUSIONS = [
|
|
21153
21153
|
"success",
|
|
21154
21154
|
"failure",
|
|
21155
|
+
"action_required",
|
|
21155
21156
|
"skipped"
|
|
21156
21157
|
];
|
|
21157
21158
|
SESSION_CHECK_TIMEOUT_PHASES = ["begin", "complete"];
|
|
@@ -81661,7 +81662,7 @@ var init_package = __esm({
|
|
|
81661
81662
|
"package.json"() {
|
|
81662
81663
|
package_default = {
|
|
81663
81664
|
name: "@autohq/cli",
|
|
81664
|
-
version: "0.1.
|
|
81665
|
+
version: "0.1.544",
|
|
81665
81666
|
license: "SEE LICENSE IN README.md",
|
|
81666
81667
|
publishConfig: {
|
|
81667
81668
|
access: "public"
|