@skip-go/widget 3.10.0 → 3.10.1
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.
|
@@ -43189,7 +43189,7 @@ function walletConnect(parameters) {
|
|
|
43189
43189
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
43190
43190
|
if (!optionalChains.length)
|
|
43191
43191
|
return;
|
|
43192
|
-
const { EthereumProvider } = await import("./index.es-
|
|
43192
|
+
const { EthereumProvider } = await import("./index.es-DI-xtNqN.js");
|
|
43193
43193
|
return await EthereumProvider.init({
|
|
43194
43194
|
...parameters,
|
|
43195
43195
|
disableProviderPing: true,
|
|
@@ -52240,7 +52240,7 @@ const initSentry = () => {
|
|
|
52240
52240
|
};
|
|
52241
52241
|
const name = "@skip-go/widget";
|
|
52242
52242
|
const description = "Swap widget";
|
|
52243
|
-
const version = "3.10.
|
|
52243
|
+
const version = "3.10.1";
|
|
52244
52244
|
const repository = {
|
|
52245
52245
|
url: "https://github.com/skip-mev/skip-go",
|
|
52246
52246
|
directory: "packages/widget"
|
|
@@ -52365,7 +52365,7 @@ const dependencies = {
|
|
|
52365
52365
|
"@walletconnect/solana-adapter": "^0.0.6",
|
|
52366
52366
|
add: "^2.0.6",
|
|
52367
52367
|
bech32: "^2.0.0",
|
|
52368
|
-
graz: "0.3.
|
|
52368
|
+
graz: "0.3.2",
|
|
52369
52369
|
jotai: "^2.10.1",
|
|
52370
52370
|
"jotai-effect": "^1.0.2",
|
|
52371
52371
|
"jotai-tanstack-query": "^0.8.6",
|
|
@@ -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-16Gtjmg-.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.10.
|
|
4
|
+
"version": "3.10.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/skip-mev/skip-go",
|
|
7
7
|
"directory": "packages/widget"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@walletconnect/solana-adapter": "^0.0.6",
|
|
59
59
|
"add": "^2.0.6",
|
|
60
60
|
"bech32": "^2.0.0",
|
|
61
|
-
"graz": "0.3.
|
|
61
|
+
"graz": "0.3.2",
|
|
62
62
|
"jotai": "^2.10.1",
|
|
63
63
|
"jotai-effect": "^1.0.2",
|
|
64
64
|
"jotai-tanstack-query": "^0.8.6",
|