@vee-stack/delta-cli 2.0.7 → 2.0.8

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.
@@ -25,7 +25,7 @@ export async function analyzeCommand(projectPath, options) {
25
25
  // Check authentication FIRST if upload is requested
26
26
  if (options.upload) {
27
27
  printInfo('🔐 Checking authentication...');
28
- const config = await loadConfig();
28
+ await loadConfig();
29
29
  const pat = await SecureTokenStore.getAccessToken();
30
30
  if (!pat) {
31
31
  console.error();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vee-stack/delta-cli",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Delta CLI v2 - Next-gen terminal interface with React Ink",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",