@reown/appkit-cdn 1.6.7-rc.0 → 1.6.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.
Files changed (36) hide show
  1. package/dist/{appkit-DyWmg2lf.js → appkit-BJ0pS18-.js} +14 -14
  2. package/dist/{appkit-DyWmg2lf.js.map → appkit-BJ0pS18-.js.map} +1 -1
  3. package/dist/appkit.js +1 -1
  4. package/dist/{browser-Ct6z6BR9.js → browser-DU2uXxA2.js} +2 -2
  5. package/dist/{browser-Ct6z6BR9.js.map → browser-DU2uXxA2.js.map} +1 -1
  6. package/dist/{ccip-mJ-ORCM9.js → ccip-CJ7Ppt5J.js} +2 -2
  7. package/dist/{ccip-mJ-ORCM9.js.map → ccip-CJ7Ppt5J.js.map} +1 -1
  8. package/dist/{index-qhEIhJ0e.js → index-B1qyL9fa.js} +5 -5
  9. package/dist/{index-qhEIhJ0e.js.map → index-B1qyL9fa.js.map} +1 -1
  10. package/dist/{index-BjnpcR2x.js → index-BWXJlUVe.js} +3 -3
  11. package/dist/{index-BjnpcR2x.js.map → index-BWXJlUVe.js.map} +1 -1
  12. package/dist/{index-B-e1538f.js → index-BXzUuXGr.js} +2 -2
  13. package/dist/{index-B-e1538f.js.map → index-BXzUuXGr.js.map} +1 -1
  14. package/dist/{index-B71mkg1P.js → index-BkUnhiF1.js} +2 -2
  15. package/dist/{index-B71mkg1P.js.map → index-BkUnhiF1.js.map} +1 -1
  16. package/dist/{index-C43kJFfA.js → index-CQwuyYwY.js} +3 -3
  17. package/dist/{index-C43kJFfA.js.map → index-CQwuyYwY.js.map} +1 -1
  18. package/dist/{index-cS5vAZvg.js → index-D2gg0bCp.js} +3 -3
  19. package/dist/{index-cS5vAZvg.js.map → index-D2gg0bCp.js.map} +1 -1
  20. package/dist/{index-BqpSVAP3.js → index-DgCIiDUp.js} +3 -3
  21. package/dist/{index-BqpSVAP3.js.map → index-DgCIiDUp.js.map} +1 -1
  22. package/dist/{index-CsRrUMvC.js → index-DixFCAop.js} +3 -3
  23. package/dist/{index-CsRrUMvC.js.map → index-DixFCAop.js.map} +1 -1
  24. package/dist/{index-ENJCKvys.js → index-k9iq5xnY.js} +3 -3
  25. package/dist/{index-ENJCKvys.js.map → index-k9iq5xnY.js.map} +1 -1
  26. package/dist/{index.es-BeZyg1WU.js → index.es-BLHoRAxt.js} +3 -3
  27. package/dist/{index.es-BeZyg1WU.js.map → index.es-BLHoRAxt.js.map} +1 -1
  28. package/dist/{metamask-sdk-D_madxlv.js → metamask-sdk-CZ3u46Hi.js} +3 -3
  29. package/dist/{metamask-sdk-D_madxlv.js.map → metamask-sdk-CZ3u46Hi.js.map} +1 -1
  30. package/dist/{native-CIIAcVll.js → native-DSMxnzXc.js} +2 -2
  31. package/dist/{native-CIIAcVll.js.map → native-DSMxnzXc.js.map} +1 -1
  32. package/dist/{secp256k1-CwImM3Lh.js → secp256k1-CV5ecCxe.js} +2 -2
  33. package/dist/{secp256k1-CwImM3Lh.js.map → secp256k1-CV5ecCxe.js.map} +1 -1
  34. package/dist/{w3m-modal-D_yXas69.js → w3m-modal-C7sORA97.js} +2 -2
  35. package/dist/{w3m-modal-D_yXas69.js.map → w3m-modal-C7sORA97.js.map} +1 -1
  36. package/package.json +7 -7
