@a_team/prisma 3.28.4-linux → 3.28.4-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.
@@ -1171,7 +1171,11 @@ const config = {
1171
1171
  "binaryTargets": [
1172
1172
  {
1173
1173
  "fromEnvVar": null,
1174
- "value": "linux-musl-openssl-3.0.x"
1174
+ "value": "darwin"
1175
+ },
1176
+ {
1177
+ "fromEnvVar": null,
1178
+ "value": "darwin-arm64"
1175
1179
  }
1176
1180
  ],
1177
1181
  "previewFeatures": [
@@ -1172,7 +1172,11 @@ const config = {
1172
1172
  "binaryTargets": [
1173
1173
  {
1174
1174
  "fromEnvVar": null,
1175
- "value": "linux-musl-openssl-3.0.x"
1175
+ "value": "darwin"
1176
+ },
1177
+ {
1178
+ "fromEnvVar": null,
1179
+ "value": "darwin-arm64"
1176
1180
  }
1177
1181
  ],
1178
1182
  "previewFeatures": [
@@ -1241,8 +1245,12 @@ exports.PrismaClient = PrismaClient
1241
1245
  Object.assign(exports, Prisma)
1242
1246
 
1243
1247
  // file annotations for bundling tools to include these files
1244
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1245
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1248
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1249
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1250
+
1251
+ // file annotations for bundling tools to include these files
1252
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1253
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1246
1254
  // file annotations for bundling tools to include these files
1247
1255
  path.join(__dirname, "schema.prisma");
1248
1256
  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.28.4-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.28.4-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {