@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.
- package/README.md +4 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# FidduPay Node.js SDK
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
|
|
3
|
+
[](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
|
|
4
|
+
[](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
|
|
6
5
|
[](https://github.com/fiddupay/fiddupay-node/actions)
|
|
7
6
|
[](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
|
+
"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": "^
|
|
49
|
-
"@types/node": "^
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
51
|
-
"@typescript-eslint/parser": "^
|
|
52
|
-
"eslint": "^
|
|
53
|
-
"jest": "^
|
|
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
|
},
|