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