@a_team/prisma 3.23.2-win → 3.23.3-linux
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
|
@@ -1036,7 +1036,7 @@ const config = {
|
|
|
1036
1036
|
"binaryTargets": [
|
|
1037
1037
|
{
|
|
1038
1038
|
"fromEnvVar": null,
|
|
1039
|
-
"value": "
|
|
1039
|
+
"value": "linux-musl-openssl-3.0.x"
|
|
1040
1040
|
}
|
|
1041
1041
|
],
|
|
1042
1042
|
"previewFeatures": [
|
|
@@ -1105,8 +1105,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1105
1105
|
Object.assign(exports, Prisma)
|
|
1106
1106
|
|
|
1107
1107
|
// file annotations for bundling tools to include these files
|
|
1108
|
-
path.join(__dirname, "
|
|
1109
|
-
path.join(process.cwd(), "src/client/
|
|
1108
|
+
path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
|
|
1109
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
|
|
1110
1110
|
// file annotations for bundling tools to include these files
|
|
1111
1111
|
path.join(__dirname, "schema.prisma");
|
|
1112
1112
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|