@dynamic-labs-sdk/client 0.23.4 → 0.24.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/{InvalidParamError-D2mY6bDm.cjs.js → InvalidParamError-9IR2C0up.cjs.js} +9 -5
- package/dist/{InvalidParamError-D2mY6bDm.cjs.js.map → InvalidParamError-9IR2C0up.cjs.js.map} +1 -1
- package/dist/{InvalidParamError-DQNvDHoJ.esm.js → InvalidParamError-Bq5zAFj4.esm.js} +8 -4
- package/dist/{InvalidParamError-DQNvDHoJ.esm.js.map → InvalidParamError-Bq5zAFj4.esm.js.map} +1 -1
- package/dist/{NotWaasWalletAccountError-BycDPZE7.esm.js → NotWaasWalletAccountError-CIJRq-EG.esm.js} +3 -3
- package/dist/{NotWaasWalletAccountError-BycDPZE7.esm.js.map → NotWaasWalletAccountError-CIJRq-EG.esm.js.map} +1 -1
- package/dist/{NotWaasWalletAccountError-DKt-e0jp.cjs.js → NotWaasWalletAccountError-DpRIY6Pd.cjs.js} +3 -3
- package/dist/{NotWaasWalletAccountError-DKt-e0jp.cjs.js.map → NotWaasWalletAccountError-DpRIY6Pd.cjs.js.map} +1 -1
- package/dist/core.cjs.js +6 -29
- package/dist/core.cjs.js.map +1 -1
- package/dist/core.esm.js +5 -28
- package/dist/core.esm.js.map +1 -1
- package/dist/exports/index.d.ts +3 -0
- package/dist/exports/index.d.ts.map +1 -1
- package/dist/{getNetworkProviderFromNetworkId-Ck4qXPsJ.esm.js → getNetworkProviderFromNetworkId-C4aba1hS.esm.js} +27 -4
- package/dist/getNetworkProviderFromNetworkId-C4aba1hS.esm.js.map +1 -0
- package/dist/{getNetworkProviderFromNetworkId-BZ0Yi99m.cjs.js → getNetworkProviderFromNetworkId-COxYamJy.cjs.js} +32 -3
- package/dist/getNetworkProviderFromNetworkId-COxYamJy.cjs.js.map +1 -0
- package/dist/{getSignedSessionId-oiCgC33U.cjs.js → getSignedSessionId-D7uV3dw0.cjs.js} +3 -3
- package/dist/{getSignedSessionId-oiCgC33U.cjs.js.map → getSignedSessionId-D7uV3dw0.cjs.js.map} +1 -1
- package/dist/{getSignedSessionId-lg-rT8W_.esm.js → getSignedSessionId-_vjv5TNw.esm.js} +3 -3
- package/dist/{getSignedSessionId-lg-rT8W_.esm.js.map → getSignedSessionId-_vjv5TNw.esm.js.map} +1 -1
- package/dist/{getVerifiedCredentialForWalletAccount-6iZSd5T2.cjs.js → getVerifiedCredentialForWalletAccount-Df_wN20i.cjs.js} +3 -3
- package/dist/{getVerifiedCredentialForWalletAccount-6iZSd5T2.cjs.js.map → getVerifiedCredentialForWalletAccount-Df_wN20i.cjs.js.map} +1 -1
- package/dist/{getVerifiedCredentialForWalletAccount-C2m6GufK.esm.js → getVerifiedCredentialForWalletAccount-Y-aJ2rY7.esm.js} +2 -2
- package/dist/{getVerifiedCredentialForWalletAccount-C2m6GufK.esm.js.map → getVerifiedCredentialForWalletAccount-Y-aJ2rY7.esm.js.map} +1 -1
- package/dist/index.cjs.js +114 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +114 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/{isMfaRequiredForAction-DqZS12dt.esm.js → isMfaRequiredForAction-Cc6jkbY5.esm.js} +2 -2
- package/dist/{isMfaRequiredForAction-DqZS12dt.esm.js.map → isMfaRequiredForAction-Cc6jkbY5.esm.js.map} +1 -1
- package/dist/{isMfaRequiredForAction-DRetUSWZ.cjs.js → isMfaRequiredForAction-cfGmMd_g.cjs.js} +2 -2
- package/dist/{isMfaRequiredForAction-DRetUSWZ.cjs.js.map → isMfaRequiredForAction-cfGmMd_g.cjs.js.map} +1 -1
- package/dist/modules/checkout/createCheckoutTransaction/createCheckoutTransaction.d.ts.map +1 -1
- package/dist/modules/checkout/events.d.ts +27 -0
- package/dist/modules/checkout/events.d.ts.map +1 -0
- package/dist/modules/checkout/trackCheckoutTransaction/index.d.ts +3 -0
- package/dist/modules/checkout/trackCheckoutTransaction/index.d.ts.map +1 -0
- package/dist/modules/checkout/trackCheckoutTransaction/trackCheckoutTransaction.d.ts +15 -0
- package/dist/modules/checkout/trackCheckoutTransaction/trackCheckoutTransaction.d.ts.map +1 -0
- package/dist/modules/checkout/utils/createCheckoutTransactionChannelSchema/createCheckoutTransactionChannelSchema.d.ts +28 -0
- package/dist/modules/checkout/utils/createCheckoutTransactionChannelSchema/createCheckoutTransactionChannelSchema.d.ts.map +1 -0
- package/dist/modules/checkout/utils/createCheckoutTransactionChannelSchema/index.d.ts +3 -0
- package/dist/modules/checkout/utils/createCheckoutTransactionChannelSchema/index.d.ts.map +1 -0
- package/dist/modules/checkout/utils/subscribeToCheckoutTransaction/index.d.ts +3 -0
- package/dist/modules/checkout/utils/subscribeToCheckoutTransaction/index.d.ts.map +1 -0
- package/dist/modules/checkout/utils/subscribeToCheckoutTransaction/subscribeToCheckoutTransaction.d.ts +15 -0
- package/dist/modules/checkout/utils/subscribeToCheckoutTransaction/subscribeToCheckoutTransaction.d.ts.map +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/utils/getNonce/fetchAndStoreNonces/fetchAndStoreNonces.d.ts +4 -1
- package/dist/utils/getNonce/fetchAndStoreNonces/fetchAndStoreNonces.d.ts.map +1 -1
- package/dist/waas.cjs.js +4 -4
- package/dist/waas.esm.js +3 -3
- package/dist/waasCore.cjs.js +4 -4
- package/dist/waasCore.esm.js +3 -3
- package/package.json +3 -3
- package/dist/getNetworkProviderFromNetworkId-BZ0Yi99m.cjs.js.map +0 -1
- package/dist/getNetworkProviderFromNetworkId-Ck4qXPsJ.esm.js.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.