@a_team/prisma 3.22.1-macos → 3.22.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
|
@@ -1006,11 +1006,7 @@ const config = {
|
|
|
1006
1006
|
"binaryTargets": [
|
|
1007
1007
|
{
|
|
1008
1008
|
"fromEnvVar": null,
|
|
1009
|
-
"value": "
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"fromEnvVar": null,
|
|
1013
|
-
"value": "darwin-arm64"
|
|
1009
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1014
1010
|
}
|
|
1015
1011
|
],
|
|
1016
1012
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1007,11 +1007,7 @@ const config = {
|
|
|
1007
1007
|
"binaryTargets": [
|
|
1008
1008
|
{
|
|
1009
1009
|
"fromEnvVar": null,
|
|
1010
|
-
"value": "
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"fromEnvVar": null,
|
|
1014
|
-
"value": "darwin-arm64"
|
|
1010
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1015
1011
|
}
|
|
1016
1012
|
],
|
|
1017
1013
|
"previewFeatures": [
|
|
@@ -1080,12 +1076,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1080
1076
|
Object.assign(exports, Prisma)
|
|
1081
1077
|
|
|
1082
1078
|
// file annotations for bundling tools to include these files
|
|
1083
|
-
path.join(__dirname, "libquery_engine-
|
|
1084
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1085
|
-
|
|
1086
|
-
// file annotations for bundling tools to include these files
|
|
1087
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1088
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1079
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1080
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1089
1081
|
// file annotations for bundling tools to include these files
|
|
1090
1082
|
path.join(__dirname, "schema.prisma");
|
|
1091
1083
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|