@a_team/prisma 3.8.0-linux-debian → 3.8.0-macos
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
|
@@ -560,7 +560,11 @@ const config = {
|
|
|
560
560
|
"binaryTargets": [
|
|
561
561
|
{
|
|
562
562
|
"fromEnvVar": null,
|
|
563
|
-
"value": "
|
|
563
|
+
"value": "darwin"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"fromEnvVar": null,
|
|
567
|
+
"value": "darwin-arm64"
|
|
564
568
|
}
|
|
565
569
|
],
|
|
566
570
|
"previewFeatures": [
|
|
@@ -629,8 +633,12 @@ exports.PrismaClient = PrismaClient
|
|
|
629
633
|
Object.assign(exports, Prisma)
|
|
630
634
|
|
|
631
635
|
// file annotations for bundling tools to include these files
|
|
632
|
-
path.join(__dirname, "libquery_engine-
|
|
633
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
636
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
637
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
638
|
+
|
|
639
|
+
// file annotations for bundling tools to include these files
|
|
640
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
641
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
634
642
|
// file annotations for bundling tools to include these files
|
|
635
643
|
path.join(__dirname, "schema.prisma");
|
|
636
644
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|