@a_team/prisma 3.17.3-macos → 3.17.3-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
|
@@ -936,11 +936,7 @@ const config = {
|
|
|
936
936
|
"binaryTargets": [
|
|
937
937
|
{
|
|
938
938
|
"fromEnvVar": null,
|
|
939
|
-
"value": "
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"fromEnvVar": null,
|
|
943
|
-
"value": "darwin-arm64"
|
|
939
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
944
940
|
}
|
|
945
941
|
],
|
|
946
942
|
"previewFeatures": [
|
|
@@ -1009,12 +1005,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1009
1005
|
Object.assign(exports, Prisma)
|
|
1010
1006
|
|
|
1011
1007
|
// file annotations for bundling tools to include these files
|
|
1012
|
-
path.join(__dirname, "libquery_engine-
|
|
1013
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1014
|
-
|
|
1015
|
-
// file annotations for bundling tools to include these files
|
|
1016
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1017
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1008
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1009
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1018
1010
|
// file annotations for bundling tools to include these files
|
|
1019
1011
|
path.join(__dirname, "schema.prisma");
|
|
1020
1012
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|