@a_team/prisma 3.31.4-linux → 3.31.4-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
|
@@ -1224,7 +1224,7 @@ const config = {
|
|
|
1224
1224
|
"binaryTargets": [
|
|
1225
1225
|
{
|
|
1226
1226
|
"fromEnvVar": null,
|
|
1227
|
-
"value": "
|
|
1227
|
+
"value": "debian-openssl-3.0.x"
|
|
1228
1228
|
}
|
|
1229
1229
|
],
|
|
1230
1230
|
"previewFeatures": [
|
|
@@ -1293,8 +1293,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1293
1293
|
Object.assign(exports, Prisma)
|
|
1294
1294
|
|
|
1295
1295
|
// file annotations for bundling tools to include these files
|
|
1296
|
-
path.join(__dirname, "libquery_engine-
|
|
1297
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1296
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
1297
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
1298
1298
|
// file annotations for bundling tools to include these files
|
|
1299
1299
|
path.join(__dirname, "schema.prisma");
|
|
1300
1300
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|