@a_team/prisma 3.11.1-macos → 3.11.1-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.
@@ -724,11 +724,7 @@ const config = {
724
724
  "binaryTargets": [
725
725
  {
726
726
  "fromEnvVar": null,
727
- "value": "darwin"
728
- },
729
- {
730
- "fromEnvVar": null,
731
- "value": "darwin-arm64"
727
+ "value": "linux-arm64-openssl-3.0.x"
732
728
  }
733
729
  ],
734
730
  "previewFeatures": [
@@ -725,11 +725,7 @@ const config = {
725
725
  "binaryTargets": [
726
726
  {
727
727
  "fromEnvVar": null,
728
- "value": "darwin"
729
- },
730
- {
731
- "fromEnvVar": null,
732
- "value": "darwin-arm64"
728
+ "value": "linux-arm64-openssl-3.0.x"
733
729
  }
734
730
  ],
735
731
  "previewFeatures": [
@@ -798,12 +794,8 @@ exports.PrismaClient = PrismaClient
798
794
  Object.assign(exports, Prisma)
799
795
 
800
796
  // file annotations for bundling tools to include these files
801
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
802
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
803
-
804
- // file annotations for bundling tools to include these files
805
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
806
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
797
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
798
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
807
799
  // file annotations for bundling tools to include these files
808
800
  path.join(__dirname, "schema.prisma");
809
801
  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.11.1-macos",
3
+ "version": "3.11.1-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],