@a_team/prisma 3.4.3-macos-docker-linux → 3.5.0-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client/edge.js
CHANGED
package/dist/client/index.js
CHANGED
|
@@ -439,7 +439,7 @@ const config = {
|
|
|
439
439
|
"binaryTargets": [
|
|
440
440
|
{
|
|
441
441
|
"fromEnvVar": null,
|
|
442
|
-
"value": "linux-
|
|
442
|
+
"value": "linux-musl-openssl-3.0.x"
|
|
443
443
|
}
|
|
444
444
|
],
|
|
445
445
|
"previewFeatures": [
|
|
@@ -507,8 +507,8 @@ exports.PrismaClient = PrismaClient
|
|
|
507
507
|
Object.assign(exports, Prisma)
|
|
508
508
|
|
|
509
509
|
// file annotations for bundling tools to include these files
|
|
510
|
-
path.join(__dirname, "libquery_engine-linux-
|
|
511
|
-
path.join(process.cwd(), "src/client/libquery_engine-linux-
|
|
510
|
+
path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
|
|
511
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
|
|
512
512
|
// file annotations for bundling tools to include these files
|
|
513
513
|
path.join(__dirname, "schema.prisma");
|
|
514
514
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|