@riocrypto/common-server 1.0.1117 → 1.0.1118

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.
@@ -74,7 +74,6 @@ class BridgeClient {
74
74
  const { data } = yield axios_1.default.delete(`${this.baseUrl}/v0/transfers/${transferId}`, {
75
75
  headers: {
76
76
  "Api-Key": this.apiKey,
77
- "Idempotency-Key": (0, uuid_1.v4)(),
78
77
  },
79
78
  });
80
79
  return data;
@@ -144,7 +143,6 @@ class BridgeClient {
144
143
  "Api-Key": this.apiKey,
145
144
  },
146
145
  });
147
- console.log("response", response.data);
148
146
  return response.data || [];
149
147
  });
150
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1117",
3
+ "version": "1.0.1118",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",