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