@a_team/prisma 3.10.1-macos → 3.10.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.
@@ -638,11 +638,7 @@ const config = {
638
638
  "binaryTargets": [
639
639
  {
640
640
  "fromEnvVar": null,
641
- "value": "darwin"
642
- },
643
- {
644
- "fromEnvVar": null,
645
- "value": "darwin-arm64"
641
+ "value": "linux-arm64-openssl-3.0.x"
646
642
  }
647
643
  ],
648
644
  "previewFeatures": [
@@ -639,11 +639,7 @@ const config = {
639
639
  "binaryTargets": [
640
640
  {
641
641
  "fromEnvVar": null,
642
- "value": "darwin"
643
- },
644
- {
645
- "fromEnvVar": null,
646
- "value": "darwin-arm64"
642
+ "value": "linux-arm64-openssl-3.0.x"
647
643
  }
648
644
  ],
649
645
  "previewFeatures": [
@@ -712,12 +708,8 @@ exports.PrismaClient = PrismaClient
712
708
  Object.assign(exports, Prisma)
713
709
 
714
710
  // file annotations for bundling tools to include these files
715
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
716
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
717
-
718
- // file annotations for bundling tools to include these files
719
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
720
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
711
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
712
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
721
713
  // file annotations for bundling tools to include these files
722
714
  path.join(__dirname, "schema.prisma");
723
715
  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.10.1-macos",
3
+ "version": "3.10.1-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],