ccxt 4.4.38 → 4.4.39

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