@a_team/prisma 3.24.1-linux-debian → 3.24.1-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
|
@@ -1088,7 +1088,7 @@ const config = {
|
|
|
1088
1088
|
"binaryTargets": [
|
|
1089
1089
|
{
|
|
1090
1090
|
"fromEnvVar": null,
|
|
1091
|
-
"value": "
|
|
1091
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1092
1092
|
}
|
|
1093
1093
|
],
|
|
1094
1094
|
"previewFeatures": [
|
|
@@ -1157,8 +1157,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1157
1157
|
Object.assign(exports, Prisma)
|
|
1158
1158
|
|
|
1159
1159
|
// file annotations for bundling tools to include these files
|
|
1160
|
-
path.join(__dirname, "libquery_engine-
|
|
1161
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1160
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1161
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1162
1162
|
// file annotations for bundling tools to include these files
|
|
1163
1163
|
path.join(__dirname, "schema.prisma");
|
|
1164
1164
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|