@a_team/prisma 3.12.1-linux → 3.12.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
|
@@ -782,7 +782,7 @@ const config = {
|
|
|
782
782
|
"binaryTargets": [
|
|
783
783
|
{
|
|
784
784
|
"fromEnvVar": null,
|
|
785
|
-
"value": "
|
|
785
|
+
"value": "debian-openssl-3.0.x"
|
|
786
786
|
}
|
|
787
787
|
],
|
|
788
788
|
"previewFeatures": [
|
|
@@ -851,8 +851,8 @@ exports.PrismaClient = PrismaClient
|
|
|
851
851
|
Object.assign(exports, Prisma)
|
|
852
852
|
|
|
853
853
|
// file annotations for bundling tools to include these files
|
|
854
|
-
path.join(__dirname, "libquery_engine-
|
|
855
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
854
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
855
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
856
856
|
// file annotations for bundling tools to include these files
|
|
857
857
|
path.join(__dirname, "schema.prisma");
|
|
858
858
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|