@reown/appkit-cdn 0.0.4 → 1.0.0
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/LICENSE +2 -2
- package/dist/{W3MFrameProviderSingleton-C0cnhaTp.js → W3MFrameProviderSingleton-B9E01rnL.js} +2875 -2790
- package/dist/{W3MFrameProviderSingleton-BPW-iicw.cjs → W3MFrameProviderSingleton-C56DqhGz.cjs} +120 -120
- package/dist/ethers.cjs +1 -1
- package/dist/ethers.js +2911 -2900
- package/dist/{hooks.module-CznhRnD8.cjs → hooks.module-COfcimjS.cjs} +1 -1
- package/dist/{hooks.module-DDA9XQhP.js → hooks.module-OoOP-iZR.js} +1 -1
- package/dist/{index-mtzTuPjF.cjs → index-BFJW4qjy.cjs} +1 -1
- package/dist/{index-BfndvsxR.js → index-BT6RyUGl.js} +10 -10
- package/dist/{index-DBXYKiLS.js → index-BeGUtgfx.js} +2 -2
- package/dist/{index-DJZpgYw1.cjs → index-Bl5DrNCU.cjs} +1 -1
- package/dist/{index-BjDQZhCC.js → index-BmTGKb68.js} +43 -43
- package/dist/{index-DDxg-CnX.js → index-BsaPadk9.js} +5 -5
- package/dist/index-C0D6DuSI.cjs +64 -0
- package/dist/{index-DEDntV4l.js → index-CCzK6s6K.js} +2 -2
- package/dist/{index-DUA8iuT-.cjs → index-CG2oM48r.cjs} +1 -1
- package/dist/{index-BLj7JLFx.cjs → index-Cm-dsmtL.cjs} +1 -1
- package/dist/{index-DzzvtAEu.js → index-CpPWzw23.js} +1 -1
- package/dist/{index-CGVAZ4op.cjs → index-DYI6oRae.cjs} +1 -1
- package/dist/{index-BUi5SfXe.cjs → index-DbrEGMZZ.cjs} +1 -1
- package/dist/{index-D4J5pbXW.cjs → index-Dv8gb9FV.cjs} +1 -1
- package/dist/{index-CJlx78Gf.js → index-XErsLRGr.js} +2 -2
- package/dist/{index-Ij2u7oAT.js → index-j73t9fcB.js} +36 -36
- package/dist/{index.es-oLid2UZg.cjs → index.es-0FqNLiLo.cjs} +2 -2
- package/dist/{index.es-CMbAWbN4.js → index.es-BhyAt79s.js} +249 -249
- package/dist/{metamask-sdk-8Alxi0fO.js → metamask-sdk-DPJxxXN8.js} +1 -1
- package/dist/{metamask-sdk-CMhxptNL.cjs → metamask-sdk-DXmxCf94.cjs} +1 -1
- package/dist/{native-CoR5CkbH.cjs → native-BIdabKvi.cjs} +1 -1
- package/dist/{native-B_ZKbAy2.js → native-CbXTOHOX.js} +1 -1
- package/dist/w3m-modal-BLwMni5B.cjs +149 -0
- package/dist/{w3m-modal-zyJFtzIf.js → w3m-modal-BjrYlIco.js} +55 -73
- package/dist/{wagmi-BPQ-82KE.js → wagmi-DiP-pZB_.js} +3871 -3851
- package/dist/{wagmi-BL69ctC0.cjs → wagmi-MqS1RwHj.cjs} +14 -14
- package/dist/wagmi.cjs +1 -1
- package/dist/wagmi.js +6 -6
- package/package.json +5 -5
- package/dist/index-JwYoIh-Y.cjs +0 -64
- package/dist/w3m-modal-CiBinOIk.cjs +0 -149
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
Apache License
|
|
2
2
|
Version 2.0, January 2004
|
|
3
3
|
http://www.apache.org/licenses/
|
|
4
4
|
|
|
@@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
175
175
|
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
|
177
177
|
|
|
178
|
-
Copyright
|
|
178
|
+
Copyright 2024 reown inc.
|
|
179
179
|
|
|
180
180
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
181
|
you may not use this file except in compliance with the License.
|