@myx-trade/sdk 0.1.256-beta.0 → 0.1.256
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
|
@@ -1773,7 +1773,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
|
|
|
1773
1773
|
// package.json
|
|
1774
1774
|
var package_default = {
|
|
1775
1775
|
name: "@myx-trade/sdk",
|
|
1776
|
-
version: "0.1.256
|
|
1776
|
+
version: "0.1.256",
|
|
1777
1777
|
private: false,
|
|
1778
1778
|
publishConfig: {
|
|
1779
1779
|
access: "public"
|
package/dist/index.mjs
CHANGED
|
@@ -1687,7 +1687,7 @@ var RotationProvider = class extends BaseProvider {
|
|
|
1687
1687
|
// package.json
|
|
1688
1688
|
var package_default = {
|
|
1689
1689
|
name: "@myx-trade/sdk",
|
|
1690
|
-
version: "0.1.256
|
|
1690
|
+
version: "0.1.256",
|
|
1691
1691
|
private: false,
|
|
1692
1692
|
publishConfig: {
|
|
1693
1693
|
access: "public"
|