@vortex-ai/cli 0.1.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.
@@ -0,0 +1,15 @@
1
+
2
+
3
+ > vortex-ai-cli@0.1.0 build /home/divyanshu/OSS/Personal_Projects/vortex/packages/cli
4
+ > tsup src/index.ts --format cjs,esm --external @xenova/transformers
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.1
9
+ CLI Target: es2022
10
+ CJS Build start
11
+ ESM Build start
12
+ ESM dist/index.mjs 35.20 KB
13
+ ESM ⚡️ Build success in 50ms
14
+ CJS dist/index.js 36.43 KB
15
+ CJS ⚡️ Build success in 51ms
@@ -0,0 +1,5 @@
1
+
2
+
3
+ > vortex-ai-cli@0.1.0 check-types /home/divyanshu/OSS/Personal_Projects/vortex/packages/cli
4
+ > tsc --noEmit
5
+