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