@prisma/fetch-engine
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -22,3 +22,3 @@ "use strict"; | ||
function getUrl(nextContinuationToken) { | ||
let url = 'http://prisma-native.s3.amazonaws.com/?list-type=2&prefix=master'; | ||
let url = 'https://prisma-builds.s3-eu-west-1.amazonaws.com/?list-type=2&prefix=master'; | ||
if (nextContinuationToken) { | ||
@@ -25,0 +25,0 @@ url += `&continuation-token=${encodeURIComponent(nextContinuationToken)}`; |
@@ -58,5 +58,5 @@ "use strict"; | ||
const extension = platform === 'windows' ? '.exe.gz' : '.gz'; | ||
return `https://s3-eu-west-1.amazonaws.com/prisma-native/${channel}/${version}/${platform}/${rewriteKind(binaryName)}${extension}`; | ||
return `https://prisma-builds.s3-eu-west-1.amazonaws.com/${channel}/${version}/${platform}/${rewriteKind(binaryName)}${extension}`; | ||
} | ||
exports.getDownloadUrl = getDownloadUrl; | ||
//# sourceMappingURL=util.js.map |
{ | ||
"name": "@prisma/fetch-engine", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"main": "dist/index.js", | ||
@@ -17,3 +17,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@prisma/get-platform": "0.1.9", | ||
"@prisma/get-platform": "0.1.10", | ||
"chalk": "^3.0.0", | ||
@@ -20,0 +20,0 @@ "debug": "^4.1.1", |
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
40589
+ Added@prisma/get-platform@0.1.10(transitive)
- Removed@prisma/get-platform@0.1.9(transitive)
Updated@prisma/get-platform@0.1.10