@1a35e1/sonar-cli 0.1.0 → 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.
- package/README.md +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1a35e1/sonar-cli",
|
|
3
|
-
"version": "0.1.
|
|
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,11 +35,12 @@
|
|
|
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
|
},
|
|
41
41
|
"scripts": {
|
|
42
|
+
"version:patch": "pnpm version patch --no-git-tag-version",
|
|
43
|
+
"version:minor": "pnpm version minor --no-git-tag-version",
|
|
42
44
|
"types": "graphql-codegen --config codegen.ts",
|
|
43
45
|
"sonar": "tsx src/cli.ts",
|
|
44
46
|
"build": "tsc",
|