@medievalrain/binance-ts 0.5.1 → 0.5.2

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/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -582,7 +582,6 @@ var MalformedParamError = class extends ResponseError {
582
582
  }
583
583
  parseParam(message) {
584
584
  const match = message.match(/'([^']+)'/);
585
- if (match) console.log(match[1]);
586
585
  if (!match) throw new ErrorMessageParsingError("Can't parse param data");
587
586
  return String(match[1]);
588
587
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medievalrain/binance-ts",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Binance API SDK",
5
5
  "access": "public",
6
6
  "type": "module",