@nightlylabs/dex-sdk 0.1.40 → 0.1.41

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.cjs CHANGED
@@ -1886,8 +1886,8 @@ var Client = class _Client {
1886
1886
  params.userId,
1887
1887
  params.orderData.market,
1888
1888
  params.orderData.isBid,
1889
- params.orderData.price,
1890
1889
  params.orderData.size,
1890
+ params.orderData.price,
1891
1891
  params.orderData.reduceOnly || false
1892
1892
  ]
1893
1893
  });
package/dist/index.js CHANGED
@@ -1836,8 +1836,8 @@ var Client = class _Client {
1836
1836
  params.userId,
1837
1837
  params.orderData.market,
1838
1838
  params.orderData.isBid,
1839
- params.orderData.price,
1840
1839
  params.orderData.size,
1840
+ params.orderData.price,
1841
1841
  params.orderData.reduceOnly || false
1842
1842
  ]
1843
1843
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {