@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.
@@ -935,11 +935,7 @@ const config = {
935
935
  "binaryTargets": [
936
936
  {
937
937
  "fromEnvVar": null,
938
- "value": "darwin"
939
- },
940
- {
941
- "fromEnvVar": null,
942
- "value": "darwin-arm64"
938
+ "value": "linux-arm64-openssl-3.0.x"
943
939
  }
944
940
  ],
945
941
  "previewFeatures": [
@@ -936,11 +936,7 @@ const config = {
936
936
  "binaryTargets": [
937
937
  {
938
938
  "fromEnvVar": null,
939
- "value": "darwin"
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-darwin.dylib.node");
1013
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
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")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.3-macos",
3
+ "version": "3.17.3-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],