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