@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.
@@ -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.416",
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.416",
38672
+ version: "0.1.417",
38672
38673
  license: "SEE LICENSE IN README.md",
38673
38674
  publishConfig: {
38674
38675
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.416",
3
+ "version": "0.1.417",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"