@a_team/prisma 3.23.7-macos → 3.23.7-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
|
@@ -1044,11 +1044,7 @@ const config = {
|
|
|
1044
1044
|
"binaryTargets": [
|
|
1045
1045
|
{
|
|
1046
1046
|
"fromEnvVar": null,
|
|
1047
|
-
"value": "
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"fromEnvVar": null,
|
|
1051
|
-
"value": "darwin-arm64"
|
|
1047
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1052
1048
|
}
|
|
1053
1049
|
],
|
|
1054
1050
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1045,11 +1045,7 @@ const config = {
|
|
|
1045
1045
|
"binaryTargets": [
|
|
1046
1046
|
{
|
|
1047
1047
|
"fromEnvVar": null,
|
|
1048
|
-
"value": "
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"fromEnvVar": null,
|
|
1052
|
-
"value": "darwin-arm64"
|
|
1048
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1053
1049
|
}
|
|
1054
1050
|
],
|
|
1055
1051
|
"previewFeatures": [
|
|
@@ -1118,12 +1114,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1118
1114
|
Object.assign(exports, Prisma)
|
|
1119
1115
|
|
|
1120
1116
|
// file annotations for bundling tools to include these files
|
|
1121
|
-
path.join(__dirname, "libquery_engine-
|
|
1122
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1123
|
-
|
|
1124
|
-
// file annotations for bundling tools to include these files
|
|
1125
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1126
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1117
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1118
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1127
1119
|
// file annotations for bundling tools to include these files
|
|
1128
1120
|
path.join(__dirname, "schema.prisma");
|
|
1129
1121
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|