@a_team/prisma 3.13.6-linux → 3.13.6-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.
@@ -793,7 +793,11 @@ const config = {
793
793
  "binaryTargets": [
794
794
  {
795
795
  "fromEnvVar": null,
796
- "value": "linux-musl-openssl-3.0.x"
796
+ "value": "darwin"
797
+ },
798
+ {
799
+ "fromEnvVar": null,
800
+ "value": "darwin-arm64"
797
801
  }
798
802
  ],
799
803
  "previewFeatures": [
@@ -794,7 +794,11 @@ const config = {
794
794
  "binaryTargets": [
795
795
  {
796
796
  "fromEnvVar": null,
797
- "value": "linux-musl-openssl-3.0.x"
797
+ "value": "darwin"
798
+ },
799
+ {
800
+ "fromEnvVar": null,
801
+ "value": "darwin-arm64"
798
802
  }
799
803
  ],
800
804
  "previewFeatures": [
@@ -863,8 +867,12 @@ exports.PrismaClient = PrismaClient
863
867
  Object.assign(exports, Prisma)
864
868
 
865
869
  // file annotations for bundling tools to include these files
866
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
867
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
870
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
871
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
872
+
873
+ // file annotations for bundling tools to include these files
874
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
875
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
868
876
  // file annotations for bundling tools to include these files
869
877
  path.join(__dirname, "schema.prisma");
870
878
  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.13.6-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.13.6-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {