Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "supabase", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Supabase CLI", | ||
@@ -5,0 +5,0 @@ "repository": "supabase/cli", |
@@ -70,7 +70,2 @@ #!/usr/bin/env node | ||
// Binary name on Windows has .exe suffix | ||
if (process.platform === "win32") { | ||
binName += ".exe"; | ||
} | ||
// Interpolate variables in URL, if necessary | ||
@@ -82,2 +77,7 @@ url = url.replace(/{{arch}}/g, ARCH_MAPPING[process.arch]); | ||
// Binary name on Windows has .exe suffix | ||
if (process.platform === "win32") { | ||
binName += ".exe"; | ||
} | ||
return { binName, binPath, url, version }; | ||
@@ -84,0 +84,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1