@a_team/prisma 3.27.0-linux-debian → 3.27.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
|
@@ -1122,7 +1122,7 @@ const config = {
|
|
|
1122
1122
|
"binaryTargets": [
|
|
1123
1123
|
{
|
|
1124
1124
|
"fromEnvVar": null,
|
|
1125
|
-
"value": "
|
|
1125
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1126
1126
|
}
|
|
1127
1127
|
],
|
|
1128
1128
|
"previewFeatures": [
|
|
@@ -1191,8 +1191,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1191
1191
|
Object.assign(exports, Prisma)
|
|
1192
1192
|
|
|
1193
1193
|
// file annotations for bundling tools to include these files
|
|
1194
|
-
path.join(__dirname, "libquery_engine-
|
|
1195
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1194
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1195
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1196
1196
|
// file annotations for bundling tools to include these files
|
|
1197
1197
|
path.join(__dirname, "schema.prisma");
|
|
1198
1198
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|