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