@reown/appkit-cdn 1.6.8-rc.2.0 → 1.6.8
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/dist/{appkit-C72zRiE7.js → appkit-DVNiRiV-.js} +12 -12
- package/dist/{appkit-C72zRiE7.js.map → appkit-DVNiRiV-.js.map} +1 -1
- package/dist/appkit.js +1 -1
- package/dist/{browser-CBWNiLiD.js → browser-DuYUEINB.js} +2 -2
- package/dist/{browser-CBWNiLiD.js.map → browser-DuYUEINB.js.map} +1 -1
- package/dist/{index-Bh0gAYYc.js → index-BKOBfNh8.js} +3 -3
- package/dist/{index-Bh0gAYYc.js.map → index-BKOBfNh8.js.map} +1 -1
- package/dist/{index-BLPP1phQ.js → index-CU8tv0bQ.js} +3 -3
- package/dist/{index-BLPP1phQ.js.map → index-CU8tv0bQ.js.map} +1 -1
- package/dist/{index-Dvenj4_p.js → index-Cqk7tokK.js} +5 -5
- package/dist/{index-Dvenj4_p.js.map → index-Cqk7tokK.js.map} +1 -1
- package/dist/{index-C-m9e1JA.js → index-CqxWLZDA.js} +3 -3
- package/dist/{index-C-m9e1JA.js.map → index-CqxWLZDA.js.map} +1 -1
- package/dist/{index-BAgd5Azx.js → index-CsoFs7w0.js} +3 -3
- package/dist/{index-BAgd5Azx.js.map → index-CsoFs7w0.js.map} +1 -1
- package/dist/{index-Qw3vpvAp.js → index-DQ_PI1zo.js} +2 -2
- package/dist/{index-Qw3vpvAp.js.map → index-DQ_PI1zo.js.map} +1 -1
- package/dist/{index-Du2a3K9_.js → index-DXSkzAES.js} +2 -2
- package/dist/{index-Du2a3K9_.js.map → index-DXSkzAES.js.map} +1 -1
- package/dist/{index-COfu7xbm.js → index-DzUB6CE9.js} +3 -3
- package/dist/{index-COfu7xbm.js.map → index-DzUB6CE9.js.map} +1 -1
- package/dist/{index-C5DyOGfZ.js → index-QgbV7RBE.js} +2 -2
- package/dist/{index-C5DyOGfZ.js.map → index-QgbV7RBE.js.map} +1 -1
- package/dist/{index-B_SVJCIT.js → index-eBjO7C4i.js} +3 -3
- package/dist/{index-B_SVJCIT.js.map → index-eBjO7C4i.js.map} +1 -1
- package/dist/{index.es-BVgn7rBn.js → index.es-B1sJx9Cp.js} +3 -3
- package/dist/{index.es-BVgn7rBn.js.map → index.es-B1sJx9Cp.js.map} +1 -1
- package/dist/{metamask-sdk-CjBjsqLU.js → metamask-sdk-Bj-Nv1v7.js} +3 -3
- package/dist/{metamask-sdk-CjBjsqLU.js.map → metamask-sdk-Bj-Nv1v7.js.map} +1 -1
- package/dist/{native-DlvBlaZZ.js → native-ChjunOgC.js} +2 -2
- package/dist/{native-DlvBlaZZ.js.map → native-ChjunOgC.js.map} +1 -1
- package/dist/{w3m-modal-DFPZkDm9.js → w3m-modal-4tk0wLAV.js} +2 -2
- package/dist/{w3m-modal-DFPZkDm9.js.map → w3m-modal-4tk0wLAV.js.map} +1 -1
- package/package.json +7 -7
|
@@ -76632,7 +76632,7 @@ async function getWebSocketRpcClient(url, options = {}) {
|
|
|
76632
76632
|
const { keepAlive, reconnect: reconnect2 } = options;
|
|
76633
76633
|
return getSocketRpcClient({
|
|
76634
76634
|
async getSocket({ onClose, onError, onOpen, onResponse }) {
|
|
76635
|
-
const WebSocket2 = await import("./native-
|
|
76635
|
+
const WebSocket2 = await import("./native-ChjunOgC.js").then((module) => module.WebSocket);
|
|
76636
76636
|
const socket = new WebSocket2(url);
|
|
76637
76637
|
function onClose_() {
|
|
76638
76638
|
socket.removeEventListener("close", onClose_);
|
|
@@ -99119,8 +99119,8 @@ class AppKit {
|
|
|
99119
99119
|
isInitialized = true;
|
|
99120
99120
|
this.initPromise = new Promise(async (resolve) => {
|
|
99121
99121
|
await Promise.all([
|
|
99122
|
-
import("./index-
|
|
99123
|
-
import("./w3m-modal-
|
|
99122
|
+
import("./index-eBjO7C4i.js"),
|
|
99123
|
+
import("./w3m-modal-4tk0wLAV.js")
|
|
99124
99124
|
]);
|
|
99125
99125
|
const modal = document.createElement("w3m-modal");
|
|
99126
99126
|
if (!OptionsController.state.disableAppend && !OptionsController.state.enableEmbedded) {
|
|
@@ -99132,7 +99132,7 @@ class AppKit {
|
|
|
99132
99132
|
return this.initPromise;
|
|
99133
99133
|
}
|
|
99134
99134
|
}
|
|
99135
|
-
const PACKAGE_VERSION = "1.6.8
|
|
99135
|
+
const PACKAGE_VERSION = "1.6.8";
|
|
99136
99136
|
var __decorate$1J = function(decorators, target, key2, desc) {
|
|
99137
99137
|
var c2 = arguments.length, r4 = c2 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key2) : desc, d4;
|
|
99138
99138
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r4 = Reflect.decorate(decorators, target, key2, desc);
|
|
@@ -129547,7 +129547,7 @@ class WagmiAdapter extends AdapterBlueprint {
|
|
|
129547
129547
|
const thirdPartyConnectors = [];
|
|
129548
129548
|
if (options.enableCoinbase !== false) {
|
|
129549
129549
|
try {
|
|
129550
|
-
const { coinbaseWallet: coinbaseWallet2 } = await import("./index-
|
|
129550
|
+
const { coinbaseWallet: coinbaseWallet2 } = await import("./index-Cqk7tokK.js");
|
|
129551
129551
|
if (coinbaseWallet2) {
|
|
129552
129552
|
thirdPartyConnectors.push(coinbaseWallet2({
|
|
129553
129553
|
version: "4",
|
|
@@ -129963,7 +129963,7 @@ function version4(parameters) {
|
|
|
129963
129963
|
options: ((_a3 = parameters.preference) == null ? void 0 : _a3.options) ?? "all"
|
|
129964
129964
|
};
|
|
129965
129965
|
})();
|
|
129966
|
-
const { createCoinbaseWalletSDK } = await import("./index-
|
|
129966
|
+
const { createCoinbaseWalletSDK } = await import("./index-DXSkzAES.js");
|
|
129967
129967
|
const sdk = createCoinbaseWalletSDK({
|
|
129968
129968
|
...parameters,
|
|
129969
129969
|
appChainIds: config2.chains.map((x3) => x3.id),
|
|
@@ -130135,7 +130135,7 @@ function version3(parameters) {
|
|
|
130135
130135
|
var _a3;
|
|
130136
130136
|
if (!walletProvider) {
|
|
130137
130137
|
const CoinbaseWalletSDK = await (async () => {
|
|
130138
|
-
const { default: SDK } = await import("./index-
|
|
130138
|
+
const { default: SDK } = await import("./index-CsoFs7w0.js").then((n6) => n6.i);
|
|
130139
130139
|
if (typeof SDK !== "function" && typeof SDK.default === "function")
|
|
130140
130140
|
return SDK.default;
|
|
130141
130141
|
return SDK;
|
|
@@ -130372,7 +130372,7 @@ function metaMask(parameters = {}) {
|
|
|
130372
130372
|
async function initProvider() {
|
|
130373
130373
|
var _a3, _b2, _c2, _d, _e3;
|
|
130374
130374
|
const MetaMaskSDK = await (async () => {
|
|
130375
|
-
const { default: SDK } = await import("./metamask-sdk-
|
|
130375
|
+
const { default: SDK } = await import("./metamask-sdk-Bj-Nv1v7.js");
|
|
130376
130376
|
if (typeof SDK !== "function" && typeof SDK.default === "function")
|
|
130377
130377
|
return SDK.default;
|
|
130378
130378
|
return SDK;
|
|
@@ -130632,7 +130632,7 @@ function safe(parameters = {}) {
|
|
|
130632
130632
|
if (!isIframe)
|
|
130633
130633
|
return;
|
|
130634
130634
|
if (!provider_) {
|
|
130635
|
-
const { default: SDK } = await import("./index-
|
|
130635
|
+
const { default: SDK } = await import("./index-CqxWLZDA.js");
|
|
130636
130636
|
const sdk = new SDK(parameters);
|
|
130637
130637
|
const safe2 = await withTimeout(() => sdk.safe.getInfo(), {
|
|
130638
130638
|
timeout: parameters.unstable_getInfoTimeout ?? 10
|
|
@@ -130640,7 +130640,7 @@ function safe(parameters = {}) {
|
|
|
130640
130640
|
if (!safe2)
|
|
130641
130641
|
throw new Error("Could not load Safe information");
|
|
130642
130642
|
const SafeAppProvider = await (async () => {
|
|
130643
|
-
const Provider = await import("./index-
|
|
130643
|
+
const Provider = await import("./index-DzUB6CE9.js").then((n6) => n6.i);
|
|
130644
130644
|
if (typeof Provider.SafeAppProvider !== "function" && typeof Provider.default.SafeAppProvider === "function")
|
|
130645
130645
|
return Provider.default.SafeAppProvider;
|
|
130646
130646
|
return Provider.SafeAppProvider;
|
|
@@ -130813,7 +130813,7 @@ function walletConnect(parameters) {
|
|
|
130813
130813
|
const optionalChains = config2.chains.map((x3) => x3.id);
|
|
130814
130814
|
if (!optionalChains.length)
|
|
130815
130815
|
return;
|
|
130816
|
-
const { EthereumProvider } = await import("./index.es-
|
|
130816
|
+
const { EthereumProvider } = await import("./index.es-B1sJx9Cp.js");
|
|
130817
130817
|
return await EthereumProvider.init({
|
|
130818
130818
|
...parameters,
|
|
130819
130819
|
disableProviderPing: true,
|
|
@@ -131214,4 +131214,4 @@ export {
|
|
|
131214
131214
|
WuiCardSelect as y,
|
|
131215
131215
|
WuiChip as z
|
|
131216
131216
|
};
|
|
131217
|
-
//# sourceMappingURL=appkit-
|
|
131217
|
+
//# sourceMappingURL=appkit-DVNiRiV-.js.map
|