@a_team/prisma 3.31.0-linux-debian → 3.31.0-macos-docker-linux
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
package/dist/client/index.js
CHANGED
|
@@ -1211,7 +1211,7 @@ const config = {
|
|
|
1211
1211
|
"binaryTargets": [
|
|
1212
1212
|
{
|
|
1213
1213
|
"fromEnvVar": null,
|
|
1214
|
-
"value": "
|
|
1214
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1215
1215
|
}
|
|
1216
1216
|
],
|
|
1217
1217
|
"previewFeatures": [
|
|
@@ -1280,8 +1280,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1280
1280
|
Object.assign(exports, Prisma)
|
|
1281
1281
|
|
|
1282
1282
|
// file annotations for bundling tools to include these files
|
|
1283
|
-
path.join(__dirname, "libquery_engine-
|
|
1284
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1283
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1284
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1285
1285
|
// file annotations for bundling tools to include these files
|
|
1286
1286
|
path.join(__dirname, "schema.prisma");
|
|
1287
1287
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|