@a_team/prisma 3.6.4-linux-debian → 3.6.4-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
|
@@ -557,7 +557,7 @@ const config = {
|
|
|
557
557
|
"binaryTargets": [
|
|
558
558
|
{
|
|
559
559
|
"fromEnvVar": null,
|
|
560
|
-
"value": "
|
|
560
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
561
561
|
}
|
|
562
562
|
],
|
|
563
563
|
"previewFeatures": [
|
|
@@ -625,8 +625,8 @@ exports.PrismaClient = PrismaClient
|
|
|
625
625
|
Object.assign(exports, Prisma)
|
|
626
626
|
|
|
627
627
|
// file annotations for bundling tools to include these files
|
|
628
|
-
path.join(__dirname, "libquery_engine-
|
|
629
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
628
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
629
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
630
630
|
// file annotations for bundling tools to include these files
|
|
631
631
|
path.join(__dirname, "schema.prisma");
|
|
632
632
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|