@imtbl/orderbook 2.0.0-alpha.13 → 2.0.0-alpha.15

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
@@ -39,7 +39,7 @@ To install this package, run the following command:
39
39
  ```sh
40
40
  npm add @imtbl/orderbook
41
41
  # or
42
- yarn add @imtbl/orderbook
42
+ pnpm add @imtbl/orderbook
43
43
  # or
44
44
  pnpm add @imtbl/orderbook
45
45
  ```
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@imtbl/orderbook",
3
- "version": "2.0.0-alpha.13",
3
+ "version": "2.0.0-alpha.15",
4
4
  "author": "Immutable",
5
5
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
6
6
  "dependencies": {
7
- "@imtbl/config": "2.0.0-alpha.13",
8
- "@imtbl/metrics": "2.0.0-alpha.13",
7
+ "@imtbl/config": "2.0.0-alpha.15",
8
+ "@imtbl/metrics": "2.0.0-alpha.15",
9
9
  "@opensea/seaport-js": "4.0.3",
10
10
  "axios": "^1.6.5",
11
11
  "ethers": "^6.13.4",