spaark-payapi-sdk 1.0.0 → 1.1.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.0.0",
3
+ "version": "1.1.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",
@@ -35,7 +35,13 @@
35
35
  "peerDependencies": {
36
36
  "axios": "^1.6.0",
37
37
  "react": "^18.0.0 || ^19.0.0",
38
- "react-dom": "^18.0.0 || ^19.0.0"
38
+ "react-dom": "^18.0.0 || ^19.0.0",
39
+ "@radix-ui/react-tabs": "^1.0.0",
40
+ "@radix-ui/react-select": "^2.0.0",
41
+ "@radix-ui/react-dialog": "^1.0.0",
42
+ "class-variance-authority": "^0.7.0",
43
+ "clsx": "^2.0.0",
44
+ "tailwind-merge": "^2.0.0"
39
45
  },
40
46
  "peerDependenciesMeta": {
41
47
  "react": {
@@ -43,6 +49,24 @@
43
49
  },
44
50
  "react-dom": {
45
51
  "optional": true
52
+ },
53
+ "@radix-ui/react-tabs": {
54
+ "optional": true
55
+ },
56
+ "@radix-ui/react-select": {
57
+ "optional": true
58
+ },
59
+ "@radix-ui/react-dialog": {
60
+ "optional": true
61
+ },
62
+ "class-variance-authority": {
63
+ "optional": true
64
+ },
65
+ "clsx": {
66
+ "optional": true
67
+ },
68
+ "tailwind-merge": {
69
+ "optional": true
46
70
  }
47
71
  },
48
72
  "dependencies": {
@@ -50,14 +74,20 @@
50
74
  "zod": "^3.22.0"
51
75
  },
52
76
  "devDependencies": {
77
+ "@radix-ui/react-dialog": "^1.0.0",
78
+ "@radix-ui/react-select": "^2.0.0",
79
+ "@radix-ui/react-tabs": "^1.0.0",
53
80
  "@types/jest": "^29.5.0",
54
81
  "@types/node": "^20.0.0",
55
82
  "@types/react": "^18.0.0",
56
83
  "@types/uuid": "^9.0.0",
57
84
  "axios": "^1.6.0",
85
+ "class-variance-authority": "^0.7.0",
86
+ "clsx": "^2.0.0",
58
87
  "eslint": "^8.56.0",
59
88
  "jest": "^29.7.0",
60
89
  "react": "^18.0.0",
90
+ "tailwind-merge": "^2.0.0",
61
91
  "ts-jest": "^29.1.0",
62
92
  "tsup": "^8.0.0",
63
93
  "typescript": "^5.3.0"
@@ -83,13 +113,13 @@
83
113
  ],
84
114
  "author": "Spaark <contact@spaark.cloud>",
85
115
  "license": "MIT",
86
- "homepage": "https://github.com/spaark-cloud/spaark-payapi-sdk#readme",
116
+ "homepage": "https://github.com/confort-sept-inc/react-spaark-payapi-sdk#readme",
87
117
  "repository": {
88
118
  "type": "git",
89
- "url": "git+https://github.com/spaark-cloud/spaark-payapi-sdk.git"
119
+ "url": "git+https://github.com/confort-sept-inc/react-spaark-payapi-sdk.git"
90
120
  },
91
121
  "bugs": {
92
- "url": "https://github.com/spaark-cloud/spaark-payapi-sdk/issues"
122
+ "url": "https://github.com/confort-sept-inc/react-spaark-payapi-sdk/issues"
93
123
  },
94
124
  "engines": {
95
125
  "node": ">=18.0.0"