@a_team/prisma 3.20.2-macos → 3.20.2-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
|
@@ -975,11 +975,7 @@ const config = {
|
|
|
975
975
|
"binaryTargets": [
|
|
976
976
|
{
|
|
977
977
|
"fromEnvVar": null,
|
|
978
|
-
"value": "
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"fromEnvVar": null,
|
|
982
|
-
"value": "darwin-arm64"
|
|
978
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
983
979
|
}
|
|
984
980
|
],
|
|
985
981
|
"previewFeatures": [
|
|
@@ -1048,12 +1044,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1048
1044
|
Object.assign(exports, Prisma)
|
|
1049
1045
|
|
|
1050
1046
|
// file annotations for bundling tools to include these files
|
|
1051
|
-
path.join(__dirname, "libquery_engine-
|
|
1052
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1053
|
-
|
|
1054
|
-
// file annotations for bundling tools to include these files
|
|
1055
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1056
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1047
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1048
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1057
1049
|
// file annotations for bundling tools to include these files
|
|
1058
1050
|
path.join(__dirname, "schema.prisma");
|
|
1059
1051
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|