@grepai/cli 0.2.14 → 0.2.15
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/grepai +0 -0
- package/package.json +2 -2
package/dist/grepai
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grepai/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "CLI for semantic code search. It uses vector embeddings to understand code meaning, enabling natural language queries that find relevant code—even when naming conventions vary.",
|
|
5
5
|
"homepage": "https://github.com/bismuth1991/grepai-ts#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@effect/cli": "0.73.1",
|
|
36
36
|
"@effect/platform": "0.94.2",
|
|
37
37
|
"@effect/platform-bun": "0.87.1",
|
|
38
|
-
"@grepai/core": "0.2.
|
|
38
|
+
"@grepai/core": "0.2.15",
|
|
39
39
|
"@grepai/tsconfig": "1.0.0",
|
|
40
40
|
"effect": "3.19.15",
|
|
41
41
|
"typescript": "5.9.3"
|