@a_team/prisma 3.6.1-linux-debian → 3.6.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
|
@@ -511,7 +511,11 @@ const config = {
|
|
|
511
511
|
"binaryTargets": [
|
|
512
512
|
{
|
|
513
513
|
"fromEnvVar": null,
|
|
514
|
-
"value": "
|
|
514
|
+
"value": "darwin"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"fromEnvVar": null,
|
|
518
|
+
"value": "darwin-arm64"
|
|
515
519
|
}
|
|
516
520
|
],
|
|
517
521
|
"previewFeatures": [
|
|
@@ -579,8 +583,12 @@ exports.PrismaClient = PrismaClient
|
|
|
579
583
|
Object.assign(exports, Prisma)
|
|
580
584
|
|
|
581
585
|
// file annotations for bundling tools to include these files
|
|
582
|
-
path.join(__dirname, "libquery_engine-
|
|
583
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
586
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
587
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
588
|
+
|
|
589
|
+
// file annotations for bundling tools to include these files
|
|
590
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
591
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
584
592
|
// file annotations for bundling tools to include these files
|
|
585
593
|
path.join(__dirname, "schema.prisma");
|
|
586
594
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|