ccxt 4.4.91 → 4.4.92

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
@@ -220,13 +220,13 @@ console.log(version, Object.keys(exchanges));
220
220
 
221
221
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
222
222
 
223
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.91/dist/ccxt.browser.min.js
224
- * unpkg: https://unpkg.com/ccxt@4.4.91/dist/ccxt.browser.min.js
223
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.92/dist/ccxt.browser.min.js
224
+ * unpkg: https://unpkg.com/ccxt@4.4.92/dist/ccxt.browser.min.js
225
225
 
226
226
  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.
227
227
 
228
228
  ```HTML
229
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.91/dist/ccxt.browser.min.js"></script>
229
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.92/dist/ccxt.browser.min.js"></script>
230
230
  ```
231
231
 
232
232
  Creates a global `ccxt` object: