ccxt 4.3.81 → 4.3.83

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
@@ -20,7 +20,6 @@ Current feature list:
20
20
 
21
21
 
22
22
  ## Sponsored Promotion
23
- [![bingx-campaign](https://github.com/user-attachments/assets/374fd5de-7d70-4281-85aa-d827afeb7270)](https://bingx.com/en/act/contestNew/7947320527/)
24
23
 
25
24
  ## See Also
26
25
 
@@ -220,13 +219,13 @@ console.log(version, Object.keys(exchanges));
220
219
 
221
220
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
222
221
 
223
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.81/dist/ccxt.browser.min.js
224
- * unpkg: https://unpkg.com/ccxt@4.3.81/dist/ccxt.browser.min.js
222
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.83/dist/ccxt.browser.min.js
223
+ * unpkg: https://unpkg.com/ccxt@4.3.83/dist/ccxt.browser.min.js
225
224
 
226
225
  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
226
 
228
227
  ```HTML
229
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.81/dist/ccxt.browser.min.js"></script>
228
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.83/dist/ccxt.browser.min.js"></script>
230
229
  ```
231
230
 
232
231
  Creates a global `ccxt` object: