@a_team/prisma 3.2.9-linux → 3.2.9-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
|
@@ -385,7 +385,11 @@ const config = {
|
|
|
385
385
|
"binaryTargets": [
|
|
386
386
|
{
|
|
387
387
|
"fromEnvVar": null,
|
|
388
|
-
"value": "
|
|
388
|
+
"value": "darwin"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"fromEnvVar": null,
|
|
392
|
+
"value": "darwin-arm64"
|
|
389
393
|
}
|
|
390
394
|
],
|
|
391
395
|
"previewFeatures": [
|
|
@@ -453,8 +457,12 @@ exports.PrismaClient = PrismaClient
|
|
|
453
457
|
Object.assign(exports, Prisma)
|
|
454
458
|
|
|
455
459
|
// file annotations for bundling tools to include these files
|
|
456
|
-
path.join(__dirname, "libquery_engine-
|
|
457
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
460
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
461
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
462
|
+
|
|
463
|
+
// file annotations for bundling tools to include these files
|
|
464
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
465
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
458
466
|
// file annotations for bundling tools to include these files
|
|
459
467
|
path.join(__dirname, "schema.prisma");
|
|
460
468
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|