@reevit/vue 0.6.0 → 0.7.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 +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -262,6 +262,13 @@ const result = await initiateMPesaSTKPush(
|
|
|
262
262
|
| Monnify | NG | Card, Bank Transfer, USSD |
|
|
263
263
|
| M-Pesa | KE, TZ | Mobile Money (STK Push) |
|
|
264
264
|
|
|
265
|
+
## Release Notes
|
|
266
|
+
|
|
267
|
+
### v0.7.0
|
|
268
|
+
|
|
269
|
+
- Updated `@reevit/core` dependency to v0.7.0
|
|
270
|
+
- Version alignment across all Reevit SDKs
|
|
271
|
+
|
|
265
272
|
## License
|
|
266
273
|
|
|
267
274
|
MIT © Reevit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reevit/vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Unified Payment Widget for Vue 3 Applications",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"vue": "^3.3.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@reevit/core": "^0.
|
|
48
|
+
"@reevit/core": "^0.7.0",
|
|
49
49
|
"@hubteljs/checkout": "^1.0.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|