@a_team/prisma 3.30.0-linux → 3.30.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
|
@@ -1190,7 +1190,11 @@ const config = {
|
|
|
1190
1190
|
"binaryTargets": [
|
|
1191
1191
|
{
|
|
1192
1192
|
"fromEnvVar": null,
|
|
1193
|
-
"value": "
|
|
1193
|
+
"value": "darwin"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"fromEnvVar": null,
|
|
1197
|
+
"value": "darwin-arm64"
|
|
1194
1198
|
}
|
|
1195
1199
|
],
|
|
1196
1200
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1191,7 +1191,11 @@ const config = {
|
|
|
1191
1191
|
"binaryTargets": [
|
|
1192
1192
|
{
|
|
1193
1193
|
"fromEnvVar": null,
|
|
1194
|
-
"value": "
|
|
1194
|
+
"value": "darwin"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"fromEnvVar": null,
|
|
1198
|
+
"value": "darwin-arm64"
|
|
1195
1199
|
}
|
|
1196
1200
|
],
|
|
1197
1201
|
"previewFeatures": [
|
|
@@ -1260,8 +1264,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1260
1264
|
Object.assign(exports, Prisma)
|
|
1261
1265
|
|
|
1262
1266
|
// file annotations for bundling tools to include these files
|
|
1263
|
-
path.join(__dirname, "libquery_engine-
|
|
1264
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1267
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1268
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1269
|
+
|
|
1270
|
+
// file annotations for bundling tools to include these files
|
|
1271
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1272
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1265
1273
|
// file annotations for bundling tools to include these files
|
|
1266
1274
|
path.join(__dirname, "schema.prisma");
|
|
1267
1275
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|