@coinflowlabs/vue 1.4.0 → 1.4.2
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 +1042 -995
- package/dist/coinflow-vue.umd.cjs +7 -7
- package/dist/components/CoinflowPurchase.vue.d.ts +1 -0
- package/dist/lib/common/CoinflowTypes.d.ts +6 -2
- package/dist/lib/common/CoinflowUtils.d.ts +1 -1
- package/dist/lib/common/types/Subtotal.d.ts +1 -0
- package/dist/lib/common/types/nftCartItem.d.ts +2 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -47,6 +47,14 @@ Props:
|
|
|
47
47
|
|
|
48
48
|
# Changelog
|
|
49
49
|
|
|
50
|
+
## 1.4.2
|
|
51
|
+
|
|
52
|
+
- Added email as a field for customerInfo
|
|
53
|
+
|
|
54
|
+
## 1.4.1
|
|
55
|
+
|
|
56
|
+
- Added `redemptionCheck` to purchase (Solana only)
|
|
57
|
+
|
|
50
58
|
## 1.4.0
|
|
51
59
|
|
|
52
60
|
- Added `allowedWithdrawSpeeds` query parameter to allow merchants to specify what withdraw speeds are allowed. The default is all.
|