spaark-payapi-sdk 1.2.1 → 1.3.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 +16 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{react-ByYFxpk4.d.mts → react-C9ThSRq3.d.mts} +3 -3
- package/dist/{react-ByYFxpk4.d.ts → react-C9ThSRq3.d.ts} +3 -3
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +1 -1
- package/dist/react.mjs.map +1 -1
- package/package.json +6 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spaark-payapi-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.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",
|
|
@@ -43,12 +43,9 @@
|
|
|
43
43
|
"@radix-ui/react-select": "^2.0.0",
|
|
44
44
|
"@radix-ui/react-tabs": "^1.0.0",
|
|
45
45
|
"axios": "^1.6.0",
|
|
46
|
-
"class-variance-authority": "^0.7.0",
|
|
47
|
-
"clsx": "^2.0.0",
|
|
48
46
|
"lucide-react": "^0.469.0",
|
|
49
47
|
"react": "^18.0.0 || ^19.0.0",
|
|
50
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
51
|
-
"tailwind-merge": "^2.0.0"
|
|
48
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
52
49
|
},
|
|
53
50
|
"peerDependenciesMeta": {
|
|
54
51
|
"react": {
|
|
@@ -68,18 +65,12 @@
|
|
|
68
65
|
},
|
|
69
66
|
"lucide-react": {
|
|
70
67
|
"optional": true
|
|
71
|
-
},
|
|
72
|
-
"class-variance-authority": {
|
|
73
|
-
"optional": true
|
|
74
|
-
},
|
|
75
|
-
"clsx": {
|
|
76
|
-
"optional": true
|
|
77
|
-
},
|
|
78
|
-
"tailwind-merge": {
|
|
79
|
-
"optional": true
|
|
80
68
|
}
|
|
81
69
|
},
|
|
82
70
|
"dependencies": {
|
|
71
|
+
"class-variance-authority": "^0.7.0",
|
|
72
|
+
"clsx": "^2.0.0",
|
|
73
|
+
"tailwind-merge": "^3.4.0",
|
|
83
74
|
"uuid": "^9.0.0",
|
|
84
75
|
"zod": "^3.22.0"
|
|
85
76
|
},
|
|
@@ -102,7 +93,7 @@
|
|
|
102
93
|
"lucide-react": "^0.469.0",
|
|
103
94
|
"react": "^18.0.0",
|
|
104
95
|
"standard-version": "^9.5.0",
|
|
105
|
-
"tailwind-merge": "^
|
|
96
|
+
"tailwind-merge": "^3.4.0",
|
|
106
97
|
"ts-jest": "^29.1.0",
|
|
107
98
|
"tsup": "^8.0.0",
|
|
108
99
|
"typescript": "^5.3.0"
|