greptile 3.0.1 → 3.0.2
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/greptile.js +161 -161
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "greptile",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Greptile code review from your terminal",
|
|
6
6
|
"bin": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "bun test",
|
|
11
11
|
"build": "bun scripts/bundle.ts",
|
|
12
|
+
"postbuild": "bun scripts/link-dev.ts",
|
|
12
13
|
"dev": "bun run src/main.ts",
|
|
13
14
|
"lint": "oxlint --type-aware src --ignore-pattern '**/__tests__/**' --ignore-pattern '**/*.test.ts' --ignore-pattern '**/*.test.tsx'",
|
|
14
15
|
"format": "oxfmt src package.json tsconfig.json",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"zod": "^3.25.76"
|
|
37
38
|
},
|
|
38
39
|
"files": [
|
|
39
|
-
"dist/",
|
|
40
|
+
"dist/greptile.js",
|
|
40
41
|
"README.md"
|
|
41
42
|
],
|
|
42
43
|
"engines": {
|