@a_team/prisma 3.13.5-linux → 3.13.5-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
|
@@ -794,7 +794,7 @@ const config = {
|
|
|
794
794
|
"binaryTargets": [
|
|
795
795
|
{
|
|
796
796
|
"fromEnvVar": null,
|
|
797
|
-
"value": "
|
|
797
|
+
"value": "debian-openssl-3.0.x"
|
|
798
798
|
}
|
|
799
799
|
],
|
|
800
800
|
"previewFeatures": [
|
|
@@ -863,8 +863,8 @@ exports.PrismaClient = PrismaClient
|
|
|
863
863
|
Object.assign(exports, Prisma)
|
|
864
864
|
|
|
865
865
|
// file annotations for bundling tools to include these files
|
|
866
|
-
path.join(__dirname, "libquery_engine-
|
|
867
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
866
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
867
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
868
868
|
// file annotations for bundling tools to include these files
|
|
869
869
|
path.join(__dirname, "schema.prisma");
|
|
870
870
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|