@a_team/prisma 3.10.0-linux → 3.10.0-macos

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