@athenaintel/react 0.11.3 → 0.12.0

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 CHANGED
@@ -33,7 +33,7 @@ import { runsMaterialize, StatewireThread, useStatewireSendCommand, useStatewire
33
33
  import { useAuiState } from "@assistant-ui/store";
34
34
  import * as ReactDOM from "react-dom";
35
35
  import ReactDOM__default, { flushSync } from "react-dom";
36
- const version$1 = "0.11.3";
36
+ const version$1 = "0.12.0";
37
37
  const packageJson = {
38
38
  version: version$1
39
39
  };
@@ -12525,7 +12525,7 @@ const ATHENA_TRANSPORTS = {
12525
12525
  legacy: "legacy",
12526
12526
  statewire: "statewire"
12527
12527
  };
12528
- const DEFAULT_ATHENA_TRANSPORT = ATHENA_TRANSPORTS.legacy;
12528
+ const DEFAULT_ATHENA_TRANSPORT = ATHENA_TRANSPORTS.statewire;
12529
12529
  function resolveAthenaTransport({
12530
12530
  transport
12531
12531
  }) {