@ango-ya/ccxt
Advanced tools
Comparing version 1.42.19 to 1.42.20
@@ -38,3 +38,3 @@ "use strict"; | ||
const version = '1.42.19' | ||
const version = '1.42.20' | ||
@@ -41,0 +41,0 @@ Exchange.ccxtVersion = version |
@@ -7,3 +7,3 @@ 'use strict'; | ||
const { TICK_SIZE } = require ('./base/functions/number'); | ||
const { InvalidOrder, ArgumentsRequired } = require ('./base/errors'); | ||
const { InvalidOrder, ArgumentsRequired, AuthenticationError } = require ('./base/errors'); | ||
@@ -177,2 +177,5 @@ // --------------------------------------------------------------------------- | ||
}, | ||
'httpExceptions': { | ||
'403': AuthenticationError, | ||
}, | ||
'exceptions': {}, | ||
@@ -179,0 +182,0 @@ 'precisionMode': TICK_SIZE, |
{ | ||
"name": "@ango-ya/ccxt", | ||
"version": "1.42.19", | ||
"version": "1.42.20", | ||
"description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges", | ||
@@ -5,0 +5,0 @@ "main": "./ccxt.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12376624
142853