@a_team/prisma 3.12.1-linux → 3.12.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.
@@ -781,7 +781,11 @@ const config = {
781
781
  "binaryTargets": [
782
782
  {
783
783
  "fromEnvVar": null,
784
- "value": "linux-musl-openssl-3.0.x"
784
+ "value": "darwin"
785
+ },
786
+ {
787
+ "fromEnvVar": null,
788
+ "value": "darwin-arm64"
785
789
  }
786
790
  ],
787
791
  "previewFeatures": [
@@ -782,7 +782,11 @@ const config = {
782
782
  "binaryTargets": [
783
783
  {
784
784
  "fromEnvVar": null,
785
- "value": "linux-musl-openssl-3.0.x"
785
+ "value": "darwin"
786
+ },
787
+ {
788
+ "fromEnvVar": null,
789
+ "value": "darwin-arm64"
786
790
  }
787
791
  ],
788
792
  "previewFeatures": [
@@ -851,8 +855,12 @@ exports.PrismaClient = PrismaClient
851
855
  Object.assign(exports, Prisma)
852
856
 
853
857
  // file annotations for bundling tools to include these files
854
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
855
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
858
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
859
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
860
+
861
+ // file annotations for bundling tools to include these files
862
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
863
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
856
864
  // file annotations for bundling tools to include these files
857
865
  path.join(__dirname, "schema.prisma");
858
866
  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.12.1-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.12.1-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {