inngest-cli
Advanced tools
Comparing version 0.17.1 to 0.18.0
{ | ||
"name": "inngest-cli", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "The event-driven queue for any language.", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -45,7 +45,2 @@ #!/usr/bin/env node | ||
debug("npm_package_version:", version); | ||
if (platform.platform === "windows") { | ||
debug("Windows detected; pinning to v0.14.6"); | ||
console.warn("Windows detected; pinning to last known working version 0.14.6"); | ||
version = "0.14.6"; | ||
} | ||
if (!version) { | ||
@@ -75,6 +70,2 @@ throw new Error("Could not find package version to install binary"); | ||
} | ||
if (platform.platform === "windows" && arch === "amd64") { | ||
debug("Old Windows x64 build; using 'x86_64' to access binary"); | ||
return { arch: "x86_64", platform }; | ||
} | ||
return { arch, platform }; | ||
@@ -81,0 +72,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
15447
141