@a_team/prisma 3.5.5-linux-debian → 3.5.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
|
@@ -438,7 +438,11 @@ const config = {
|
|
|
438
438
|
"binaryTargets": [
|
|
439
439
|
{
|
|
440
440
|
"fromEnvVar": null,
|
|
441
|
-
"value": "
|
|
441
|
+
"value": "darwin"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"fromEnvVar": null,
|
|
445
|
+
"value": "darwin-arm64"
|
|
442
446
|
}
|
|
443
447
|
],
|
|
444
448
|
"previewFeatures": [
|
|
@@ -506,8 +510,12 @@ exports.PrismaClient = PrismaClient
|
|
|
506
510
|
Object.assign(exports, Prisma)
|
|
507
511
|
|
|
508
512
|
// file annotations for bundling tools to include these files
|
|
509
|
-
path.join(__dirname, "libquery_engine-
|
|
510
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
513
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
514
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
515
|
+
|
|
516
|
+
// file annotations for bundling tools to include these files
|
|
517
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
518
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
511
519
|
// file annotations for bundling tools to include these files
|
|
512
520
|
path.join(__dirname, "schema.prisma");
|
|
513
521
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|