@prisma/fetch-engine
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -247,3 +247,3 @@ "use strict"; | ||
if (platform === 'linux' && isMusl) { | ||
return 'linux-musl'; | ||
return 'linux-lambda'; | ||
} | ||
@@ -250,0 +250,0 @@ return 'linux-glibc'; |
@@ -30,2 +30,4 @@ "use strict"; | ||
// For now, we can add these checks as needed. | ||
// lambda with node8 has "AWS_EXECUTION_ENV": "AWS_Lambda_nodejs8.10", | ||
// now's build servers have "AWS_EXECUTION_ENV=AWS_ECS_FARGATE" | ||
function isAWSLambda() { | ||
@@ -32,0 +34,0 @@ return !!process.env['AWS_EXECUTION_ENV']; |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29925
435