@a_team/prisma 3.8.0-macos → 3.8.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.
@@ -559,11 +559,7 @@ const config = {
559
559
  "binaryTargets": [
560
560
  {
561
561
  "fromEnvVar": null,
562
- "value": "darwin"
563
- },
564
- {
565
- "fromEnvVar": null,
566
- "value": "darwin-arm64"
562
+ "value": "linux-arm64-openssl-3.0.x"
567
563
  }
568
564
  ],
569
565
  "previewFeatures": [
@@ -560,11 +560,7 @@ const config = {
560
560
  "binaryTargets": [
561
561
  {
562
562
  "fromEnvVar": null,
563
- "value": "darwin"
564
- },
565
- {
566
- "fromEnvVar": null,
567
- "value": "darwin-arm64"
563
+ "value": "linux-arm64-openssl-3.0.x"
568
564
  }
569
565
  ],
570
566
  "previewFeatures": [
@@ -633,12 +629,8 @@ exports.PrismaClient = PrismaClient
633
629
  Object.assign(exports, Prisma)
634
630
 
635
631
  // file annotations for bundling tools to include these files
636
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
637
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
638
-
639
- // file annotations for bundling tools to include these files
640
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
641
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
632
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
633
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
642
634
  // file annotations for bundling tools to include these files
643
635
  path.join(__dirname, "schema.prisma");
644
636
  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.8.0-macos",
3
+ "version": "3.8.0-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],