@coinflowlabs/vue 1.9.2 → 1.11.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 +9 -0
- package/dist/coinflow-vue.js +3204 -3092
- package/dist/coinflow-vue.umd.cjs +10 -10
- package/dist/components/CoinflowPurchase.vue.d.ts +38 -0
- package/dist/components/CoinflowWithdraw.vue.d.ts +34 -7
- package/dist/lib/common/CoinflowLibMessageHandlers.d.ts +2 -1
- package/dist/lib/common/CoinflowProtectionInit.d.ts +5 -0
- package/dist/lib/common/CoinflowProtectionSession.d.ts +16 -0
- package/dist/lib/common/CoinflowProtectionSession.native.d.ts +3 -0
- package/dist/lib/common/CoinflowPurchaseProtectionHeaders.d.ts +7 -0
- package/dist/lib/common/CoinflowTypes.d.ts +18 -8
- package/dist/lib/common/CoinflowUtils.d.ts +7 -0
- package/dist/lib/common/NSure.d.ts +2 -2
- package/dist/lib/common/NSure.native.d.ts +2 -2
- package/dist/lib/common/index.d.ts +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,15 @@ Props:
|
|
|
48
48
|
|
|
49
49
|
# Changelog
|
|
50
50
|
|
|
51
|
+
## 1.11.0
|
|
52
|
+
|
|
53
|
+
- Added unified protection initialization helper and headers helper
|
|
54
|
+
- Test zipcode `00001` triggers fraud protection rejection
|
|
55
|
+
|
|
56
|
+
## 1.10.0
|
|
57
|
+
|
|
58
|
+
- Added support for CashApp redirection
|
|
59
|
+
|
|
51
60
|
## 1.9.2
|
|
52
61
|
|
|
53
62
|
- Fixed typing for sessionKey being not present when passing the wallet object
|