@coinflowlabs/vue 1.5.0 → 1.6.0
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/README.md +8 -0
- package/dist/coinflow-vue.js +14460 -13831
- package/dist/coinflow-vue.umd.cjs +18 -18
- package/dist/components/CoinflowPurchase.vue.d.ts +34 -0
- package/dist/components/CoinflowWithdraw.vue.d.ts +32 -5
- package/dist/lib/common/CoinflowTypes.d.ts +20 -28
- package/dist/lib/common/CoinflowUtils.d.ts +5 -1
- package/dist/lib/common/NSure.d.ts +2 -0
- package/dist/lib/common/NSure.native.d.ts +2 -0
- package/dist/lib/common/card-form/TokenEx.d.ts +0 -99
- package/package.json +2 -6
package/README.md
CHANGED
|
@@ -48,6 +48,14 @@ Props:
|
|
|
48
48
|
|
|
49
49
|
# Changelog
|
|
50
50
|
|
|
51
|
+
## 1.6.0
|
|
52
|
+
|
|
53
|
+
- New Blockchain Support: The SDK now supports Monad, a high-performance EVM-compatible blockchain. Pass blockchain='monad' to enable Monad payment processing.
|
|
54
|
+
|
|
55
|
+
## 1.5.1
|
|
56
|
+
|
|
57
|
+
- Internal change to a query parameter name for zero authorization
|
|
58
|
+
|
|
51
59
|
## 1.5.0
|
|
52
60
|
|
|
53
61
|
- Added zeroAuthorization parameter to allow zero authorization card transactions
|