@gardenfi/orderbook 0.2.0-beta.43 → 0.2.0-beta.44

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.
@@ -101,7 +101,7 @@ export interface IOrderbook extends IOrderProvider {
101
101
  */
102
102
  createOrder(order: CreateOrderRequestWithAdditionalData): AsyncResult<string, string>;
103
103
  /**
104
- * Wrapper for the getOrder method in the OrdersProvider class to abstract the address parameter.
104
+ * Wrapper for the getOrders method in the OrdersProvider class to abstract the address parameter.
105
105
  * @param matched - Whether to get matched or unmatched orders
106
106
  * @param paginationConfig - The pagination configuration
107
107
  * @param pending - Whether to get pending orders
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/orderbook",
3
- "version": "0.2.0-beta.43",
3
+ "version": "0.2.0-beta.44",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@catalogfi/utils": "^0.1.6",
30
- "@gardenfi/utils": "^0.0.1-beta.21",
30
+ "@gardenfi/utils": "^0.0.1-beta.22",
31
31
  "bufferutil": "^4.0.8",
32
32
  "siwe": "^2.1.4",
33
33
  "utf-8-validate": "^6.0.3",