@aerostack/cli 1.5.1 → 1.5.3

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/bin/run.js +2 -2
  2. package/package.json +1 -1
package/bin/run.js CHANGED
@@ -66,11 +66,11 @@ async function getLatestVersion() {
66
66
  const res = await fetch(`https://api.github.com/repos/${REPO}/releases/latest`, {
67
67
  headers: { "User-Agent": "aerostack-cli-npm/1.5.0" },
68
68
  });
69
- if (!res.ok) return "1.3.0"; // Fallback if rate limited
69
+ if (!res.ok) return "1.5.2"; // Fallback to current
70
70
  const data = await res.json();
71
71
  return data.tag_name.replace(/^v/, '');
72
72
  } catch {
73
- return "1.3.0";
73
+ return "1.5.2";
74
74
  }
75
75
  }
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aerostack/cli",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Aerostack CLI - Zero-config serverless development for Cloudflare",
5
5
  "type": "module",
6
6
  "files": [