@bithomp/xrpl-api 3.2.24 → 3.2.25
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.
|
@@ -22,4 +22,5 @@ const amount_1 = __importDefault(require("./amount"));
|
|
|
22
22
|
exports.parseAmount = amount_1.default;
|
|
23
23
|
const memos_1 = require("./memos");
|
|
24
24
|
Object.defineProperty(exports, "parseMemos", { enumerable: true, get: function () { return memos_1.parseMemos; } });
|
|
25
|
+
__exportStar(require("./account"), exports);
|
|
25
26
|
__exportStar(require("../utils"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bithomp/xrpl-api",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.25",
|
|
4
4
|
"description": "A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"lib/**/*"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"axios": "^1.
|
|
55
|
+
"axios": "^1.9.0",
|
|
56
56
|
"base-x": "^5.0.1",
|
|
57
|
-
"bignumber.js": "^9.
|
|
57
|
+
"bignumber.js": "^9.3.0",
|
|
58
58
|
"elliptic": "^6.6.1",
|
|
59
59
|
"lodash": "^4.17.21",
|
|
60
60
|
"ripple-address-codec": "5.0.0",
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"@types/lodash": "^4.17.16",
|
|
70
70
|
"@types/mocha": "^10.0.10",
|
|
71
71
|
"@types/nconf": "^0.10.7",
|
|
72
|
-
"@types/node": "^22.
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
74
|
-
"@typescript-eslint/parser": "^8.
|
|
72
|
+
"@types/node": "^22.15.3",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
74
|
+
"@typescript-eslint/parser": "^8.31.1",
|
|
75
75
|
"chai": "^4.5.0",
|
|
76
76
|
"chai-as-promised": "^7.1.2",
|
|
77
|
-
"eslint": "^9.
|
|
77
|
+
"eslint": "^9.26.0",
|
|
78
78
|
"eslint-config-prettier": "^10.1.2",
|
|
79
79
|
"eslint-plugin-chai-friendly": "^1.0.1",
|
|
80
80
|
"eslint-plugin-import": "^2.31.0",
|
|
81
81
|
"eslint-plugin-n": "^17.17.0",
|
|
82
82
|
"eslint-plugin-promise": "^7.2.1",
|
|
83
|
-
"mocha": "^11.
|
|
83
|
+
"mocha": "^11.2.2",
|
|
84
84
|
"nconf": "^0.13.0",
|
|
85
85
|
"ts-jest": "^29.3.2",
|
|
86
86
|
"ts-node": "^10.9.2",
|