@a_team/prisma 3.15.3-macos → 3.15.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.
@@ -878,11 +878,7 @@ const config = {
878
878
  "binaryTargets": [
879
879
  {
880
880
  "fromEnvVar": null,
881
- "value": "darwin"
882
- },
883
- {
884
- "fromEnvVar": null,
885
- "value": "darwin-arm64"
881
+ "value": "linux-arm64-openssl-3.0.x"
886
882
  }
887
883
  ],
888
884
  "previewFeatures": [
@@ -879,11 +879,7 @@ const config = {
879
879
  "binaryTargets": [
880
880
  {
881
881
  "fromEnvVar": null,
882
- "value": "darwin"
883
- },
884
- {
885
- "fromEnvVar": null,
886
- "value": "darwin-arm64"
882
+ "value": "linux-arm64-openssl-3.0.x"
887
883
  }
888
884
  ],
889
885
  "previewFeatures": [
@@ -952,12 +948,8 @@ exports.PrismaClient = PrismaClient
952
948
  Object.assign(exports, Prisma)
953
949
 
954
950
  // file annotations for bundling tools to include these files
955
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
956
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
957
-
958
- // file annotations for bundling tools to include these files
959
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
960
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
951
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
952
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
961
953
  // file annotations for bundling tools to include these files
962
954
  path.join(__dirname, "schema.prisma");
963
955
  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.15.3-macos",
3
+ "version": "3.15.3-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],