@bithomp/xrpl-api 3.1.0 → 3.1.1
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.
|
@@ -106,9 +106,6 @@ async function getAccountAllOffers(account, options = {}) {
|
|
|
106
106
|
else {
|
|
107
107
|
break;
|
|
108
108
|
}
|
|
109
|
-
if (response.offers.length === 0) {
|
|
110
|
-
break;
|
|
111
|
-
}
|
|
112
109
|
}
|
|
113
110
|
if (response.error) {
|
|
114
111
|
const { error, error_code, error_message, status, validated } = response;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bithomp/xrpl-api",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
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",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@types/mocha": "^10.0.7",
|
|
69
69
|
"@types/nconf": "^0.10.6",
|
|
70
70
|
"@types/node": "^20.14.11",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
72
|
-
"@typescript-eslint/parser": "^7.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
72
|
+
"@typescript-eslint/parser": "^7.17.0",
|
|
73
73
|
"chai": "^4.4.1",
|
|
74
74
|
"chai-as-promised": "^7.1.2",
|
|
75
75
|
"eslint": "^8.57.0",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"eslint-plugin-chai-friendly": "^1.0.0",
|
|
78
78
|
"eslint-plugin-import": "^2.29.1",
|
|
79
79
|
"eslint-plugin-n": "^17.9.0",
|
|
80
|
-
"eslint-plugin-promise": "^6.
|
|
81
|
-
"mocha": "^10.
|
|
80
|
+
"eslint-plugin-promise": "^6.6.0",
|
|
81
|
+
"mocha": "^10.7.0",
|
|
82
82
|
"nconf": "^0.12.1",
|
|
83
|
-
"ts-jest": "^29.2.
|
|
83
|
+
"ts-jest": "^29.2.3",
|
|
84
84
|
"ts-node": "^10.9.2",
|
|
85
85
|
"typescript": "^5.4.5"
|
|
86
86
|
}
|