@a_team/prisma 3.23.6-linux → 3.23.6-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
|
@@ -1042,7 +1042,11 @@ const config = {
|
|
|
1042
1042
|
"binaryTargets": [
|
|
1043
1043
|
{
|
|
1044
1044
|
"fromEnvVar": null,
|
|
1045
|
-
"value": "
|
|
1045
|
+
"value": "darwin"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"fromEnvVar": null,
|
|
1049
|
+
"value": "darwin-arm64"
|
|
1046
1050
|
}
|
|
1047
1051
|
],
|
|
1048
1052
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1043,7 +1043,11 @@ const config = {
|
|
|
1043
1043
|
"binaryTargets": [
|
|
1044
1044
|
{
|
|
1045
1045
|
"fromEnvVar": null,
|
|
1046
|
-
"value": "
|
|
1046
|
+
"value": "darwin"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"fromEnvVar": null,
|
|
1050
|
+
"value": "darwin-arm64"
|
|
1047
1051
|
}
|
|
1048
1052
|
],
|
|
1049
1053
|
"previewFeatures": [
|
|
@@ -1112,8 +1116,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1112
1116
|
Object.assign(exports, Prisma)
|
|
1113
1117
|
|
|
1114
1118
|
// file annotations for bundling tools to include these files
|
|
1115
|
-
path.join(__dirname, "libquery_engine-
|
|
1116
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1119
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1120
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1121
|
+
|
|
1122
|
+
// file annotations for bundling tools to include these files
|
|
1123
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1124
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1117
1125
|
// file annotations for bundling tools to include these files
|
|
1118
1126
|
path.join(__dirname, "schema.prisma");
|
|
1119
1127
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|