@a_team/prisma 3.23.3-macos → 3.23.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
|
@@ -1035,11 +1035,7 @@ const config = {
|
|
|
1035
1035
|
"binaryTargets": [
|
|
1036
1036
|
{
|
|
1037
1037
|
"fromEnvVar": null,
|
|
1038
|
-
"value": "
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"fromEnvVar": null,
|
|
1042
|
-
"value": "darwin-arm64"
|
|
1038
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1043
1039
|
}
|
|
1044
1040
|
],
|
|
1045
1041
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1036,11 +1036,7 @@ const config = {
|
|
|
1036
1036
|
"binaryTargets": [
|
|
1037
1037
|
{
|
|
1038
1038
|
"fromEnvVar": null,
|
|
1039
|
-
"value": "
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"fromEnvVar": null,
|
|
1043
|
-
"value": "darwin-arm64"
|
|
1039
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1044
1040
|
}
|
|
1045
1041
|
],
|
|
1046
1042
|
"previewFeatures": [
|
|
@@ -1109,12 +1105,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1109
1105
|
Object.assign(exports, Prisma)
|
|
1110
1106
|
|
|
1111
1107
|
// file annotations for bundling tools to include these files
|
|
1112
|
-
path.join(__dirname, "libquery_engine-
|
|
1113
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1114
|
-
|
|
1115
|
-
// file annotations for bundling tools to include these files
|
|
1116
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1117
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1108
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1109
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1118
1110
|
// file annotations for bundling tools to include these files
|
|
1119
1111
|
path.join(__dirname, "schema.prisma");
|
|
1120
1112
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|