@a_team/prisma 3.10.1-linux-debian → 3.10.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
|
@@ -639,7 +639,11 @@ const config = {
|
|
|
639
639
|
"binaryTargets": [
|
|
640
640
|
{
|
|
641
641
|
"fromEnvVar": null,
|
|
642
|
-
"value": "
|
|
642
|
+
"value": "darwin"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"fromEnvVar": null,
|
|
646
|
+
"value": "darwin-arm64"
|
|
643
647
|
}
|
|
644
648
|
],
|
|
645
649
|
"previewFeatures": [
|
|
@@ -708,8 +712,12 @@ exports.PrismaClient = PrismaClient
|
|
|
708
712
|
Object.assign(exports, Prisma)
|
|
709
713
|
|
|
710
714
|
// file annotations for bundling tools to include these files
|
|
711
|
-
path.join(__dirname, "libquery_engine-
|
|
712
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
715
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
716
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
717
|
+
|
|
718
|
+
// file annotations for bundling tools to include these files
|
|
719
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
720
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
713
721
|
// file annotations for bundling tools to include these files
|
|
714
722
|
path.join(__dirname, "schema.prisma");
|
|
715
723
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|