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