inngest-cli
Advanced tools
Comparing version 0.16.4-next.1 to 0.16.4-next.2
{ | ||
"name": "inngest-cli", | ||
"version": "0.16.4-next.1", | ||
"version": "0.16.4-next.2", | ||
"description": "The event-driven queue for any language.", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -45,2 +45,5 @@ #!/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") { | ||
@@ -47,0 +50,0 @@ debug("Windows detected; pinning to v0.14.6"); |
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
16018
153