@grepai/cli 0.2.19 → 0.2.20

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/dist/grepai +0 -0
  2. 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.19",
3
+ "version": "0.2.20",
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.19",
38
+ "@grepai/core": "0.2.20",
39
39
  "@grepai/tsconfig": "1.0.0",
40
40
  "effect": "3.19.15",
41
41
  "typescript": "5.9.3"