@skip-go/widget 3.1.13 → 3.1.14-alpha.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.
@@ -4671,7 +4671,7 @@ function ta(e) {
4671
4671
  const k = d.chains.map((S) => S.id);
4672
4672
  if (!k.length)
4673
4673
  return;
4674
- const { EthereumProvider: P } = await import("./index.es-By4DbTiz.js");
4674
+ const { EthereumProvider: P } = await import("./index.es-DN4bCOhs.js");
4675
4675
  return await P.init({
4676
4676
  ...e,
4677
4677
  disableProviderPing: !0,
@@ -40845,8 +40845,8 @@ function _1(e) {
40845
40845
  const i = +n[1], o = +n[2], t = +n[3], c = +n[4], a = +n[5], r = +n[6], s = n[7] ? Math.floor(+n[7] * 1e3) : 0;
40846
40846
  let l, p, d;
40847
40847
  n[8] === "Z" ? (l = 1, p = 0, d = 0) : (l = n[8].substring(0, 1) === "-" ? -1 : 1, p = +n[8].substring(1, 3), d = +n[8].substring(4, 6));
40848
- const u = l * (p * 60 + d) * 60, x = /* @__PURE__ */ new Date();
40849
- return x.setUTCFullYear(i, o - 1, t), x.setUTCHours(c, a, r, s), new Date(x.getTime() - u * 1e3);
40848
+ const u = l * (p * 60 + d) * 60, x = Date.UTC(i, o - 1, t, c, a, r, s) - u * 1e3;
40849
+ return new Date(x);
40850
40850
  }
40851
40851
  Ti.fromRfc3339 = _1;
40852
40852
  function $1(e) {
@@ -44549,7 +44549,7 @@ const E3 = () => {
44549
44549
  replaysSessionSampleRate: 1,
44550
44550
  replaysOnErrorSampleRate: 1
44551
44551
  }), fs = !0);
44552
- }, F3 = "3.1.13", B3 = () => {
44552
+ }, F3 = "3.1.14-alpha.0", B3 = () => {
44553
44553
  const e = Ue(), n = X(fa);
44554
44554
  De(() => {
44555
44555
  n({
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-D4syrEfh.js";
1
+ import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-T5NIq65m.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 = {}, base64Js = {};
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { S as t, W as d, d as h, l as s } from "./index-D4syrEfh.js";
1
+ import { S as t, W as d, d as h, l as s } from "./index-T5NIq65m.js";
2
2
  export {
3
3
  t as ShowWidget,
4
4
  d 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.13",
4
+ "version": "3.1.14-alpha.0",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"
@@ -20,16 +20,19 @@
20
20
  ],
21
21
  "peerDependencies": {
22
22
  "@tanstack/react-query": "^5.51.21",
23
- "graz": "^0.1.30",
24
23
  "react": ">=17.0.0",
25
24
  "react-dom": ">=17.0.0",
26
25
  "viem": "^2.21.55",
27
26
  "wagmi": "^2.14.1"
28
27
  },
29
28
  "dependencies": {
30
- "@cosmjs/cosmwasm-stargate": "^0.32.4",
31
- "@cosmjs/math": "^0.32.4",
32
- "@cosmjs/stargate": "^0.32.4",
29
+ "@cosmjs/amino": "0.31.3",
30
+ "@cosmjs/cosmwasm-stargate": "0.31.3",
31
+ "@cosmjs/launchpad": "*",
32
+ "@cosmjs/math": "^0.31.3",
33
+ "@cosmjs/proto-signing": "0.31.3",
34
+ "@cosmjs/stargate": "0.31.3",
35
+ "@cosmjs/tendermint-rpc": "0.31.3",
33
36
  "@ebay/nice-modal-react": "^1.2.13",
34
37
  "@eslint/compat": "^1.1.1",
35
38
  "@leapwallet/cosmos-social-login-capsule-provider": "^0.0.44",
@@ -54,6 +57,7 @@
54
57
  "@walletconnect/modal": "2.7.0",
55
58
  "@walletconnect/sign-client": "2.17.2",
56
59
  "@walletconnect/solana-adapter": "^0.0.6",
60
+ "graz": "^0.1.30",
57
61
  "jotai": "^2.10.1",
58
62
  "jotai-effect": "^1.0.2",
59
63
  "jotai-tanstack-query": "^0.8.6",