@a_team/prisma 3.24.1-macos → 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
|
@@ -1087,11 +1087,7 @@ const config = {
|
|
|
1087
1087
|
"binaryTargets": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"fromEnvVar": null,
|
|
1090
|
-
"value": "
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"fromEnvVar": null,
|
|
1094
|
-
"value": "darwin-arm64"
|
|
1090
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1095
1091
|
}
|
|
1096
1092
|
],
|
|
1097
1093
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1088,11 +1088,7 @@ const config = {
|
|
|
1088
1088
|
"binaryTargets": [
|
|
1089
1089
|
{
|
|
1090
1090
|
"fromEnvVar": null,
|
|
1091
|
-
"value": "
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"fromEnvVar": null,
|
|
1095
|
-
"value": "darwin-arm64"
|
|
1091
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1096
1092
|
}
|
|
1097
1093
|
],
|
|
1098
1094
|
"previewFeatures": [
|
|
@@ -1161,12 +1157,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1161
1157
|
Object.assign(exports, Prisma)
|
|
1162
1158
|
|
|
1163
1159
|
// file annotations for bundling tools to include these files
|
|
1164
|
-
path.join(__dirname, "libquery_engine-
|
|
1165
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1166
|
-
|
|
1167
|
-
// file annotations for bundling tools to include these files
|
|
1168
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1169
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
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")
|
|
1170
1162
|
// file annotations for bundling tools to include these files
|
|
1171
1163
|
path.join(__dirname, "schema.prisma");
|
|
1172
1164
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|