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