@prisma/fetch-engine
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -33,4 +33,4 @@ "use strict"; | ||
function isAWSLambda() { | ||
return !!process.env['AWS_EXECUTION_ENV']; | ||
return Boolean(process.env['AWS_EXECUTION_ENV']) && process.env['AWS_EXECUTION_ENV'].includes('AWS_Lambda'); | ||
} | ||
//# sourceMappingURL=getos.js.map |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
30225
8