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