pawapay-sdk 0.1.6 → 1.0.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": "pawapay-sdk",
3
- "version": "0.1.6",
3
+ "version": "1.0.0",
4
4
  "description": "A comprehensive TypeScript/JavaScript SDK for integrating with the pawaPay API, enabling seamless mobile money operations such as deposits, payouts, refunds, wallet balance checks, and more.",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",
@@ -16,7 +16,7 @@
16
16
  "package.json"
17
17
  ],
18
18
  "scripts": {
19
- "build": "tsup"
19
+ "build": "tsdown"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -38,20 +38,22 @@
38
38
  "homepage": "https://github.com/jonace-mpelule/pawapay-sdk#readme",
39
39
  "type": "module",
40
40
  "dependencies": {
41
- "axios": "^1.8.4"
41
+ "axios": "^1.8.4",
42
+ "signale": "^1.4.0",
43
+ "tsdown": "^0.20.1"
42
44
  },
43
45
  "devDependencies": {
44
46
  "@swc/core": "^1.11.29",
45
47
  "@types/jest": "^29.5.14",
46
48
  "@types/node": "^22.14.0",
49
+ "@types/signale": "^1.4.7",
47
50
  "eslint": "^9.23.0",
48
51
  "jest": "^29.7.0",
49
52
  "prettier": "^3.5.3",
50
53
  "ts-jest": "^29.3.1",
51
- "tsup": "^8.5.0",
52
54
  "typescript": "^5.8.2"
53
55
  },
54
56
  "engines": {
55
- "node": ">=16"
57
+ "node": ">=18"
56
58
  }
57
59
  }