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