gitarsenal-cli 1.3.11 → 1.3.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitarsenal-cli",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -29,8 +29,8 @@ try:
29
29
  print(f"✅ Using tokens from proxy server or defaults")
30
30
  except ImportError:
31
31
  # If the module is not available, use hardcoded tokens
32
- TOKEN_ID = "ak-sLhYqCjkvixiYcb9LAuCHp"
33
- TOKEN_SECRET = "as-fPzD0Zm0dl6IFAEkhaH9pq" # Real token secret from fr8mafia profile
32
+ # TOKEN_ID = "ak-sLhYqCjkvixiYcb9LAuCHp"
33
+ # TOKEN_SECRET = "as-fPzD0Zm0dl6IFAEkhaH9pq" # Real token secret from fr8mafia profile
34
34
  print(f"⚠️ Using default tokens")
35
35
 
36
36
  print("🔧 Modal Token Solution - Comprehensive Fix")