@zubari/sdk 0.5.10 → 0.5.11
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/{WalletManager-n5KdhSRd.d.ts → WalletManager-CKl2SNaa.d.ts} +48 -131
- package/dist/{WalletManager-DOjsIbb1.d.mts → WalletManager-DJU1LrxR.d.mts} +48 -131
- package/dist/{contracts-DtN5ys2L.d.ts → contracts-BKYCmAnz.d.ts} +1 -1
- package/dist/{contracts-BWEndqf6.d.mts → contracts-QiCjGhX7.d.mts} +1 -1
- package/dist/index.d.mts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -2
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.d.mts +3 -4
- package/dist/react/index.d.ts +3 -4
- package/dist/react/index.js +4 -1
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +4 -1
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.js +8 -2
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +8 -2
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +3 -4
- package/dist/wallet/index.d.ts +3 -4
- package/dist/wallet/index.js +4 -1
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +4 -1
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/wallet/index.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../contracts-
|
|
2
|
-
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-
|
|
1
|
+
export { Z as ZubariWallet } from '../contracts-QiCjGhX7.mjs';
|
|
2
|
+
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-DJU1LrxR.mjs';
|
|
3
3
|
import '../index-c90msmwW.mjs';
|
|
4
|
-
import '
|
|
5
|
-
import 'node_modules/viem/_types/utils/ccip';
|
|
4
|
+
import 'abitype';
|
|
6
5
|
import 'viem';
|
|
7
6
|
import 'ethers';
|
|
8
7
|
import '../SecureStorage-jO783AhC.mjs';
|
package/dist/wallet/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../contracts-
|
|
2
|
-
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-
|
|
1
|
+
export { Z as ZubariWallet } from '../contracts-BKYCmAnz.js';
|
|
2
|
+
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, b as WalletManager, W as WalletManagerConfig, a as WalletState } from '../WalletManager-CKl2SNaa.js';
|
|
3
3
|
import '../index-c90msmwW.js';
|
|
4
|
-
import '
|
|
5
|
-
import 'node_modules/viem/_types/utils/ccip';
|
|
4
|
+
import 'abitype';
|
|
6
5
|
import 'viem';
|
|
7
6
|
import 'ethers';
|
|
8
7
|
import '../SecureStorage-jO783AhC.js';
|
package/dist/wallet/index.js
CHANGED
|
@@ -632,7 +632,10 @@ function isBrowser() {
|
|
|
632
632
|
return typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
633
633
|
}
|
|
634
634
|
async function dynamicImport(specifier) {
|
|
635
|
-
return import(
|
|
635
|
+
return import(
|
|
636
|
+
/* webpackIgnore: true */
|
|
637
|
+
specifier
|
|
638
|
+
);
|
|
636
639
|
}
|
|
637
640
|
async function canUseNativeWdk() {
|
|
638
641
|
if (isBrowser()) {
|