@a_team/prisma 3.14.4-macos → 3.14.4-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.
@@ -857,11 +857,7 @@ const config = {
857
857
  "binaryTargets": [
858
858
  {
859
859
  "fromEnvVar": null,
860
- "value": "darwin"
861
- },
862
- {
863
- "fromEnvVar": null,
864
- "value": "darwin-arm64"
860
+ "value": "linux-arm64-openssl-3.0.x"
865
861
  }
866
862
  ],
867
863
  "previewFeatures": [
@@ -858,11 +858,7 @@ const config = {
858
858
  "binaryTargets": [
859
859
  {
860
860
  "fromEnvVar": null,
861
- "value": "darwin"
862
- },
863
- {
864
- "fromEnvVar": null,
865
- "value": "darwin-arm64"
861
+ "value": "linux-arm64-openssl-3.0.x"
866
862
  }
867
863
  ],
868
864
  "previewFeatures": [
@@ -931,12 +927,8 @@ exports.PrismaClient = PrismaClient
931
927
  Object.assign(exports, Prisma)
932
928
 
933
929
  // file annotations for bundling tools to include these files
934
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
935
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
936
-
937
- // file annotations for bundling tools to include these files
938
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
939
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
930
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
931
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
940
932
  // file annotations for bundling tools to include these files
941
933
  path.join(__dirname, "schema.prisma");
942
934
  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.14.4-macos",
3
+ "version": "3.14.4-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],