evernode-js-client 0.6.43 → 0.6.44
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -61986,7 +61986,7 @@ const { UtilHelpers } = __nccwpck_require__(6687);
|
|
|
61986
61986
|
const { EvernodeHelpers } = __nccwpck_require__(2523);
|
|
61987
61987
|
const { TransactionHelper } = __nccwpck_require__(7071);
|
|
61988
61988
|
|
|
61989
|
-
const DEFAULT_WAIT_TIMEOUT =
|
|
61989
|
+
const DEFAULT_WAIT_TIMEOUT = 300000;
|
|
61990
61990
|
|
|
61991
61991
|
const TenantEvents = {
|
|
61992
61992
|
AcquireSuccess: EvernodeEvents.AcquireSuccess,
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
],
|
|
7
7
|
"homepage": "https://github.com/HotPocketDev/evernode-js-client",
|
|
8
8
|
"license": "SEE LICENSE IN https://raw.githubusercontent.com/EvernodeXRPL/evernode-resources/main/license/evernode-license.pdf",
|
|
9
|
-
"version": "0.6.
|
|
9
|
+
"version": "0.6.44",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"elliptic": "6.5.4",
|
|
12
12
|
"libsodium-wrappers": "0.7.10",
|