openbook-cli 1.0.7 → 1.0.8
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/dist/cli.js +0 -0
- package/package.json +5 -2
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openbook-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "A comprehensive CLI tool for interacting with OpenBook and Serum DEX markets on Solana",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,10 +25,13 @@
|
|
|
25
25
|
],
|
|
26
26
|
"author": "Your Name",
|
|
27
27
|
"license": "MIT",
|
|
28
|
+
"overrides": {
|
|
29
|
+
"safe-buffer": "npm:@socketregistry/safe-buffer@1.0.8"
|
|
30
|
+
},
|
|
28
31
|
"dependencies": {
|
|
29
32
|
"@openbook-dex/openbook": "^0.0.9",
|
|
30
33
|
"@project-serum/serum": "^0.13.65",
|
|
31
|
-
"@solana/spl-token": "^0.
|
|
34
|
+
"@solana/spl-token": "^0.4.13",
|
|
32
35
|
"@solana/web3.js": "^1.87.6",
|
|
33
36
|
"bn.js": "^5.2.1"
|
|
34
37
|
},
|