@a_team/prisma 3.22.3-macos → 3.22.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.
@@ -1007,11 +1007,7 @@ const config = {
1007
1007
  "binaryTargets": [
1008
1008
  {
1009
1009
  "fromEnvVar": null,
1010
- "value": "darwin"
1011
- },
1012
- {
1013
- "fromEnvVar": null,
1014
- "value": "darwin-arm64"
1010
+ "value": "linux-arm64-openssl-3.0.x"
1015
1011
  }
1016
1012
  ],
1017
1013
  "previewFeatures": [
@@ -1008,11 +1008,7 @@ const config = {
1008
1008
  "binaryTargets": [
1009
1009
  {
1010
1010
  "fromEnvVar": null,
1011
- "value": "darwin"
1012
- },
1013
- {
1014
- "fromEnvVar": null,
1015
- "value": "darwin-arm64"
1011
+ "value": "linux-arm64-openssl-3.0.x"
1016
1012
  }
1017
1013
  ],
1018
1014
  "previewFeatures": [
@@ -1081,12 +1077,8 @@ exports.PrismaClient = PrismaClient
1081
1077
  Object.assign(exports, Prisma)
1082
1078
 
1083
1079
  // file annotations for bundling tools to include these files
1084
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1085
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1086
-
1087
- // file annotations for bundling tools to include these files
1088
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1089
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1080
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1081
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1090
1082
  // file annotations for bundling tools to include these files
1091
1083
  path.join(__dirname, "schema.prisma");
1092
1084
  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.22.3-macos",
3
+ "version": "3.22.3-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],