@1a35e1/sonar-cli 0.1.2 → 0.1.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 +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ This cli has been designed to handover indexing and consumption to agents.
20
20
  Install the CLI
21
21
 
22
22
  ```sh
23
- pnpm add -g @1a35e1/sonar-cli
23
+ pnpm add -g @1a35e1/sonar-cli@latest
24
24
  ```
25
25
 
26
26
  Register your API key.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1a35e1/sonar-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "X/Twitter social graph CLI for signal filtering and curation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,6 +22,7 @@
22
22
  "graphql": "^16.12.0",
23
23
  "graphql-request": "^7.4.0",
24
24
  "ink": "^6",
25
+ "ink-link": "^5.0.0",
25
26
  "ink-table": "^3.1.0",
26
27
  "pastel": "^3.0.0",
27
28
  "react": "^19",
@@ -34,7 +35,6 @@
34
35
  "@types/node": "^22",
35
36
  "@types/react": "^19",
36
37
  "biome": "^0.3.3",
37
- "ink-link": "^5.0.0",
38
38
  "tsx": "^4",
39
39
  "typescript": "^5"
40
40
  },