@myx-trade/sdk 0.1.254-beta.4 → 0.1.254
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 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1867,7 +1867,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
|
|
|
1867
1867
|
// package.json
|
|
1868
1868
|
var package_default = {
|
|
1869
1869
|
name: "@myx-trade/sdk",
|
|
1870
|
-
version: "0.1.254
|
|
1870
|
+
version: "0.1.254",
|
|
1871
1871
|
private: false,
|
|
1872
1872
|
publishConfig: {
|
|
1873
1873
|
access: "public"
|
|
@@ -1899,7 +1899,6 @@ var package_default = {
|
|
|
1899
1899
|
prepublishOnly: "npm run build",
|
|
1900
1900
|
prepare: "pnpm gen:abi",
|
|
1901
1901
|
"custom-publish": "node scripts/customPublish.js",
|
|
1902
|
-
publish: "pnpm custom-publish",
|
|
1903
1902
|
"type-check": "echo 'Skipping type-check for @myx-trade/sdk'"
|
|
1904
1903
|
},
|
|
1905
1904
|
keywords: [
|
package/dist/index.mjs
CHANGED
|
@@ -1781,7 +1781,7 @@ var RotationProvider = class extends BaseProvider {
|
|
|
1781
1781
|
// package.json
|
|
1782
1782
|
var package_default = {
|
|
1783
1783
|
name: "@myx-trade/sdk",
|
|
1784
|
-
version: "0.1.254
|
|
1784
|
+
version: "0.1.254",
|
|
1785
1785
|
private: false,
|
|
1786
1786
|
publishConfig: {
|
|
1787
1787
|
access: "public"
|
|
@@ -1813,7 +1813,6 @@ var package_default = {
|
|
|
1813
1813
|
prepublishOnly: "npm run build",
|
|
1814
1814
|
prepare: "pnpm gen:abi",
|
|
1815
1815
|
"custom-publish": "node scripts/customPublish.js",
|
|
1816
|
-
publish: "pnpm custom-publish",
|
|
1817
1816
|
"type-check": "echo 'Skipping type-check for @myx-trade/sdk'"
|
|
1818
1817
|
},
|
|
1819
1818
|
keywords: [
|