@fiddupay/fiddupay-node 2.3.3 → 2.3.5

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # FidduPay Node.js SDK
2
2
 
3
- Official Node.js SDK for the FidduPay cryptocurrency payment gateway platform with **3-Mode Wallet System**.
4
-
5
- [![npm version](https://badge.fury.io/js/@fiddupay/fiddupay-node.svg)](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
3
+ [![npm version](https://img.shields.io/npm/v/@fiddupay/fiddupay-node.svg?style=flat-square&cacheSeconds=300)](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@fiddupay/fiddupay-node.svg?style=flat-square)](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
6
5
  [![Build Status](https://github.com/fiddupay/fiddupay-node/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/fiddupay/fiddupay-node/actions)
7
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
7
 
8
+ Official Node.js SDK for the FidduPay cryptocurrency payment gateway platform with **3-Mode Wallet System**.
9
+
9
10
  ## Daily Volume Limits
10
11
 
11
12
  - **Non-KYC Merchants**: $1,000 USD daily volume limit (combined deposits + withdrawals)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiddupay/fiddupay-node",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
4
4
  "description": "Official Node.js SDK for FidduPay cryptocurrency payment gateway",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,12 +45,12 @@
45
45
  "axios": "^1.13.3"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/jest": "^29.5.0",
49
- "@types/node": "^20.0.0",
50
- "@typescript-eslint/eslint-plugin": "^6.0.0",
51
- "@typescript-eslint/parser": "^6.0.0",
52
- "eslint": "^8.0.0",
53
- "jest": "^29.5.0",
48
+ "@types/jest": "^30.0.0",
49
+ "@types/node": "^25.0.10",
50
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
51
+ "@typescript-eslint/parser": "^8.54.0",
52
+ "eslint": "^9.39.2",
53
+ "jest": "^30.2.0",
54
54
  "ts-jest": "^29.1.0",
55
55
  "typescript": "^5.0.0"
56
56
  },