@a_team/prisma 3.4.1-linux → 3.4.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 +2 -2
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-musl.so.node → libquery_engine-darwin-arm64.dylib.node} +0 -0
- package/dist/client/{libquery_engine-linux-musl-openssl-3.0.x.so.node → libquery_engine-darwin.dylib.node} +0 -0
- package/package.json +2 -4
package/dist/client/edge.js
CHANGED
|
@@ -438,11 +438,11 @@ const config = {
|
|
|
438
438
|
"binaryTargets": [
|
|
439
439
|
{
|
|
440
440
|
"fromEnvVar": null,
|
|
441
|
-
"value": "
|
|
441
|
+
"value": "darwin"
|
|
442
442
|
},
|
|
443
443
|
{
|
|
444
444
|
"fromEnvVar": null,
|
|
445
|
-
"value": "
|
|
445
|
+
"value": "darwin-arm64"
|
|
446
446
|
}
|
|
447
447
|
],
|
|
448
448
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -439,11 +439,11 @@ const config = {
|
|
|
439
439
|
"binaryTargets": [
|
|
440
440
|
{
|
|
441
441
|
"fromEnvVar": null,
|
|
442
|
-
"value": "
|
|
442
|
+
"value": "darwin"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"fromEnvVar": null,
|
|
446
|
-
"value": "
|
|
446
|
+
"value": "darwin-arm64"
|
|
447
447
|
}
|
|
448
448
|
],
|
|
449
449
|
"previewFeatures": [
|
|
@@ -511,12 +511,12 @@ exports.PrismaClient = PrismaClient
|
|
|
511
511
|
Object.assign(exports, Prisma)
|
|
512
512
|
|
|
513
513
|
// file annotations for bundling tools to include these files
|
|
514
|
-
path.join(__dirname, "libquery_engine-
|
|
515
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
514
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
515
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
516
516
|
|
|
517
517
|
// file annotations for bundling tools to include these files
|
|
518
|
-
path.join(__dirname, "libquery_engine-
|
|
519
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
518
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
519
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
520
520
|
// file annotations for bundling tools to include these files
|
|
521
521
|
path.join(__dirname, "schema.prisma");
|
|
522
522
|
path.join(process.cwd(), "src/client/schema.prisma")
|
package/dist/client/{libquery_engine-linux-musl.so.node → libquery_engine-darwin-arm64.dylib.node}
RENAMED
|
Binary file
|
|
Binary file
|