@vortex-ai/cli 0.1.50 → 0.1.55
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/.turbo/turbo-build.log +7 -7
- package/dist/index.js +482 -272
- package/dist/index.mjs +482 -272
- package/package.json +1 -1
- package/src/commands/cache.ts +2 -2
- package/src/commands/review.ts +5 -5
- package/src/commands/search.ts +19 -7
- package/src/commands/solve-issue.ts +2 -1
- package/src/commands/solve.ts +7 -3
- package/src/index.ts +3 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @vortex-ai/cli@0.1.
|
|
3
|
+
> @vortex-ai/cli@0.1.50 build /home/divyanshu/OSS/Personal_Projects/vortex/packages/cli
|
|
4
4
|
> tsup src/index.ts --format cjs,esm --external @xenova/transformers && cp ../db/prisma/schema.prisma ./schema.prisma
|
|
5
5
|
|
|
6
6
|
CLI Building entry: src/index.ts
|
|
@@ -9,12 +9,12 @@ CLI tsup v8.5.1
|
|
|
9
9
|
CLI Target: es2022
|
|
10
10
|
CJS Build start
|
|
11
11
|
ESM Build start
|
|
12
|
-
CJS dist/index.js 10.
|
|
13
|
-
CJS ⚡️ Build success in
|
|
14
|
-
ESM dist/dist-QRHQQQC6.mjs 117.00 B
|
|
15
|
-
ESM dist/chunk-QY5F34UD.mjs 4.88 KB
|
|
12
|
+
CJS dist/index.js 10.15 MB
|
|
13
|
+
CJS ⚡️ Build success in 929ms
|
|
16
14
|
ESM dist/dist-DADLXJO5.mjs 117.00 B
|
|
17
15
|
ESM dist/chunk-74T65LPR.mjs 3.73 KB
|
|
16
|
+
ESM dist/chunk-QY5F34UD.mjs 4.88 KB
|
|
17
|
+
ESM dist/dist-QRHQQQC6.mjs 117.00 B
|
|
18
18
|
ESM dist/chunk-6DZX6EAA.mjs 1.70 KB
|
|
19
|
-
ESM dist/index.mjs 10.
|
|
20
|
-
ESM ⚡️ Build success in
|
|
19
|
+
ESM dist/index.mjs 10.14 MB
|
|
20
|
+
ESM ⚡️ Build success in 984ms
|