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