@a_team/prisma 3.17.3-linux → 3.17.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.
@@ -935,7 +935,11 @@ const config = {
935
935
  "binaryTargets": [
936
936
  {
937
937
  "fromEnvVar": null,
938
- "value": "linux-musl-openssl-3.0.x"
938
+ "value": "darwin"
939
+ },
940
+ {
941
+ "fromEnvVar": null,
942
+ "value": "darwin-arm64"
939
943
  }
940
944
  ],
941
945
  "previewFeatures": [
@@ -936,7 +936,11 @@ const config = {
936
936
  "binaryTargets": [
937
937
  {
938
938
  "fromEnvVar": null,
939
- "value": "linux-musl-openssl-3.0.x"
939
+ "value": "darwin"
940
+ },
941
+ {
942
+ "fromEnvVar": null,
943
+ "value": "darwin-arm64"
940
944
  }
941
945
  ],
942
946
  "previewFeatures": [
@@ -1005,8 +1009,12 @@ exports.PrismaClient = PrismaClient
1005
1009
  Object.assign(exports, Prisma)
1006
1010
 
1007
1011
  // file annotations for bundling tools to include these files
1008
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1009
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1012
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1013
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1014
+
1015
+ // file annotations for bundling tools to include these files
1016
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1017
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1010
1018
  // file annotations for bundling tools to include these files
1011
1019
  path.join(__dirname, "schema.prisma");
1012
1020
  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.17.3-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.17.3-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {