@a_team/prisma 3.21.2-macos → 3.21.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
|
@@ -995,11 +995,7 @@ const config = {
|
|
|
995
995
|
"binaryTargets": [
|
|
996
996
|
{
|
|
997
997
|
"fromEnvVar": null,
|
|
998
|
-
"value": "
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"fromEnvVar": null,
|
|
1002
|
-
"value": "darwin-arm64"
|
|
998
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1003
999
|
}
|
|
1004
1000
|
],
|
|
1005
1001
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -996,11 +996,7 @@ const config = {
|
|
|
996
996
|
"binaryTargets": [
|
|
997
997
|
{
|
|
998
998
|
"fromEnvVar": null,
|
|
999
|
-
"value": "
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"fromEnvVar": null,
|
|
1003
|
-
"value": "darwin-arm64"
|
|
999
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1004
1000
|
}
|
|
1005
1001
|
],
|
|
1006
1002
|
"previewFeatures": [
|
|
@@ -1069,12 +1065,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1069
1065
|
Object.assign(exports, Prisma)
|
|
1070
1066
|
|
|
1071
1067
|
// file annotations for bundling tools to include these files
|
|
1072
|
-
path.join(__dirname, "libquery_engine-
|
|
1073
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1074
|
-
|
|
1075
|
-
// file annotations for bundling tools to include these files
|
|
1076
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1077
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1068
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1069
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1078
1070
|
// file annotations for bundling tools to include these files
|
|
1079
1071
|
path.join(__dirname, "schema.prisma");
|
|
1080
1072
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|