@a_team/prisma 3.24.1-linux → 3.24.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.
@@ -1087,7 +1087,11 @@ const config = {
1087
1087
  "binaryTargets": [
1088
1088
  {
1089
1089
  "fromEnvVar": null,
1090
- "value": "linux-musl-openssl-3.0.x"
1090
+ "value": "darwin"
1091
+ },
1092
+ {
1093
+ "fromEnvVar": null,
1094
+ "value": "darwin-arm64"
1091
1095
  }
1092
1096
  ],
1093
1097
  "previewFeatures": [
@@ -1088,7 +1088,11 @@ const config = {
1088
1088
  "binaryTargets": [
1089
1089
  {
1090
1090
  "fromEnvVar": null,
1091
- "value": "linux-musl-openssl-3.0.x"
1091
+ "value": "darwin"
1092
+ },
1093
+ {
1094
+ "fromEnvVar": null,
1095
+ "value": "darwin-arm64"
1092
1096
  }
1093
1097
  ],
1094
1098
  "previewFeatures": [
@@ -1157,8 +1161,12 @@ exports.PrismaClient = PrismaClient
1157
1161
  Object.assign(exports, Prisma)
1158
1162
 
1159
1163
  // file annotations for bundling tools to include these files
1160
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1161
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1164
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1165
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1166
+
1167
+ // file annotations for bundling tools to include these files
1168
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1169
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1162
1170
  // file annotations for bundling tools to include these files
1163
1171
  path.join(__dirname, "schema.prisma");
1164
1172
  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.24.1-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.24.1-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {