@a_team/prisma 3.31.1-linux-debian → 3.31.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
CHANGED
|
@@ -1211,7 +1211,11 @@ const config = {
|
|
|
1211
1211
|
"binaryTargets": [
|
|
1212
1212
|
{
|
|
1213
1213
|
"fromEnvVar": null,
|
|
1214
|
-
"value": "
|
|
1214
|
+
"value": "darwin"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"fromEnvVar": null,
|
|
1218
|
+
"value": "darwin-arm64"
|
|
1215
1219
|
}
|
|
1216
1220
|
],
|
|
1217
1221
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1212,7 +1212,11 @@ const config = {
|
|
|
1212
1212
|
"binaryTargets": [
|
|
1213
1213
|
{
|
|
1214
1214
|
"fromEnvVar": null,
|
|
1215
|
-
"value": "
|
|
1215
|
+
"value": "darwin"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"fromEnvVar": null,
|
|
1219
|
+
"value": "darwin-arm64"
|
|
1216
1220
|
}
|
|
1217
1221
|
],
|
|
1218
1222
|
"previewFeatures": [
|
|
@@ -1281,8 +1285,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1281
1285
|
Object.assign(exports, Prisma)
|
|
1282
1286
|
|
|
1283
1287
|
// file annotations for bundling tools to include these files
|
|
1284
|
-
path.join(__dirname, "libquery_engine-
|
|
1285
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1288
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1289
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1290
|
+
|
|
1291
|
+
// file annotations for bundling tools to include these files
|
|
1292
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1293
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1286
1294
|
// file annotations for bundling tools to include these files
|
|
1287
1295
|
path.join(__dirname, "schema.prisma");
|
|
1288
1296
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|