@a_team/prisma 3.28.0-linux-debian → 3.28.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.
@@ -1158,7 +1158,11 @@ const config = {
1158
1158
  "binaryTargets": [
1159
1159
  {
1160
1160
  "fromEnvVar": null,
1161
- "value": "debian-openssl-3.0.x"
1161
+ "value": "darwin"
1162
+ },
1163
+ {
1164
+ "fromEnvVar": null,
1165
+ "value": "darwin-arm64"
1162
1166
  }
1163
1167
  ],
1164
1168
  "previewFeatures": [
@@ -1159,7 +1159,11 @@ const config = {
1159
1159
  "binaryTargets": [
1160
1160
  {
1161
1161
  "fromEnvVar": null,
1162
- "value": "debian-openssl-3.0.x"
1162
+ "value": "darwin"
1163
+ },
1164
+ {
1165
+ "fromEnvVar": null,
1166
+ "value": "darwin-arm64"
1163
1167
  }
1164
1168
  ],
1165
1169
  "previewFeatures": [
@@ -1228,8 +1232,12 @@ exports.PrismaClient = PrismaClient
1228
1232
  Object.assign(exports, Prisma)
1229
1233
 
1230
1234
  // file annotations for bundling tools to include these files
1231
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1232
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1235
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1236
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1237
+
1238
+ // file annotations for bundling tools to include these files
1239
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1240
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1233
1241
  // file annotations for bundling tools to include these files
1234
1242
  path.join(__dirname, "schema.prisma");
1235
1243
  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.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.28.0-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {