@a_team/prisma 3.12.2-macos → 3.12.2-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.
@@ -783,11 +783,7 @@ const config = {
783
783
  "binaryTargets": [
784
784
  {
785
785
  "fromEnvVar": null,
786
- "value": "darwin"
787
- },
788
- {
789
- "fromEnvVar": null,
790
- "value": "darwin-arm64"
786
+ "value": "linux-arm64-openssl-3.0.x"
791
787
  }
792
788
  ],
793
789
  "previewFeatures": [
@@ -784,11 +784,7 @@ const config = {
784
784
  "binaryTargets": [
785
785
  {
786
786
  "fromEnvVar": null,
787
- "value": "darwin"
788
- },
789
- {
790
- "fromEnvVar": null,
791
- "value": "darwin-arm64"
787
+ "value": "linux-arm64-openssl-3.0.x"
792
788
  }
793
789
  ],
794
790
  "previewFeatures": [
@@ -857,12 +853,8 @@ exports.PrismaClient = PrismaClient
857
853
  Object.assign(exports, Prisma)
858
854
 
859
855
  // file annotations for bundling tools to include these files
860
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
861
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
862
-
863
- // file annotations for bundling tools to include these files
864
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
865
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
856
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
857
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
866
858
  // file annotations for bundling tools to include these files
867
859
  path.join(__dirname, "schema.prisma");
868
860
  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.12.2-macos",
3
+ "version": "3.12.2-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],