@a_team/prisma 3.23.0-macos → 3.23.0-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
|
@@ -1029,11 +1029,7 @@ const config = {
|
|
|
1029
1029
|
"binaryTargets": [
|
|
1030
1030
|
{
|
|
1031
1031
|
"fromEnvVar": null,
|
|
1032
|
-
"value": "
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"fromEnvVar": null,
|
|
1036
|
-
"value": "darwin-arm64"
|
|
1032
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1037
1033
|
}
|
|
1038
1034
|
],
|
|
1039
1035
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1030,11 +1030,7 @@ const config = {
|
|
|
1030
1030
|
"binaryTargets": [
|
|
1031
1031
|
{
|
|
1032
1032
|
"fromEnvVar": null,
|
|
1033
|
-
"value": "
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"fromEnvVar": null,
|
|
1037
|
-
"value": "darwin-arm64"
|
|
1033
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1038
1034
|
}
|
|
1039
1035
|
],
|
|
1040
1036
|
"previewFeatures": [
|
|
@@ -1103,12 +1099,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1103
1099
|
Object.assign(exports, Prisma)
|
|
1104
1100
|
|
|
1105
1101
|
// file annotations for bundling tools to include these files
|
|
1106
|
-
path.join(__dirname, "libquery_engine-
|
|
1107
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1108
|
-
|
|
1109
|
-
// file annotations for bundling tools to include these files
|
|
1110
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1111
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1102
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1103
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1112
1104
|
// file annotations for bundling tools to include these files
|
|
1113
1105
|
path.join(__dirname, "schema.prisma");
|
|
1114
1106
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|