@a_team/prisma 3.23.4-linux → 3.23.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
|
@@ -1037,7 +1037,7 @@ const config = {
|
|
|
1037
1037
|
"binaryTargets": [
|
|
1038
1038
|
{
|
|
1039
1039
|
"fromEnvVar": null,
|
|
1040
|
-
"value": "
|
|
1040
|
+
"value": "debian-openssl-3.0.x"
|
|
1041
1041
|
}
|
|
1042
1042
|
],
|
|
1043
1043
|
"previewFeatures": [
|
|
@@ -1106,8 +1106,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1106
1106
|
Object.assign(exports, Prisma)
|
|
1107
1107
|
|
|
1108
1108
|
// file annotations for bundling tools to include these files
|
|
1109
|
-
path.join(__dirname, "libquery_engine-
|
|
1110
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1109
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
1110
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
1111
1111
|
// file annotations for bundling tools to include these files
|
|
1112
1112
|
path.join(__dirname, "schema.prisma");
|
|
1113
1113
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|