@skip-go/widget 3.12.11-alpha.0 → 3.13.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/build/index.d.ts CHANGED
@@ -307,11 +307,6 @@ export declare type WidgetProps = {
307
307
  filterOut?: ChainFilter;
308
308
  filterOutUnlessUserHasBalance?: ChainFilter;
309
309
  walletConnect?: WalletConnect;
310
- /**
311
- * enables sentry session replays on the widget to help with troubleshooting errors
312
- * https://docs.sentry.io/product/explore/session-replay/web/
313
- */
314
- enableSentrySessionReplays?: boolean;
315
310
  /**
316
311
  * Enable Amplitude analytics for the widget to improve user experience.
317
312
  */
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-WwrLRy4v.js";
1
+ import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-CHcxuRst.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 { W, d, l, o, r, s } from "./index-WwrLRy4v.js";
1
+ import { W, d, l, o, r, s } from "./index-CHcxuRst.js";
2
2
  export {
3
3
  W as Widget,
4
4
  d as defaultTheme,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.12.11-alpha.0",
4
+ "version": "3.13.0",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"
@@ -41,8 +41,7 @@
41
41
  "@penumbra-zone/protobuf": "^7.2.0",
42
42
  "@penumbra-zone/transport-dom": "^7.5.0",
43
43
  "@r2wc/react-to-web-component": "^2.0.3",
44
- "@sentry/react": "^8.46.0",
45
- "@skip-go/client": "1.3.7",
44
+ "@skip-go/client": "1.4.0",
46
45
  "@solana/spl-token": "^0.4.8",
47
46
  "@solana/wallet-adapter-ledger": "^0.9.25",
48
47
  "@solana/wallet-adapter-react": "^0.15.39",
@@ -54,7 +53,7 @@
54
53
  "@walletconnect/solana-adapter": "^0.0.8",
55
54
  "add": "^2.0.6",
56
55
  "bech32": "^2.0.0",
57
- "graz": "0.3.2",
56
+ "graz": "0.3.3",
58
57
  "jotai": "^2.10.1",
59
58
  "jotai-effect": "^1.0.2",
60
59
  "jotai-tanstack-query": "^0.8.6",
@@ -64,6 +63,7 @@
64
63
  "react-error-boundary": "^4.0.13",
65
64
  "react-shadow-scope": "^1.0.5",
66
65
  "styled-components": "^6.1.13",
66
+ "uuid": "^11.1.0",
67
67
  "yarn": "^1.22.22",
68
68
  "zod": "^3.23.8"
69
69
  },