openbook-cli 1.0.2 → 1.0.3

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 +4 -4
package/README.md CHANGED
@@ -108,7 +108,7 @@ The CLI fetches live order book data directly from the blockchain:
108
108
 
109
109
  ### Setup
110
110
  ```bash
111
- git clone https://github.com/yourusername/openbook-cli.git
111
+ git clone https://github.com/belivenn/openbook-cli.git
112
112
  cd openbook-cli
113
113
  npm install
114
114
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openbook-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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": {
@@ -42,10 +42,10 @@
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "https://github.com/yourusername/openbook-cli.git"
45
+ "url": "https://github.com/belivenn/openbook-cli.git"
46
46
  },
47
47
  "bugs": {
48
- "url": "https://github.com/yourusername/openbook-cli/issues"
48
+ "url": "https://github.com/belivenn/openbook-cli/issues"
49
49
  },
50
- "homepage": "https://github.com/yourusername/openbook-cli#readme"
50
+ "homepage": "https://github.com/belivenn/openbook-cli#readme"
51
51
  }