@a_team/prisma 3.30.0-linux → 3.30.0-linux-debian
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
|
@@ -1191,7 +1191,7 @@ const config = {
|
|
|
1191
1191
|
"binaryTargets": [
|
|
1192
1192
|
{
|
|
1193
1193
|
"fromEnvVar": null,
|
|
1194
|
-
"value": "
|
|
1194
|
+
"value": "debian-openssl-3.0.x"
|
|
1195
1195
|
}
|
|
1196
1196
|
],
|
|
1197
1197
|
"previewFeatures": [
|
|
@@ -1260,8 +1260,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1260
1260
|
Object.assign(exports, Prisma)
|
|
1261
1261
|
|
|
1262
1262
|
// file annotations for bundling tools to include these files
|
|
1263
|
-
path.join(__dirname, "libquery_engine-
|
|
1264
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1263
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
1264
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
1265
1265
|
// file annotations for bundling tools to include these files
|
|
1266
1266
|
path.join(__dirname, "schema.prisma");
|
|
1267
1267
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|