ccxt-ir 4.12.0 → 4.12.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.
package/README.md CHANGED
@@ -242,13 +242,13 @@ console.log(version, Object.keys(exchanges));
242
242
 
243
243
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
244
244
 
245
- - jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.12.0/dist/ccxt.browser.min.js
246
- - unpkg: https://unpkg.com/ccxt@4.12.0/dist/ccxt.browser.min.js
245
+ - jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.12.2/dist/ccxt.browser.min.js
246
+ - unpkg: https://unpkg.com/ccxt@4.12.2/dist/ccxt.browser.min.js
247
247
 
248
248
  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.
249
249
 
250
250
  ```HTML
251
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.12.0/dist/ccxt.browser.min.js"></script>
251
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.12.2/dist/ccxt.browser.min.js"></script>
252
252
  console.log (ccxt.exchanges) // print all available exchanges
253
253
  ```
254
254