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