@a_team/prisma 3.28.5-linux-debian → 3.28.5-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
|
@@ -1174,7 +1174,11 @@ const config = {
|
|
|
1174
1174
|
"binaryTargets": [
|
|
1175
1175
|
{
|
|
1176
1176
|
"fromEnvVar": null,
|
|
1177
|
-
"value": "
|
|
1177
|
+
"value": "darwin"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"fromEnvVar": null,
|
|
1181
|
+
"value": "darwin-arm64"
|
|
1178
1182
|
}
|
|
1179
1183
|
],
|
|
1180
1184
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1175,7 +1175,11 @@ const config = {
|
|
|
1175
1175
|
"binaryTargets": [
|
|
1176
1176
|
{
|
|
1177
1177
|
"fromEnvVar": null,
|
|
1178
|
-
"value": "
|
|
1178
|
+
"value": "darwin"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"fromEnvVar": null,
|
|
1182
|
+
"value": "darwin-arm64"
|
|
1179
1183
|
}
|
|
1180
1184
|
],
|
|
1181
1185
|
"previewFeatures": [
|
|
@@ -1244,8 +1248,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1244
1248
|
Object.assign(exports, Prisma)
|
|
1245
1249
|
|
|
1246
1250
|
// file annotations for bundling tools to include these files
|
|
1247
|
-
path.join(__dirname, "libquery_engine-
|
|
1248
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1251
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1252
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1253
|
+
|
|
1254
|
+
// file annotations for bundling tools to include these files
|
|
1255
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1256
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1249
1257
|
// file annotations for bundling tools to include these files
|
|
1250
1258
|
path.join(__dirname, "schema.prisma");
|
|
1251
1259
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|