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