@a_team/prisma 3.8.2-linux → 3.8.2-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
|
@@ -563,7 +563,7 @@ const config = {
|
|
|
563
563
|
"binaryTargets": [
|
|
564
564
|
{
|
|
565
565
|
"fromEnvVar": null,
|
|
566
|
-
"value": "
|
|
566
|
+
"value": "debian-openssl-3.0.x"
|
|
567
567
|
}
|
|
568
568
|
],
|
|
569
569
|
"previewFeatures": [
|
|
@@ -632,8 +632,8 @@ exports.PrismaClient = PrismaClient
|
|
|
632
632
|
Object.assign(exports, Prisma)
|
|
633
633
|
|
|
634
634
|
// file annotations for bundling tools to include these files
|
|
635
|
-
path.join(__dirname, "libquery_engine-
|
|
636
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
635
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
636
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
637
637
|
// file annotations for bundling tools to include these files
|
|
638
638
|
path.join(__dirname, "schema.prisma");
|
|
639
639
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|