@gardenfi/orderbook 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -1,18 +1,18 @@
1
- ## @catalogfi/orderbook
1
+ ## @gardenfi/orderbook
2
2
 
3
- The `@catalogfi/orderbook` package is used to facilitate the creation of orders. It also provides functionality for listening to orders and retrieving orders created by a specific address.
3
+ The `@gardenfi/orderbook` package is used to facilitate the creation of orders. It also provides functionality for listening to orders and retrieving orders created by a specific address.
4
4
 
5
5
  ### Installation
6
6
 
7
7
  ```
8
- npm install @catalogfi/orderbook
8
+ npm install @gardenfi/orderbook
9
9
  ```
10
10
 
11
11
  ### Usage
12
12
 
13
- 1. Creating an order: ([should create an order with the valid configuration](https://github.com/catalogfi/catalog.js-v2/blob/3019559e8857bf0b54b0c3affcdcad580b868947/packages/orderbook/src/lib/orderbook.spec.ts#L61))
14
- 2. Getting all orders created by an address: ([should return orders where the user is the maker](https://github.com/catalogfi/catalog.js-v2/blob/3019559e8857bf0b54b0c3affcdcad580b868947/packages/orderbook/src/lib/orderbook.spec.ts#L79))
15
- 3. Listening to orders: ([should update when order is created](https://github.com/catalogfi/catalog.js-v2/blob/3019559e8857bf0b54b0c3affcdcad580b868947/packages/orderbook/src/lib/orderbook.spec.ts#L94))
13
+ 1. Creating an order: ([should create an order with the valid configuration](https://github.com/catalogfi/garden.js/blob/4623a0679d1948755500c7179113112a025e33f8/packages/orderbook/src/lib/orderbook.spec.ts#L61 ))
14
+ 2. Getting all orders created by an address: ([should return orders where the user is the maker](https://github.com/catalogfi/garden.js/blob/4623a0679d1948755500c7179113112a025e33f8/packages/orderbook/src/lib/orderbook.spec.ts#L79))
15
+ 3. Listening to orders: ([should update when order is created](https://github.com/catalogfi/garden.js/blob/4623a0679d1948755500c7179113112a025e33f8/packages/orderbook/src/lib/orderbook.spec.ts#L94))
16
16
 
17
17
  ### Setup
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/orderbook",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@catalogfi/utils": "^0.1.0",
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # @gardenfi/orderbook
2
-
3
- ## 0.1.0
4
-
5
- ### Minor Changes
6
-
7
- - 75c5b0c: Go open source