From 35cbb3bc8b128d11f03746d1b5629ebea8bacf7c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 13 May 2024 16:36:21 +0000 Subject: [PATCH] 4.3.22 [ci skip] --- README.md | 6 +++--- cs/ccxt/base/Exchange.MetaData.cs | 2 +- cs/ccxt/ccxt.csproj | 6 +++--- dist/ccxt.browser.js | 2 +- dist/cjs/ccxt.js | 2 +- js/ccxt.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- php/Exchange.php | 4 ++-- php/async/Exchange.php | 4 ++-- python/README.md | 6 +++--- python/ccxt/__init__.py | 2 +- python/ccxt/async_support/__init__.py | 2 +- python/ccxt/async_support/base/exchange.py | 2 +- python/ccxt/base/exchange.py | 2 +- python/ccxt/pro/__init__.py | 2 +- python/package.json | 2 +- ts/ccxt.ts | 2 +- wiki/Install.md | 6 +++--- 19 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 16e45904dcf8..e9e7794b9ad4 100644 --- a/README.md +++ b/README.md @@ -215,13 +215,13 @@ console.log(version, Object.keys(exchanges)); All-in-one browser bundle (dependencies included), served from a CDN of your choice: -* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.21/dist/ccxt.browser.js -* unpkg: https://unpkg.com/ccxt@4.3.21/dist/ccxt.browser.js +* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.22/dist/ccxt.browser.js +* unpkg: https://unpkg.com/ccxt@4.3.22/dist/ccxt.browser.js CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers. ```HTML - + ``` Creates a global `ccxt` object: diff --git a/cs/ccxt/base/Exchange.MetaData.cs b/cs/ccxt/base/Exchange.MetaData.cs index 5cc0c5751a18..7cc6fa7bacc1 100644 --- a/cs/ccxt/base/Exchange.MetaData.cs +++ b/cs/ccxt/base/Exchange.MetaData.cs @@ -3,7 +3,7 @@ namespace ccxt; // file updated automatically by vss and export-exchanges public partial class Exchange { - public static string ccxtVersion = "4.3.21"; + public static string ccxtVersion = "4.3.22"; public static List exchanges = new List { "ace", "alpaca", "ascendex", "bequant", "bigone", "binance", "binancecoinm", "binanceus", "binanceusdm", "bingx", "bit2c", "bitbank", "bitbay", "bitbns", "bitcoincom", "bitfinex", "bitfinex2", "bitflyer", "bitget", "bithumb", "bitmart", "bitmex", "bitopro", "bitpanda", "bitrue", "bitso", "bitstamp", "bitteam", "bitvavo", "bl3p", "blockchaincom", "blofin", "btcalpha", "btcbox", "btcmarkets", "btcturk", "bybit", "cex", "coinbase", "coinbaseinternational", "coinbasepro", "coincheck", "coinex", "coinlist", "coinmate", "coinmetro", "coinone", "coinsph", "coinspot", "cryptocom", "currencycom", "delta", "deribit", "digifinex", "exmo", "fmfwio", "gate", "gateio", "gemini", "hitbtc", "hitbtc3", "hollaex", "htx", "huobi", "huobijp", "hyperliquid", "idex", "independentreserve", "indodax", "kraken", "krakenfutures", "kucoin", "kucoinfutures", "kuna", "latoken", "lbank", "luno", "lykke", "mercado", "mexc", "ndax", "novadax", "oceanex", "okcoin", "okx", "onetrading", "p2b", "paymium", "phemex", "poloniex", "poloniexfutures", "probit", "timex", "tokocrypto", "tradeogre", "upbit", "wavesexchange", "wazirx", "whitebit", "woo", "woofipro", "yobit", "zaif", "zonda" }; } diff --git a/cs/ccxt/ccxt.csproj b/cs/ccxt/ccxt.csproj index 8c4868fc9dd8..05bea8769ba8 100644 --- a/cs/ccxt/ccxt.csproj +++ b/cs/ccxt/ccxt.csproj @@ -10,9 +10,9 @@ ccxt Carlos, Kroitor, Carlo - 4.3.21 - 4.3.21 - 4.3.21 + 4.3.22 + 4.3.22 + 4.3.22 README.md Cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges false diff --git a/dist/ccxt.browser.js b/dist/ccxt.browser.js index 532fdd85c2bc..3c9406c364de 100644 --- a/dist/ccxt.browser.js +++ b/dist/ccxt.browser.js @@ -335629,7 +335629,7 @@ SOFTWARE. //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '4.3.21'; +const version = '4.3.22'; _src_base_Exchange_js__WEBPACK_IMPORTED_MODULE_0__/* .Exchange */ .e.ccxtVersion = version; //----------------------------------------------------------------------------- diff --git a/dist/cjs/ccxt.js b/dist/cjs/ccxt.js index 100dbc8acaee..5dc3b045f663 100644 --- a/dist/cjs/ccxt.js +++ b/dist/cjs/ccxt.js @@ -184,7 +184,7 @@ var woofipro$1 = require('./src/pro/woofipro.js'); //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '4.3.21'; +const version = '4.3.22'; Exchange["default"].ccxtVersion = version; const exchanges = { 'ace': ace, diff --git a/js/ccxt.js b/js/ccxt.js index 85b385c7540c..bbad910231f0 100644 --- a/js/ccxt.js +++ b/js/ccxt.js @@ -38,7 +38,7 @@ import * as errors from './src/base/errors.js'; import { BaseError, ExchangeError, AuthenticationError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, OperationRejected, NoChange, MarginModeAlreadySet, MarketClosed, BadResponse, NullResponse, InsufficientFunds, InvalidAddress, AddressPending, InvalidOrder, OrderNotFound, OrderNotCached, CancelPending, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, ContractUnavailable, NotSupported, ProxyError, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, RequestTimeout } from './src/base/errors.js'; //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '4.3.21'; +const version = '4.3.22'; Exchange.ccxtVersion = version; //----------------------------------------------------------------------------- import ace from './src/ace.js'; diff --git a/package-lock.json b/package-lock.json index f2907413253c..533df11f6cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ccxt", - "version": "4.3.21", + "version": "4.3.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ccxt", - "version": "4.3.21", + "version": "4.3.22", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 05a2abd6141e..926be984abcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccxt", - "version": "4.3.21", + "version": "4.3.22", "description": "A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges", "unpkg": "dist/ccxt.browser.js", "type": "module", diff --git a/php/Exchange.php b/php/Exchange.php index f8ac53b5116c..26c27eeb9116 100644 --- a/php/Exchange.php +++ b/php/Exchange.php @@ -39,7 +39,7 @@ use Sop\ASN1\Type\UnspecifiedType; use Exception; -$version = '4.3.21'; +$version = '4.3.22'; // rounding mode const TRUNCATE = 0; @@ -58,7 +58,7 @@ class Exchange { - const VERSION = '4.3.21'; + const VERSION = '4.3.22'; private static $base58_alphabet = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'; private static $base58_encoder = null; diff --git a/php/async/Exchange.php b/php/async/Exchange.php index 9ec624fcb892..d8f1dff8ced8 100644 --- a/php/async/Exchange.php +++ b/php/async/Exchange.php @@ -42,11 +42,11 @@ use Exception; -$version = '4.3.21'; +$version = '4.3.22'; class Exchange extends \ccxt\Exchange { - const VERSION = '4.3.21'; + const VERSION = '4.3.22'; public $browser; public $marketsLoading = null; diff --git a/python/README.md b/python/README.md index 16e45904dcf8..e9e7794b9ad4 100644 --- a/python/README.md +++ b/python/README.md @@ -215,13 +215,13 @@ console.log(version, Object.keys(exchanges)); All-in-one browser bundle (dependencies included), served from a CDN of your choice: -* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.21/dist/ccxt.browser.js -* unpkg: https://unpkg.com/ccxt@4.3.21/dist/ccxt.browser.js +* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.22/dist/ccxt.browser.js +* unpkg: https://unpkg.com/ccxt@4.3.22/dist/ccxt.browser.js CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers. ```HTML - + ``` Creates a global `ccxt` object: diff --git a/python/ccxt/__init__.py b/python/ccxt/__init__.py index 5b80f3a4039a..6cfb21067c57 100644 --- a/python/ccxt/__init__.py +++ b/python/ccxt/__init__.py @@ -22,7 +22,7 @@ # ---------------------------------------------------------------------------- -__version__ = '4.3.21' +__version__ = '4.3.22' # ---------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/__init__.py b/python/ccxt/async_support/__init__.py index c0a0c0b1ee7a..42fed23b9018 100644 --- a/python/ccxt/async_support/__init__.py +++ b/python/ccxt/async_support/__init__.py @@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- -__version__ = '4.3.21' +__version__ = '4.3.22' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/async_support/base/exchange.py b/python/ccxt/async_support/base/exchange.py index 09b836e38ef7..c5adafa7239a 100644 --- a/python/ccxt/async_support/base/exchange.py +++ b/python/ccxt/async_support/base/exchange.py @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- -__version__ = '4.3.21' +__version__ = '4.3.22' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py index 4ee4e3c06c82..3c2181be7af9 100644 --- a/python/ccxt/base/exchange.py +++ b/python/ccxt/base/exchange.py @@ -4,7 +4,7 @@ # ----------------------------------------------------------------------------- -__version__ = '4.3.21' +__version__ = '4.3.22' # ----------------------------------------------------------------------------- diff --git a/python/ccxt/pro/__init__.py b/python/ccxt/pro/__init__.py index daff57a3d07b..c3efd7bc7209 100644 --- a/python/ccxt/pro/__init__.py +++ b/python/ccxt/pro/__init__.py @@ -4,7 +4,7 @@ # ---------------------------------------------------------------------------- -__version__ = '4.3.21' +__version__ = '4.3.22' # ---------------------------------------------------------------------------- diff --git a/python/package.json b/python/package.json index 05a2abd6141e..926be984abcc 100644 --- a/python/package.json +++ b/python/package.json @@ -1,6 +1,6 @@ { "name": "ccxt", - "version": "4.3.21", + "version": "4.3.22", "description": "A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges", "unpkg": "dist/ccxt.browser.js", "type": "module", diff --git a/ts/ccxt.ts b/ts/ccxt.ts index f6eb0b6e5775..acb5c1d0ba0d 100644 --- a/ts/ccxt.ts +++ b/ts/ccxt.ts @@ -40,7 +40,7 @@ import {BaseError, ExchangeError, AuthenticationError, PermissionDenied, Account //----------------------------------------------------------------------------- // this is updated by vss.js when building -const version = '4.3.21'; +const version = '4.3.22'; (Exchange as any).ccxtVersion = version diff --git a/wiki/Install.md b/wiki/Install.md index de0a2a3032a6..4f72e6e26dec 100644 --- a/wiki/Install.md +++ b/wiki/Install.md @@ -40,14 +40,14 @@ console.log (ccxt.exchanges) // print all available exchanges All-in-one browser bundle (dependencies included), served from a CDN of your choice: -* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.21/dist/ccxt.browser.js -* unpkg: https://unpkg.com/ccxt@4.3.21/dist/ccxt.browser.js +* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.22/dist/ccxt.browser.js +* unpkg: https://unpkg.com/ccxt@4.3.22/dist/ccxt.browser.js * ccxt: https://cdn.ccxt.com/latest/ccxt.min.js You can obtain a live-updated version of the bundle by removing the version number from the URL (the `@a.b.c` thing) or the /latest/ on our cdn — however, we do not recommend to do that, as it may break your app eventually. Also, please keep in mind that we are not responsible for the correct operation of those CDN servers. ```html - + ``` We also provide webpack minified and tree-shaken versions of the library starting from version 3.0.35 - Visit https://cdn.ccxt.com to browse the prebundled versions we distribute.