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