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