paystack-sdk 2.5.2 → 2.5.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,8 +54,8 @@ All methods use promise meaning you can either use the `async...await` or `then.
54
54
  - [x] Settlements
55
55
  - [x] Invoices
56
56
  - [x] Transaction Recipients
57
- - [ ] Transfers Control
58
- - [ ] Bulk Charges
57
+ - [x] Transfers Control
58
+ - [x] Bulk Charges
59
59
  - [ ] Control Panel
60
60
  - [ ] Disputes
61
61
  - [ ] Refunds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paystack-sdk",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "Paystack SDK written in Typescript",
5
5
  "main": "dist/index.js",
6
6
  "author": "Tech Priest",