@a_team/prisma 3.6.0-linux-debian → 3.6.0-macos-docker-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
|
@@ -511,7 +511,7 @@ const config = {
|
|
|
511
511
|
"binaryTargets": [
|
|
512
512
|
{
|
|
513
513
|
"fromEnvVar": null,
|
|
514
|
-
"value": "
|
|
514
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
515
515
|
}
|
|
516
516
|
],
|
|
517
517
|
"previewFeatures": [
|
|
@@ -579,8 +579,8 @@ exports.PrismaClient = PrismaClient
|
|
|
579
579
|
Object.assign(exports, Prisma)
|
|
580
580
|
|
|
581
581
|
// file annotations for bundling tools to include these files
|
|
582
|
-
path.join(__dirname, "libquery_engine-
|
|
583
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
582
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
583
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
584
584
|
// file annotations for bundling tools to include these files
|
|
585
585
|
path.join(__dirname, "schema.prisma");
|
|
586
586
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|