evernode-js-client 0.6.21-definition-1.8 → 0.6.21-definition-1.9

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -9149,7 +9149,7 @@ module.exports = { mask, unmask };
9149
9149
 
9150
9150
 
9151
9151
  try {
9152
- module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.napi.node");
9152
+ module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.napi1.node");
9153
9153
  } catch (e) {
9154
9154
  module.exports = __nccwpck_require__(2567);
9155
9155
  }
@@ -33340,7 +33340,7 @@ module.exports = isValidUTF8;
33340
33340
 
33341
33341
 
33342
33342
  try {
33343
- module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.napi1.node");
33343
+ module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.napi.node");
33344
33344
  } catch (e) {
33345
33345
  module.exports = __nccwpck_require__(9372);
33346
33346
  }
@@ -54407,7 +54407,7 @@ module.exports = {
54407
54407
  /***/ 8262:
54408
54408
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
54409
54409
 
54410
- const DefinitionsPath = './resources/definitions.json';
54410
+ const definitions = __nccwpck_require__(4626);
54411
54411
 
54412
54412
  const DefaultValues = {
54413
54413
  xrplApi: null,
@@ -54431,8 +54431,6 @@ class Defaults {
54431
54431
  * @param {string} network Network to choose the info.
54432
54432
  */
54433
54433
  static useNetwork(network) {
54434
- const definitions = __nccwpck_require__(4626);
54435
-
54436
54434
  if (!definitions[network])
54437
54435
  throw `Invalid network: ${network}`;
54438
54436
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  ],
7
7
  "homepage": "https://github.com/HotPocketDev/evernode-js-client",
8
8
  "license": "MIT",
9
- "version": "0.6.21-definition-1.8",
9
+ "version": "0.6.21-definition-1.9",
10
10
  "dependencies": {
11
11
  "elliptic": "6.5.4",
12
12
  "libsodium-wrappers": "0.7.10",
Binary file
Binary file