@a_team/prisma 3.28.0-linux → 3.28.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
|
@@ -1159,7 +1159,7 @@ const config = {
|
|
|
1159
1159
|
"binaryTargets": [
|
|
1160
1160
|
{
|
|
1161
1161
|
"fromEnvVar": null,
|
|
1162
|
-
"value": "
|
|
1162
|
+
"value": "debian-openssl-3.0.x"
|
|
1163
1163
|
}
|
|
1164
1164
|
],
|
|
1165
1165
|
"previewFeatures": [
|
|
@@ -1228,8 +1228,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1228
1228
|
Object.assign(exports, Prisma)
|
|
1229
1229
|
|
|
1230
1230
|
// file annotations for bundling tools to include these files
|
|
1231
|
-
path.join(__dirname, "libquery_engine-
|
|
1232
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1231
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
1232
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
1233
1233
|
// file annotations for bundling tools to include these files
|
|
1234
1234
|
path.join(__dirname, "schema.prisma");
|
|
1235
1235
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|