@a_team/prisma 3.27.0-linux → 3.27.0-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
|
@@ -1121,7 +1121,11 @@ const config = {
|
|
|
1121
1121
|
"binaryTargets": [
|
|
1122
1122
|
{
|
|
1123
1123
|
"fromEnvVar": null,
|
|
1124
|
-
"value": "
|
|
1124
|
+
"value": "darwin"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"fromEnvVar": null,
|
|
1128
|
+
"value": "darwin-arm64"
|
|
1125
1129
|
}
|
|
1126
1130
|
],
|
|
1127
1131
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1122,7 +1122,11 @@ const config = {
|
|
|
1122
1122
|
"binaryTargets": [
|
|
1123
1123
|
{
|
|
1124
1124
|
"fromEnvVar": null,
|
|
1125
|
-
"value": "
|
|
1125
|
+
"value": "darwin"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"fromEnvVar": null,
|
|
1129
|
+
"value": "darwin-arm64"
|
|
1126
1130
|
}
|
|
1127
1131
|
],
|
|
1128
1132
|
"previewFeatures": [
|
|
@@ -1191,8 +1195,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1191
1195
|
Object.assign(exports, Prisma)
|
|
1192
1196
|
|
|
1193
1197
|
// file annotations for bundling tools to include these files
|
|
1194
|
-
path.join(__dirname, "libquery_engine-
|
|
1195
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1198
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1199
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1200
|
+
|
|
1201
|
+
// file annotations for bundling tools to include these files
|
|
1202
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1203
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1196
1204
|
// file annotations for bundling tools to include these files
|
|
1197
1205
|
path.join(__dirname, "schema.prisma");
|
|
1198
1206
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|