spaark-payapi-sdk 1.4.0 → 1.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaark-payapi-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "TypeScript SDK for Pawapay Mobile Money API (V2) - Deposits, Payouts, Refunds for Africa",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -42,6 +42,7 @@
42
42
  "@radix-ui/react-dialog": "^1.0.0",
43
43
  "@radix-ui/react-select": "^2.0.0",
44
44
  "@radix-ui/react-tabs": "^1.0.0",
45
+ "@tanstack/react-table": "^8.0.0",
45
46
  "axios": "^1.6.0",
46
47
  "lucide-react": ">=0.400.0",
47
48
  "react": "^18.0.0 || ^19.0.0",
@@ -64,6 +65,9 @@
64
65
  "@radix-ui/react-dialog": {
65
66
  "optional": true
66
67
  },
68
+ "@tanstack/react-table": {
69
+ "optional": true
70
+ },
67
71
  "lucide-react": {
68
72
  "optional": true
69
73
  },
@@ -82,6 +86,7 @@
82
86
  "@radix-ui/react-dialog": "^1.0.0",
83
87
  "@radix-ui/react-select": "^2.0.0",
84
88
  "@radix-ui/react-tabs": "^1.0.0",
89
+ "@tanstack/react-table": "^8.0.0",
85
90
  "@testing-library/jest-dom": "^6.9.1",
86
91
  "@testing-library/react": "^16.3.2",
87
92
  "@types/jest": "^29.5.0",
@@ -96,6 +101,7 @@
96
101
  "jest-environment-jsdom": "^30.2.0",
97
102
  "lucide-react": "^0.469.0",
98
103
  "react": "^18.0.0",
104
+ "recharts": "^2.12.0",
99
105
  "standard-version": "^9.5.0",
100
106
  "tailwind-merge": "^3.4.0",
101
107
  "ts-jest": "^29.1.0",