@a_team/prisma 3.17.6-linux → 3.17.6-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
|
@@ -931,7 +931,7 @@ const config = {
|
|
|
931
931
|
"binaryTargets": [
|
|
932
932
|
{
|
|
933
933
|
"fromEnvVar": null,
|
|
934
|
-
"value": "
|
|
934
|
+
"value": "debian-openssl-3.0.x"
|
|
935
935
|
}
|
|
936
936
|
],
|
|
937
937
|
"previewFeatures": [
|
|
@@ -1000,8 +1000,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1000
1000
|
Object.assign(exports, Prisma)
|
|
1001
1001
|
|
|
1002
1002
|
// file annotations for bundling tools to include these files
|
|
1003
|
-
path.join(__dirname, "libquery_engine-
|
|
1004
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1003
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
1004
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
1005
1005
|
// file annotations for bundling tools to include these files
|
|
1006
1006
|
path.join(__dirname, "schema.prisma");
|
|
1007
1007
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|