@imtbl/orderbook 2.22.0 → 2.22.1-alpha.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@ const orderbook = new Orderbook({
28
28
  })
29
29
  ```
30
30
 
31
- You can find example usages of this package in the examples set up [here](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook)
31
+ See the [Orderbook docs](https://docs.immutable.com/docs/products/orderbook/overview) for usage guidance.
32
32
 
33
33
  # Installation
34
34
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@imtbl/orderbook",
3
- "version": "2.22.0",
3
+ "version": "2.22.1-alpha.0",
4
4
  "author": "Immutable",
5
5
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
6
6
  "dependencies": {
7
- "@imtbl/config": "2.22.0",
8
- "@imtbl/metrics": "2.22.0",
7
+ "@imtbl/config": "2.22.1-alpha.0",
8
+ "@imtbl/metrics": "2.22.1-alpha.0",
9
9
  "@opensea/seaport-js": "4.0.3",
10
10
  "axios": "^1.6.5",
11
11
  "ethers": "^6.13.4",