@riocrypto/common-server 1.0.1939 → 1.0.1940

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.
@@ -14,6 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.buildBitsoClient = void 0;
16
16
  const secret_manager_client_1 = require("./secret-manager-client");
17
+ const axios_1 = __importDefault(require("axios"));
17
18
  const axios_with_logging_1 = __importDefault(require("./axios-with-logging"));
18
19
  const common_1 = require("@riocrypto/common");
19
20
  const crypto_js_1 = __importDefault(require("crypto-js"));
@@ -335,7 +336,7 @@ class BitsoClient {
335
336
  },
336
337
  };
337
338
  const signedRequestConfig = this.signRequest(requestConfig);
338
- const res = yield (0, axios_with_logging_1.default)(signedRequestConfig);
339
+ const res = yield (0, axios_1.default)(signedRequestConfig);
339
340
  const data = res.data;
340
341
  if (!data.success) {
341
342
  throw new Error("Error getting Bitso fees");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1939",
3
+ "version": "1.0.1940",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",