@a_team/prisma 3.14.4-win → 3.14.5-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
|
@@ -858,7 +858,7 @@ const config = {
|
|
|
858
858
|
"binaryTargets": [
|
|
859
859
|
{
|
|
860
860
|
"fromEnvVar": null,
|
|
861
|
-
"value": "
|
|
861
|
+
"value": "debian-openssl-3.0.x"
|
|
862
862
|
}
|
|
863
863
|
],
|
|
864
864
|
"previewFeatures": [
|
|
@@ -927,8 +927,8 @@ exports.PrismaClient = PrismaClient
|
|
|
927
927
|
Object.assign(exports, Prisma)
|
|
928
928
|
|
|
929
929
|
// file annotations for bundling tools to include these files
|
|
930
|
-
path.join(__dirname, "
|
|
931
|
-
path.join(process.cwd(), "src/client/
|
|
930
|
+
path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
|
|
931
|
+
path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
|
|
932
932
|
// file annotations for bundling tools to include these files
|
|
933
933
|
path.join(__dirname, "schema.prisma");
|
|
934
934
|
path.join(process.cwd(), "src/client/schema.prisma")
|