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