@a_team/prisma 3.31.4-linux-debian → 3.31.4-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
|
@@ -1223,7 +1223,11 @@ const config = {
|
|
|
1223
1223
|
"binaryTargets": [
|
|
1224
1224
|
{
|
|
1225
1225
|
"fromEnvVar": null,
|
|
1226
|
-
"value": "
|
|
1226
|
+
"value": "darwin"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"fromEnvVar": null,
|
|
1230
|
+
"value": "darwin-arm64"
|
|
1227
1231
|
}
|
|
1228
1232
|
],
|
|
1229
1233
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1224,7 +1224,11 @@ const config = {
|
|
|
1224
1224
|
"binaryTargets": [
|
|
1225
1225
|
{
|
|
1226
1226
|
"fromEnvVar": null,
|
|
1227
|
-
"value": "
|
|
1227
|
+
"value": "darwin"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"fromEnvVar": null,
|
|
1231
|
+
"value": "darwin-arm64"
|
|
1228
1232
|
}
|
|
1229
1233
|
],
|
|
1230
1234
|
"previewFeatures": [
|
|
@@ -1293,8 +1297,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1293
1297
|
Object.assign(exports, Prisma)
|
|
1294
1298
|
|
|
1295
1299
|
// file annotations for bundling tools to include these files
|
|
1296
|
-
path.join(__dirname, "libquery_engine-
|
|
1297
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1300
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1301
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1302
|
+
|
|
1303
|
+
// file annotations for bundling tools to include these files
|
|
1304
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1305
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1298
1306
|
// file annotations for bundling tools to include these files
|
|
1299
1307
|
path.join(__dirname, "schema.prisma");
|
|
1300
1308
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|