inngest-cli
Advanced tools
Comparing version 0.16.4-next.2 to 0.16.4
{ | ||
"name": "inngest-cli", | ||
"version": "0.16.4-next.2", | ||
"version": "0.16.4", | ||
"description": "The event-driven queue for any language.", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -45,5 +45,2 @@ #!/usr/bin/env node | ||
debug("npm_package_version:", version); | ||
if (version === null || version === void 0 ? void 0 : version.includes("next")) { | ||
version = "0.16.3"; | ||
} | ||
if (platform.platform === "windows") { | ||
@@ -50,0 +47,0 @@ debug("Windows detected; pinning to v0.14.6"); |
15879
150