@autohq/cli 0.1.416 → 0.1.417
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
|
@@ -30820,7 +30820,7 @@ Object.assign(lookup, {
|
|
|
30820
30820
|
// package.json
|
|
30821
30821
|
var package_default = {
|
|
30822
30822
|
name: "@autohq/cli",
|
|
30823
|
-
version: "0.1.
|
|
30823
|
+
version: "0.1.417",
|
|
30824
30824
|
license: "SEE LICENSE IN README.md",
|
|
30825
30825
|
publishConfig: {
|
|
30826
30826
|
access: "public"
|
|
@@ -34018,6 +34018,7 @@ var SESSION_BINDING_RELEASED_BY = [
|
|
|
34018
34018
|
];
|
|
34019
34019
|
var BINDING_TRANSITION_CAUSES = [
|
|
34020
34020
|
"manual_bind",
|
|
34021
|
+
"manual_unbind",
|
|
34021
34022
|
"manual_update",
|
|
34022
34023
|
"attributed_event",
|
|
34023
34024
|
"mention",
|
package/dist/index.js
CHANGED
|
@@ -18007,6 +18007,7 @@ var init_session_bindings = __esm({
|
|
|
18007
18007
|
];
|
|
18008
18008
|
BINDING_TRANSITION_CAUSES = [
|
|
18009
18009
|
"manual_bind",
|
|
18010
|
+
"manual_unbind",
|
|
18010
18011
|
"manual_update",
|
|
18011
18012
|
"attributed_event",
|
|
18012
18013
|
"mention",
|
|
@@ -38668,7 +38669,7 @@ var init_package = __esm({
|
|
|
38668
38669
|
"package.json"() {
|
|
38669
38670
|
package_default = {
|
|
38670
38671
|
name: "@autohq/cli",
|
|
38671
|
-
version: "0.1.
|
|
38672
|
+
version: "0.1.417",
|
|
38672
38673
|
license: "SEE LICENSE IN README.md",
|
|
38673
38674
|
publishConfig: {
|
|
38674
38675
|
access: "public"
|