@a_team/prisma 3.13.0-macos → 3.13.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.
@@ -794,11 +794,7 @@ const config = {
794
794
  "binaryTargets": [
795
795
  {
796
796
  "fromEnvVar": null,
797
- "value": "darwin"
798
- },
799
- {
800
- "fromEnvVar": null,
801
- "value": "darwin-arm64"
797
+ "value": "linux-arm64-openssl-3.0.x"
802
798
  }
803
799
  ],
804
800
  "previewFeatures": [
@@ -795,11 +795,7 @@ const config = {
795
795
  "binaryTargets": [
796
796
  {
797
797
  "fromEnvVar": null,
798
- "value": "darwin"
799
- },
800
- {
801
- "fromEnvVar": null,
802
- "value": "darwin-arm64"
798
+ "value": "linux-arm64-openssl-3.0.x"
803
799
  }
804
800
  ],
805
801
  "previewFeatures": [
@@ -868,12 +864,8 @@ exports.PrismaClient = PrismaClient
868
864
  Object.assign(exports, Prisma)
869
865
 
870
866
  // file annotations for bundling tools to include these files
871
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
872
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
873
-
874
- // file annotations for bundling tools to include these files
875
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
876
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
867
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
868
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
877
869
  // file annotations for bundling tools to include these files
878
870
  path.join(__dirname, "schema.prisma");
879
871
  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.13.0-macos",
3
+ "version": "3.13.0-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],