@zkp2p/sdk 0.4.0-rc.0 → 0.4.0-rc.1
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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.mjs +2 -2
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/{vaultUtils-BBdtW9in.d.mts → vaultUtils-CN5fupa7.d.mts} +1 -1
- package/dist/{vaultUtils-BBdtW9in.d.ts → vaultUtils-CN5fupa7.d.ts} +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -50260,6 +50260,7 @@ exports.ZERO_RATE_MANAGER_ID = ZERO_RATE_MANAGER_ID;
|
|
|
50260
50260
|
exports.ZKP2P_ANDROID_REFERRER = ZKP2P_ANDROID_REFERRER;
|
|
50261
50261
|
exports.ZKP2P_IOS_REFERRER = ZKP2P_IOS_REFERRER;
|
|
50262
50262
|
exports.Zkp2pClient = Zkp2pClient;
|
|
50263
|
+
exports.apiCreateSellerCredentialBundle = apiCreateSellerCredentialBundle;
|
|
50263
50264
|
exports.apiGetDepositBundle = apiGetDepositBundle;
|
|
50264
50265
|
exports.apiGetOrderbook = apiGetOrderbook;
|
|
50265
50266
|
exports.apiGetOwnerDeposits = apiGetOwnerDeposits;
|