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