@a_team/prisma 3.23.1-linux → 3.23.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.
@@ -1035,7 +1035,11 @@ const config = {
1035
1035
  "binaryTargets": [
1036
1036
  {
1037
1037
  "fromEnvVar": null,
1038
- "value": "linux-musl-openssl-3.0.x"
1038
+ "value": "darwin"
1039
+ },
1040
+ {
1041
+ "fromEnvVar": null,
1042
+ "value": "darwin-arm64"
1039
1043
  }
1040
1044
  ],
1041
1045
  "previewFeatures": [
@@ -1036,7 +1036,11 @@ const config = {
1036
1036
  "binaryTargets": [
1037
1037
  {
1038
1038
  "fromEnvVar": null,
1039
- "value": "linux-musl-openssl-3.0.x"
1039
+ "value": "darwin"
1040
+ },
1041
+ {
1042
+ "fromEnvVar": null,
1043
+ "value": "darwin-arm64"
1040
1044
  }
1041
1045
  ],
1042
1046
  "previewFeatures": [
@@ -1105,8 +1109,12 @@ exports.PrismaClient = PrismaClient
1105
1109
  Object.assign(exports, Prisma)
1106
1110
 
1107
1111
  // file annotations for bundling tools to include these files
1108
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1109
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1112
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1113
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1114
+
1115
+ // file annotations for bundling tools to include these files
1116
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1117
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1110
1118
  // file annotations for bundling tools to include these files
1111
1119
  path.join(__dirname, "schema.prisma");
1112
1120
  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.23.1-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.23.1-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {