@riocrypto/common-server 1.0.2919 → 1.0.2920

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.
Files changed (2) hide show
  1. package/build/index.js +0 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -208,7 +208,6 @@ __exportStar(require("./helpers/find-user-tier-forward-curve-rate"), exports);
208
208
  __exportStar(require("./helpers/resolve-forward-curve-rate"), exports);
209
209
  __exportStar(require("./helpers/get-resolved-forward-curve-tiers"), exports);
210
210
  __exportStar(require("./helpers/get-fx-trading-policy"), exports);
211
- ;
212
211
  __exportStar(require("./clients/google-sheets-api-client"), exports);
213
212
  __exportStar(require("./clients/binance-client"), exports);
214
213
  __exportStar(require("./clients/kraken-client"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2919",
3
+ "version": "1.0.2920",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",