@a_team/prisma 3.9.1-macos → 3.9.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.
@@ -581,11 +581,7 @@ const config = {
581
581
  "binaryTargets": [
582
582
  {
583
583
  "fromEnvVar": null,
584
- "value": "darwin"
585
- },
586
- {
587
- "fromEnvVar": null,
588
- "value": "darwin-arm64"
584
+ "value": "linux-arm64-openssl-3.0.x"
589
585
  }
590
586
  ],
591
587
  "previewFeatures": [
@@ -582,11 +582,7 @@ const config = {
582
582
  "binaryTargets": [
583
583
  {
584
584
  "fromEnvVar": null,
585
- "value": "darwin"
586
- },
587
- {
588
- "fromEnvVar": null,
589
- "value": "darwin-arm64"
585
+ "value": "linux-arm64-openssl-3.0.x"
590
586
  }
591
587
  ],
592
588
  "previewFeatures": [
@@ -655,12 +651,8 @@ exports.PrismaClient = PrismaClient
655
651
  Object.assign(exports, Prisma)
656
652
 
657
653
  // file annotations for bundling tools to include these files
658
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
659
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
660
-
661
- // file annotations for bundling tools to include these files
662
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
663
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
654
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
655
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
664
656
  // file annotations for bundling tools to include these files
665
657
  path.join(__dirname, "schema.prisma");
666
658
  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.9.1-macos",
3
+ "version": "3.9.1-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],