@a_team/prisma 3.10.1-linux → 3.10.1-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
|
@@ -639,7 +639,7 @@ const config = {
|
|
|
639
639
|
"binaryTargets": [
|
|
640
640
|
{
|
|
641
641
|
"fromEnvVar": null,
|
|
642
|
-
"value": "
|
|
642
|
+
"value": "debian-openssl-3.0.x"
|
|
643
643
|
}
|
|
644
644
|
],
|
|
645
645
|
"previewFeatures": [
|
|
@@ -708,8 +708,8 @@ exports.PrismaClient = PrismaClient
|
|
|
708
708
|
Object.assign(exports, Prisma)
|
|
709
709
|
|
|
710
710
|
// file annotations for bundling tools to include these files
|
|
711
|
-
path.join(__dirname, "libquery_engine-
|
|
712
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
711
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
712
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
713
713
|
// file annotations for bundling tools to include these files
|
|
714
714
|
path.join(__dirname, "schema.prisma");
|
|
715
715
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|