@a_team/prisma 3.31.0-linux-debian → 3.31.0-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.
@@ -1210,7 +1210,11 @@ const config = {
1210
1210
  "binaryTargets": [
1211
1211
  {
1212
1212
  "fromEnvVar": null,
1213
- "value": "debian-openssl-3.0.x"
1213
+ "value": "darwin"
1214
+ },
1215
+ {
1216
+ "fromEnvVar": null,
1217
+ "value": "darwin-arm64"
1214
1218
  }
1215
1219
  ],
1216
1220
  "previewFeatures": [
@@ -1211,7 +1211,11 @@ const config = {
1211
1211
  "binaryTargets": [
1212
1212
  {
1213
1213
  "fromEnvVar": null,
1214
- "value": "debian-openssl-3.0.x"
1214
+ "value": "darwin"
1215
+ },
1216
+ {
1217
+ "fromEnvVar": null,
1218
+ "value": "darwin-arm64"
1215
1219
  }
1216
1220
  ],
1217
1221
  "previewFeatures": [
@@ -1280,8 +1284,12 @@ exports.PrismaClient = PrismaClient
1280
1284
  Object.assign(exports, Prisma)
1281
1285
 
1282
1286
  // file annotations for bundling tools to include these files
1283
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1284
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1287
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1288
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1289
+
1290
+ // file annotations for bundling tools to include these files
1291
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1292
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1285
1293
  // file annotations for bundling tools to include these files
1286
1294
  path.join(__dirname, "schema.prisma");
1287
1295
  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.31.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.31.0-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {