@prisma/fetch-engine
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -11,2 +11,9 @@ "use strict"; | ||
async function getos() { | ||
const isMusl = isAWSLambda(); | ||
if (isMusl) { | ||
return { | ||
platform: 'linux', | ||
isMusl, | ||
}; | ||
} | ||
const platform = os_1.default.platform(); | ||
@@ -19,6 +26,5 @@ if (platform !== 'linux') { | ||
} | ||
const isMusl = isAWSLambda(); | ||
return { | ||
platform: 'linux', | ||
isMusl, | ||
isMusl: false, | ||
}; | ||
@@ -25,0 +31,0 @@ } |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"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
30315
445