@a_team/prisma 3.8.1-linux-debian → 3.8.1-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
|
@@ -561,7 +561,7 @@ const config = {
|
|
|
561
561
|
"binaryTargets": [
|
|
562
562
|
{
|
|
563
563
|
"fromEnvVar": null,
|
|
564
|
-
"value": "
|
|
564
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
565
565
|
}
|
|
566
566
|
],
|
|
567
567
|
"previewFeatures": [
|
|
@@ -630,8 +630,8 @@ exports.PrismaClient = PrismaClient
|
|
|
630
630
|
Object.assign(exports, Prisma)
|
|
631
631
|
|
|
632
632
|
// file annotations for bundling tools to include these files
|
|
633
|
-
path.join(__dirname, "libquery_engine-
|
|
634
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
633
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
634
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
635
635
|
// file annotations for bundling tools to include these files
|
|
636
636
|
path.join(__dirname, "schema.prisma");
|
|
637
637
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|