@a_team/prisma 3.16.6-linux → 3.16.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
|
@@ -911,7 +911,7 @@ const config = {
|
|
|
911
911
|
"binaryTargets": [
|
|
912
912
|
{
|
|
913
913
|
"fromEnvVar": null,
|
|
914
|
-
"value": "
|
|
914
|
+
"value": "debian-openssl-3.0.x"
|
|
915
915
|
}
|
|
916
916
|
],
|
|
917
917
|
"previewFeatures": [
|
|
@@ -980,8 +980,8 @@ exports.PrismaClient = PrismaClient
|
|
|
980
980
|
Object.assign(exports, Prisma)
|
|
981
981
|
|
|
982
982
|
// file annotations for bundling tools to include these files
|
|
983
|
-
path.join(__dirname, "libquery_engine-
|
|
984
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
983
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
984
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
985
985
|
// file annotations for bundling tools to include these files
|
|
986
986
|
path.join(__dirname, "schema.prisma");
|
|
987
987
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|