@a_team/prisma 3.18.0-macos → 3.18.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
package/dist/client/index.js
CHANGED
|
@@ -969,11 +969,7 @@ const config = {
|
|
|
969
969
|
"binaryTargets": [
|
|
970
970
|
{
|
|
971
971
|
"fromEnvVar": null,
|
|
972
|
-
"value": "
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"fromEnvVar": null,
|
|
976
|
-
"value": "darwin-arm64"
|
|
972
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
977
973
|
}
|
|
978
974
|
],
|
|
979
975
|
"previewFeatures": [
|
|
@@ -1042,12 +1038,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1042
1038
|
Object.assign(exports, Prisma)
|
|
1043
1039
|
|
|
1044
1040
|
// file annotations for bundling tools to include these files
|
|
1045
|
-
path.join(__dirname, "libquery_engine-
|
|
1046
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1047
|
-
|
|
1048
|
-
// file annotations for bundling tools to include these files
|
|
1049
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1050
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1041
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1042
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1051
1043
|
// file annotations for bundling tools to include these files
|
|
1052
1044
|
path.join(__dirname, "schema.prisma");
|
|
1053
1045
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|