@skip-go/widget 3.1.11-alpha.5 → 3.1.11-alpha.6

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.
@@ -5690,7 +5690,7 @@ function walletConnect(parameters) {
5690
5690
  const optionalChains = config2.chains.map((x) => x.id);
5691
5691
  if (!optionalChains.length)
5692
5692
  return;
5693
- const { EthereumProvider } = await import("./index.es-tmXL4KET.js");
5693
+ const { EthereumProvider } = await import("./index.es-i5mu1CkL.js");
5694
5694
  return await EthereumProvider.init({
5695
5695
  ...parameters,
5696
5696
  disableProviderPing: true,
@@ -45316,7 +45316,7 @@ const useGetSourceBalance = () => {
45316
45316
  asset: sourceAsset,
45317
45317
  address: sourceAccount == null ? void 0 : sourceAccount.address
45318
45318
  });
45319
- console.log(isFetched, isLoading, cw20Balance.isLoading);
45319
+ console.log(isFetched, isLoading, cw20Balance);
45320
45320
  const data = useMemo(() => {
45321
45321
  var _a, _b, _c, _d, _e2, _f, _g, _h;
45322
45322
  if (!sourceAsset || !sourceAccount || !skipBalances) return;
@@ -47174,7 +47174,7 @@ const initSentry = () => {
47174
47174
  });
47175
47175
  isSentryInitialized = true;
47176
47176
  };
47177
- const version = "3.1.11-alpha.5";
47177
+ const version = "3.1.11-alpha.6";
47178
47178
  const useInitWidget = (props) => {
47179
47179
  var _a;
47180
47180
  if (props.enableSentrySessionReplays) {
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-S1mgo5Cz.js";
1
+ import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-STShhMTv.js";
2
2
  import qg, { PROPOSAL_EXPIRY_MESSAGE } from "@walletconnect/sign-client";
3
3
  const global = globalThis || void 0 || self;
4
4
  var buffer$1 = {};
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { S, W, d, l } from "./index-S1mgo5Cz.js";
1
+ import { S, W, d, l } from "./index-STShhMTv.js";
2
2
  export {
3
3
  S as ShowWidget,
4
4
  W as Widget,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.1.11-alpha.5",
4
+ "version": "3.1.11-alpha.6",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"