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