gitarsenal-cli 1.0.8 → 1.0.9

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.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI tool for creating Modal sandboxes with GitHub repositories",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -2213,7 +2213,7 @@ def fetch_setup_commands_from_api(repo_url):
2213
2213
  import shutil
2214
2214
  import json
2215
2215
 
2216
- api_url = "http://localhost:3000/api/analyze-with-gitingest"
2216
+ api_url = "http://git-arsenal.vercel.app/api/analyze-with-gitingest"
2217
2217
 
2218
2218
  print(f"🔍 Fetching setup commands from API for repository: {repo_url}")
2219
2219