spaark-payapi-sdk 1.2.2 → 1.3.1

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.2.2",
3
+ "version": "1.3.1",
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
- "lucide-react": "^0.469.0",
46
+ "lucide-react": ">=0.400.0",
49
47
  "react": "^18.0.0 || ^19.0.0",
50
- "react-dom": "^18.0.0 || ^19.0.0",
51
- "tailwind-merge": "^3.4.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
  },