@skip-go/widget 3.12.6 → 3.12.7
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.
|
@@ -45295,7 +45295,7 @@ function walletConnect(parameters) {
|
|
|
45295
45295
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
45296
45296
|
if (!optionalChains.length)
|
|
45297
45297
|
return;
|
|
45298
|
-
const { EthereumProvider } = await import("./index.es-
|
|
45298
|
+
const { EthereumProvider } = await import("./index.es-CqdKzOS3.js");
|
|
45299
45299
|
return await EthereumProvider.init({
|
|
45300
45300
|
...parameters,
|
|
45301
45301
|
disableProviderPing: true,
|
|
@@ -54098,7 +54098,7 @@ const initSentry = () => {
|
|
|
54098
54098
|
};
|
|
54099
54099
|
const name = "@skip-go/widget";
|
|
54100
54100
|
const description = "Swap widget";
|
|
54101
|
-
const version = "3.12.
|
|
54101
|
+
const version = "3.12.7";
|
|
54102
54102
|
const repository = {
|
|
54103
54103
|
url: "https://github.com/skip-mev/skip-go",
|
|
54104
54104
|
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-CjTzvgxI.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.7",
|
|
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.4",
|
|
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",
|