@chainrails/react 0.4.0 → 0.4.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/chainrails-sdk.es.js +2 -0
- package/dist/chainrails-sdk.es.mjs +2 -0
- package/dist/chainrails-sdk.umd.js +22 -22
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -20926,7 +20926,9 @@ export {
|
|
|
20926
20926
|
Xn as Chainrails,
|
|
20927
20927
|
rI as Chains,
|
|
20928
20928
|
AI as PaymentModal,
|
|
20929
|
+
rI as chains,
|
|
20929
20930
|
mI as crapi,
|
|
20931
|
+
X as tokens,
|
|
20930
20932
|
xI as usePaymentModal,
|
|
20931
20933
|
SI as usePaymentSession
|
|
20932
20934
|
};
|
|
@@ -20926,7 +20926,9 @@ export {
|
|
|
20926
20926
|
Xn as Chainrails,
|
|
20927
20927
|
rI as Chains,
|
|
20928
20928
|
AI as PaymentModal,
|
|
20929
|
+
rI as chains,
|
|
20929
20930
|
mI as crapi,
|
|
20931
|
+
X as tokens,
|
|
20930
20932
|
xI as usePaymentModal,
|
|
20931
20933
|
SI as usePaymentSession
|
|
20932
20934
|
};
|