@imtbl/orderbook 2.1.5 → 2.1.6-alpha.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -41,7 +41,7 @@ npm add @imtbl/orderbook
41
41
  # or
42
42
  pnpm add @imtbl/orderbook
43
43
  # or
44
- pnpm add @imtbl/orderbook
44
+ yarn add @imtbl/orderbook
45
45
  ```
46
46
 
47
47
  ## SDK Installation
@@ -68,4 +68,4 @@ import { orderbook } from '@imtbl/sdk';
68
68
  const { Orderbook } = orderbook;
69
69
  ```
70
70
 
71
- However this method will result in a larger bundle size as the entire `@imtbl/orderbook` package will be included in your bundle.
71
+ However this method will result in a larger bundle size as the entire `@imtbl/orderbook` package will be included in your bundle.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@imtbl/orderbook",
3
- "version": "2.1.5",
3
+ "version": "2.1.6-alpha.1",
4
4
  "author": "Immutable",
5
5
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
6
6
  "dependencies": {
7
- "@imtbl/config": "2.1.5",
8
- "@imtbl/metrics": "2.1.5",
7
+ "@imtbl/config": "2.1.6-alpha.1",
8
+ "@imtbl/metrics": "2.1.6-alpha.1",
9
9
  "@opensea/seaport-js": "4.0.3",
10
10
  "axios": "^1.6.5",
11
11
  "ethers": "^6.13.4",