@a_team/prisma 3.4.4-linux-debian → 3.4.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
|
@@ -446,7 +446,11 @@ const config = {
|
|
|
446
446
|
"binaryTargets": [
|
|
447
447
|
{
|
|
448
448
|
"fromEnvVar": null,
|
|
449
|
-
"value": "
|
|
449
|
+
"value": "darwin"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"fromEnvVar": null,
|
|
453
|
+
"value": "darwin-arm64"
|
|
450
454
|
}
|
|
451
455
|
],
|
|
452
456
|
"previewFeatures": [
|
|
@@ -514,8 +518,12 @@ exports.PrismaClient = PrismaClient
|
|
|
514
518
|
Object.assign(exports, Prisma)
|
|
515
519
|
|
|
516
520
|
// file annotations for bundling tools to include these files
|
|
517
|
-
path.join(__dirname, "libquery_engine-
|
|
518
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
521
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
522
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
523
|
+
|
|
524
|
+
// file annotations for bundling tools to include these files
|
|
525
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
526
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
519
527
|
// file annotations for bundling tools to include these files
|
|
520
528
|
path.join(__dirname, "schema.prisma");
|
|
521
529
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|