@@ -70245,7 +70245,7 @@ function publicKeyToAddress$1(publicKey2) {
70245
70245
  }
70246
70246
  async function recoverPublicKey$1({ hash: hash3, signature: signature2 }) {
70247
70247
  const hashHex = isHex$1(hash3) ? hash3 : toHex$1(hash3);
70248
- const { secp256k1: secp256k12 } = await import("./secp256k1-CwImM3Lh.js");
70248
+ const { secp256k1: secp256k12 } = await import("./secp256k1-CV5ecCxe.js");
70249
70249
  const signature_ = (() => {
70250
70250
  if (typeof signature2 === "object" && "r" in signature2 && "s" in signature2) {
70251
70251
  const { r: r4, s: s2, v: v6, yParity } = signature2;
@@ -72271,7 +72271,7 @@ async function call$2(client, args) {
72271
72271
  return { data: response };
72272
72272
  } catch (err) {
72273
72273
  const data3 = getRevertErrorData$1(err);
72274
- const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import("./ccip-mJ-ORCM9.js");
72274
+ const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import("./ccip-CJ7Ppt5J.js");
72275
72275
  if (client.ccipRead !== false && (data3 == null ? void 0 : data3.slice(0, 10)) === offchainLookupSignature2 && to2)
72276
72276
  return { data: await offchainLookup2(client, { data: data3, to: to2 }) };
72277
72277
  if (deploylessCall && (data3 == null ? void 0 : data3.slice(0, 10)) === "0x101bb98d")
@@ -87374,8 +87374,8 @@ class AppKit {
87374
87374
  isInitialized = true;
87375
87375
  this.initPromise = new Promise(async (resolve) => {
87376
87376
  await Promise.all([
87377
- import("./index-cS5vAZvg.js"),
87378
- import("./w3m-modal-D_yXas69.js")
87377
+ import("./index-D2gg0bCp.js"),
87378
+ import("./w3m-modal-C7sORA97.js")
87379
87379
  ]);
87380
87380
  const modal = document.createElement("w3m-modal");
87381
87381
  if (!OptionsController.state.disableAppend && !OptionsController.state.enableEmbedded) {
@@ -87387,7 +87387,7 @@ class AppKit {
87387
87387
  return this.initPromise;
87388
87388
  }
87389
87389
  }
87390
- const PACKAGE_VERSION = "1.6.7-rc.0";
87390
+ const PACKAGE_VERSION = "1.6.7";
87391
87391
  var __decorate$1J = function(decorators, target, key2, desc) {
87392
87392
  var c2 = arguments.length, r4 = c2 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key2) : desc, d4;
87393
87393
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r4 = Reflect.decorate(decorators, target, key2, desc);
@@ -119186,7 +119186,7 @@ class WagmiAdapter extends AdapterBlueprint {
119186
119186
  const thirdPartyConnectors = [];
119187
119187
  if (options.enableCoinbase !== false) {
119188
119188
  try {
119189
- const { coinbaseWallet: coinbaseWallet2 } = await import("./index-qhEIhJ0e.js");
119189
+ const { coinbaseWallet: coinbaseWallet2 } = await import("./index-B1qyL9fa.js");
119190
119190
  if (coinbaseWallet2) {
119191
119191
  thirdPartyConnectors.push(coinbaseWallet2({
119192
119192
  version: "4",
@@ -128711,7 +128711,7 @@ async function getWebSocketRpcClient(url, options = {}) {
128711
128711
  const { keepAlive, reconnect: reconnect2 } = options;
128712
128712
  return getSocketRpcClient({
128713
128713
  async getSocket({ onClose, onError, onOpen, onResponse }) {
128714
- const WebSocket2 = await import("./native-CIIAcVll.js").then((module) => module.WebSocket);
128714
+ const WebSocket2 = await import("./native-DSMxnzXc.js").then((module) => module.WebSocket);
128715
128715
  const socket = new WebSocket2(url);
128716
128716
  function onClose_() {
128717
128717
  onClose();
@@ -135336,7 +135336,7 @@ function version4(parameters) {
135336
135336
  options: ((_a3 = parameters.preference) == null ? void 0 : _a3.options) ?? "all"
135337
135337
  };
135338
135338
  })();
135339
- const { createCoinbaseWalletSDK } = await import("./index-B71mkg1P.js");
135339
+ const { createCoinbaseWalletSDK } = await import("./index-BkUnhiF1.js");
135340
135340
  const sdk = createCoinbaseWalletSDK({
135341
135341
  ...parameters,
135342
135342
  appChainIds: config2.chains.map((x3) => x3.id),
@@ -135508,7 +135508,7 @@ function version3(parameters) {
135508
135508
  var _a3;
135509
135509
  if (!walletProvider) {
135510
135510
  const CoinbaseWalletSDK = await (async () => {
135511
- const { default: SDK } = await import("./index-BqpSVAP3.js").then((n6) => n6.i);
135511
+ const { default: SDK } = await import("./index-DgCIiDUp.js").then((n6) => n6.i);
135512
135512
  if (typeof SDK !== "function" && typeof SDK.default === "function")
135513
135513
  return SDK.default;
135514
135514
  return SDK;
@@ -135745,7 +135745,7 @@ function metaMask(parameters = {}) {
135745
135745
  async function initProvider() {
135746
135746
  var _a3, _b2, _c2, _d, _e3;
135747
135747
  const MetaMaskSDK = await (async () => {
135748
- const { default: SDK } = await import("./metamask-sdk-D_madxlv.js");
135748
+ const { default: SDK } = await import("./metamask-sdk-CZ3u46Hi.js");
135749
135749
  if (typeof SDK !== "function" && typeof SDK.default === "function")
135750
135750
  return SDK.default;
135751
135751
  return SDK;
@@ -136005,7 +136005,7 @@ function safe(parameters = {}) {
136005
136005
  if (!isIframe)
136006
136006
  return;
136007
136007
  if (!provider_) {
136008
- const { default: SDK } = await import("./index-ENJCKvys.js");
136008
+ const { default: SDK } = await import("./index-k9iq5xnY.js");
136009
136009
  const sdk = new SDK(parameters);
136010
136010
  const safe2 = await withTimeout(() => sdk.safe.getInfo(), {
136011
136011
  timeout: parameters.unstable_getInfoTimeout ?? 10
@@ -136013,7 +136013,7 @@ function safe(parameters = {}) {
136013
136013
  if (!safe2)
136014
136014
  throw new Error("Could not load Safe information");
136015
136015
  const SafeAppProvider = await (async () => {
136016
- const Provider = await import("./index-BjnpcR2x.js").then((n6) => n6.i);
136016
+ const Provider = await import("./index-BWXJlUVe.js").then((n6) => n6.i);
136017
136017
  if (typeof Provider.SafeAppProvider !== "function" && typeof Provider.default.SafeAppProvider === "function")
136018
136018
  return Provider.default.SafeAppProvider;
136019
136019
  return Provider.SafeAppProvider;
@@ -136186,7 +136186,7 @@ function walletConnect(parameters) {
136186
136186
  const optionalChains = config2.chains.map((x3) => x3.id);
136187
136187
  if (!optionalChains.length)
136188
136188
  return;
136189
- const { EthereumProvider } = await import("./index.es-BeZyg1WU.js");
136189
+ const { EthereumProvider } = await import("./index.es-BLHoRAxt.js");
136190
136190
  return await EthereumProvider.init({
136191
136191
  ...parameters,
136192
136192
  disableProviderPing: true,
@@ -136604,4 +136604,4 @@ export {
136604
136604
  WuiChip as y,
136605
136605
  WuiConnectButton as z
136606
136606
  };
136607
- //# sourceMappingURL=appkit-DyWmg2lf.js.map
136607
+ //# sourceMappingURL=appkit-BJ0pS18-.js.map