@skip-go/widget 3.12.9 → 3.12.10
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.
|
@@ -45486,7 +45486,7 @@ function walletConnect(parameters) {
|
|
|
45486
45486
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
45487
45487
|
if (!optionalChains.length)
|
|
45488
45488
|
return;
|
|
45489
|
-
const { EthereumProvider } = await import("./index.es-
|
|
45489
|
+
const { EthereumProvider } = await import("./index.es-BzNcdd4e.js");
|
|
45490
45490
|
return await EthereumProvider.init({
|
|
45491
45491
|
...parameters,
|
|
45492
45492
|
disableProviderPing: true,
|
|
@@ -54295,7 +54295,7 @@ const initSentry = () => {
|
|
|
54295
54295
|
};
|
|
54296
54296
|
const name = "@skip-go/widget";
|
|
54297
54297
|
const description = "Swap widget";
|
|
54298
|
-
const version = "3.12.
|
|
54298
|
+
const version = "3.12.10";
|
|
54299
54299
|
const repository = {
|
|
54300
54300
|
url: "https://github.com/skip-mev/skip-go",
|
|
54301
54301
|
directory: "packages/widget"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-
|
|
1
|
+
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-DUKz-PJN.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
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.
|
|
4
|
+
"version": "3.12.10",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/skip-mev/skip-go",
|
|
7
7
|
"directory": "packages/widget"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@penumbra-zone/transport-dom": "^7.5.0",
|
|
43
43
|
"@r2wc/react-to-web-component": "^2.0.3",
|
|
44
44
|
"@sentry/react": "^8.46.0",
|
|
45
|
-
"@skip-go/client": "1.3.
|
|
45
|
+
"@skip-go/client": "1.3.7",
|
|
46
46
|
"@solana/spl-token": "^0.4.8",
|
|
47
47
|
"@solana/wallet-adapter-ledger": "^0.9.25",
|
|
48
48
|
"@solana/wallet-adapter-react": "^0.15.39",
|