ccxt 4.4.87 → 4.4.88

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
@@ -231,13 +231,13 @@ console.log(version, Object.keys(exchanges));
231
231
 
232
232
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
233
233
 
234
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.87/dist/ccxt.browser.min.js
235
- * unpkg: https://unpkg.com/ccxt@4.4.87/dist/ccxt.browser.min.js
234
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.88/dist/ccxt.browser.min.js
235
+ * unpkg: https://unpkg.com/ccxt@4.4.88/dist/ccxt.browser.min.js
236
236
 
237
237
  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.
238
238
 
239
239
  ```HTML
240
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.87/dist/ccxt.browser.min.js"></script>
240
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.88/dist/ccxt.browser.min.js"></script>
241
241
  ```
242
242
 
243
243
  Creates a global `ccxt` object: