slek-ai-cli 1.1.3 → 1.1.4

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/auth.js +2 -1
  2. package/package.json +1 -1
package/auth.js CHANGED
@@ -14,7 +14,8 @@ const boxen = require('boxen');
14
14
  // FIREBASE_API_KEY and GOOGLE_CLIENT_ID are public-safe values.
15
15
  // We use Firebase's signInWithIdp flow, so GOOGLE_CLIENT_SECRET is NOT needed.
16
16
  const FIREBASE_API_KEY = 'AIzaSyBoQHn_adTTj1ZaYZBMHCMSAblCGCIbQG4';
17
- const GOOGLE_CLIENT_ID = 'YOUR_GOOGLE_CLIENT_ID'; // e.g. 123456.apps.googleusercontent.com
17
+ const GOOGLE_CLIENT_ID = '763614479011-32ci230ubh0kuvg1g1ie3jtoeir9orap.apps.googleusercontent.com
18
+ '; // e.g. 123456.apps.googleusercontent.com
18
19
 
19
20
  // Additional Firebase config (for future SDK use if needed)
20
21
  const FIREBASE_CONFIG = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slek-ai-cli",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "SLEK AI CLI — Powered by NVIDIA API",
5
5
  "main": "cli.js",
6
6
  "bin": {