hedge-web3 0.1.23 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedge-web3",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "Hedge Javascript Web3 API",
5
5
  "main": "lib/index.js",
6
6
  "types": "declarations/index.d.ts",
@@ -13,21 +13,20 @@
13
13
  },
14
14
  "author": "Chris Coudron <coudron@hedge.so>",
15
15
  "license": "ISC",
16
- "devDependencies": {
17
- "@rollup/plugin-typescript": "^8.3.0",
18
- "rollup": "^2.62.0",
19
- "ts-standard": "^11.0.0",
20
- "typedoc": "^0.22.10"
21
- },
22
16
  "dependencies": {
23
- "@project-serum/anchor": "^0.21.0",
17
+ "@project-serum/anchor": "^0.23.0",
24
18
  "@project-serum/serum": "^0.13.61",
19
+ "@rollup/plugin-typescript": "^8.3.0",
25
20
  "@solana/buffer-layout": "^4.0.0",
26
21
  "@solana/spl-token": "^0.2.0",
27
- "@solana/web3.js": "^1.35.0",
22
+ "@solana/web3.js": "^1.37.0",
23
+ "@types/bn.js": "^5.1.0",
28
24
  "@types/uuid": "^8.3.4",
29
25
  "bn.js": "^5.2.0",
30
26
  "decimal.js": "^10.3.1",
27
+ "rollup": "^2.62.0",
28
+ "ts-standard": "^11.0.0",
29
+ "typedoc": "^0.22.10",
31
30
  "typescript": "^4.5.5",
32
31
  "uuid": "^8.3.2"
33
32
  }