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