@reevit/svelte 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
|
@@ -245,6 +245,13 @@ const result = await initiateMPesaSTKPush(
|
|
|
245
245
|
| Monnify | NG | Card, Bank Transfer, USSD |
|
|
246
246
|
| M-Pesa | KE, TZ | Mobile Money (STK Push) |
|
|
247
247
|
|
|
248
|
+
## Release Notes
|
|
249
|
+
|
|
250
|
+
### v0.7.0
|
|
251
|
+
|
|
252
|
+
- Updated `@reevit/core` dependency to v0.7.0
|
|
253
|
+
- Version alignment across all Reevit SDKs
|
|
254
|
+
|
|
248
255
|
## License
|
|
249
256
|
|
|
250
257
|
MIT © Reevit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reevit/svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Unified Payment Widget for Svelte Applications",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"svelte": "^4.0.0 || ^5.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@reevit/core": "^0.
|
|
50
|
+
"@reevit/core": "^0.7.0",
|
|
51
51
|
"@hubteljs/checkout": "^1.0.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|