@myx-trade/sdk 0.1.89 → 0.1.90
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1838,7 +1838,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
|
|
|
1838
1838
|
// package.json
|
|
1839
1839
|
var package_default = {
|
|
1840
1840
|
name: "@myx-trade/sdk",
|
|
1841
|
-
version: "0.1.
|
|
1841
|
+
version: "0.1.90",
|
|
1842
1842
|
private: false,
|
|
1843
1843
|
publishConfig: {
|
|
1844
1844
|
access: "public"
|
package/dist/index.mjs
CHANGED