@a_team/prisma 3.21.0-macos → 3.21.0-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.
@@ -992,11 +992,7 @@ const config = {
992
992
  "binaryTargets": [
993
993
  {
994
994
  "fromEnvVar": null,
995
- "value": "darwin"
996
- },
997
- {
998
- "fromEnvVar": null,
999
- "value": "darwin-arm64"
995
+ "value": "linux-arm64-openssl-3.0.x"
1000
996
  }
1001
997
  ],
1002
998
  "previewFeatures": [
@@ -993,11 +993,7 @@ const config = {
993
993
  "binaryTargets": [
994
994
  {
995
995
  "fromEnvVar": null,
996
- "value": "darwin"
997
- },
998
- {
999
- "fromEnvVar": null,
1000
- "value": "darwin-arm64"
996
+ "value": "linux-arm64-openssl-3.0.x"
1001
997
  }
1002
998
  ],
1003
999
  "previewFeatures": [
@@ -1066,12 +1062,8 @@ exports.PrismaClient = PrismaClient
1066
1062
  Object.assign(exports, Prisma)
1067
1063
 
1068
1064
  // file annotations for bundling tools to include these files
1069
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1070
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1071
-
1072
- // file annotations for bundling tools to include these files
1073
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1074
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1065
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1066
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1075
1067
  // file annotations for bundling tools to include these files
1076
1068
  path.join(__dirname, "schema.prisma");
1077
1069
  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.21.0-macos",
3
+ "version": "3.21.0-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],