@zubari/sdk 0.1.2 → 0.1.4

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 (37) hide show
  1. package/dist/TransactionService-CxwB1kpN.d.mts +205 -0
  2. package/dist/TransactionService-DdL6H6M-.d.ts +205 -0
  3. package/dist/{WalletManager-TiAdzqrn.d.ts → WalletManager-CYJNiww6.d.ts} +49 -132
  4. package/dist/{WalletManager-DJjdq89b.d.mts → WalletManager-Dmmcbtiw.d.mts} +49 -132
  5. package/dist/{index-BLuxEdLp.d.mts → index-DhluuR9H.d.mts} +1 -1
  6. package/dist/{index-BLuxEdLp.d.ts → index-DhluuR9H.d.ts} +1 -1
  7. package/dist/{index-DO3T2HVe.d.ts → index-OxzgPoRG.d.ts} +2 -2
  8. package/dist/{index-fXVD8_D0.d.mts → index-poGbMJzn.d.mts} +2 -2
  9. package/dist/index.d.mts +5 -6
  10. package/dist/index.d.ts +5 -6
  11. package/dist/index.js +3112 -2
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.mjs +3110 -3
  14. package/dist/index.mjs.map +1 -1
  15. package/dist/protocols/index.d.mts +1 -1
  16. package/dist/protocols/index.d.ts +1 -1
  17. package/dist/react/index.d.mts +4 -5
  18. package/dist/react/index.d.ts +4 -5
  19. package/dist/react/index.js +2704 -3
  20. package/dist/react/index.js.map +1 -1
  21. package/dist/react/index.mjs +2704 -3
  22. package/dist/react/index.mjs.map +1 -1
  23. package/dist/services/index.d.mts +87 -3
  24. package/dist/services/index.d.ts +87 -3
  25. package/dist/services/index.js +3065 -2
  26. package/dist/services/index.js.map +1 -1
  27. package/dist/services/index.mjs +3062 -3
  28. package/dist/services/index.mjs.map +1 -1
  29. package/dist/wallet/index.d.mts +4 -5
  30. package/dist/wallet/index.d.ts +4 -5
  31. package/dist/wallet/index.js +2705 -2
  32. package/dist/wallet/index.js.map +1 -1
  33. package/dist/wallet/index.mjs +2705 -2
  34. package/dist/wallet/index.mjs.map +1 -1
  35. package/package.json +6 -1
  36. package/dist/SwapService-C0G8IXW2.d.mts +0 -35
  37. package/dist/SwapService-DZD0OJI_.d.ts +0 -35
@@ -1,4 +1,4 @@
1
- import { d as NFTMetadata, L as LazyMintVoucher, T as TxResult, f as ListingParams, e as NFT, g as TipData, h as TipResult, i as TipStats, j as SubscriptionPlan, k as Subscription, E as EarningsBreakdown, R as RevenueSplit } from '../index-BLuxEdLp.mjs';
1
+ import { c as NFTMetadata, L as LazyMintVoucher, b as TxResult, e as ListingParams, d as NFT, f as TipData, g as TipResult, h as TipStats, i as SubscriptionPlan, j as Subscription, E as EarningsBreakdown, R as RevenueSplit } from '../index-DhluuR9H.mjs';
2
2
 
3
3
  /**
4
4
  * ZubariNFTProtocol - NFT creation and marketplace operations
@@ -1,4 +1,4 @@
1
- import { d as NFTMetadata, L as LazyMintVoucher, T as TxResult, f as ListingParams, e as NFT, g as TipData, h as TipResult, i as TipStats, j as SubscriptionPlan, k as Subscription, E as EarningsBreakdown, R as RevenueSplit } from '../index-BLuxEdLp.js';
1
+ import { c as NFTMetadata, L as LazyMintVoucher, b as TxResult, e as ListingParams, d as NFT, f as TipData, g as TipResult, h as TipStats, i as SubscriptionPlan, j as Subscription, E as EarningsBreakdown, R as RevenueSplit } from '../index-DhluuR9H.js';
2
2
 
3
3
  /**
4
4
  * ZubariNFTProtocol - NFT creation and marketplace operations
@@ -1,8 +1,7 @@
1
- import { N as NetworkType } from '../index-BLuxEdLp.mjs';
2
- import { b as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, W as WalletManager } from '../WalletManager-DJjdq89b.mjs';
3
- export { S as SUPPORTED_CHAINS } from '../WalletManager-DJjdq89b.mjs';
4
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
5
- import 'node_modules/viem/_types/utils/ccip';
1
+ import { N as NetworkType } from '../index-DhluuR9H.mjs';
2
+ import { b as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, W as WalletManager } from '../WalletManager-Dmmcbtiw.mjs';
3
+ export { S as SUPPORTED_CHAINS } from '../WalletManager-Dmmcbtiw.mjs';
4
+ import 'abitype';
6
5
  import 'viem';
7
6
  import 'ethers';
8
7
  import '../SecureStorage-jO783AhC.mjs';
@@ -1,8 +1,7 @@
1
- import { N as NetworkType } from '../index-BLuxEdLp.js';
2
- import { b as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, W as WalletManager } from '../WalletManager-TiAdzqrn.js';
3
- export { S as SUPPORTED_CHAINS } from '../WalletManager-TiAdzqrn.js';
4
- import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
5
- import 'node_modules/viem/_types/utils/ccip';
1
+ import { N as NetworkType } from '../index-DhluuR9H.js';
2
+ import { b as WalletManagerConfig, a as WalletState, C as ChainBalance, M as MultiChainAddresses, W as WalletManager } from '../WalletManager-CYJNiww6.js';
3
+ export { S as SUPPORTED_CHAINS } from '../WalletManager-CYJNiww6.js';
4
+ import 'abitype';
6
5
  import 'viem';
7
6
  import 'ethers';
8
7
  import '../SecureStorage-jO783AhC.js';