@a_team/prisma 3.9.5-linux → 3.9.5-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
|
@@ -584,7 +584,11 @@ const config = {
|
|
|
584
584
|
"binaryTargets": [
|
|
585
585
|
{
|
|
586
586
|
"fromEnvVar": null,
|
|
587
|
-
"value": "
|
|
587
|
+
"value": "darwin"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"fromEnvVar": null,
|
|
591
|
+
"value": "darwin-arm64"
|
|
588
592
|
}
|
|
589
593
|
],
|
|
590
594
|
"previewFeatures": [
|
|
@@ -653,8 +657,12 @@ exports.PrismaClient = PrismaClient
|
|
|
653
657
|
Object.assign(exports, Prisma)
|
|
654
658
|
|
|
655
659
|
// file annotations for bundling tools to include these files
|
|
656
|
-
path.join(__dirname, "libquery_engine-
|
|
657
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
660
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
661
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
662
|
+
|
|
663
|
+
// file annotations for bundling tools to include these files
|
|
664
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
665
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
658
666
|
// file annotations for bundling tools to include these files
|
|
659
667
|
path.join(__dirname, "schema.prisma");
|
|
660
668
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|