@a_team/prisma 3.27.0-linux-debian → 3.27.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.
@@ -1121,7 +1121,11 @@ const config = {
1121
1121
  "binaryTargets": [
1122
1122
  {
1123
1123
  "fromEnvVar": null,
1124
- "value": "debian-openssl-3.0.x"
1124
+ "value": "darwin"
1125
+ },
1126
+ {
1127
+ "fromEnvVar": null,
1128
+ "value": "darwin-arm64"
1125
1129
  }
1126
1130
  ],
1127
1131
  "previewFeatures": [
@@ -1122,7 +1122,11 @@ const config = {
1122
1122
  "binaryTargets": [
1123
1123
  {
1124
1124
  "fromEnvVar": null,
1125
- "value": "debian-openssl-3.0.x"
1125
+ "value": "darwin"
1126
+ },
1127
+ {
1128
+ "fromEnvVar": null,
1129
+ "value": "darwin-arm64"
1126
1130
  }
1127
1131
  ],
1128
1132
  "previewFeatures": [
@@ -1191,8 +1195,12 @@ exports.PrismaClient = PrismaClient
1191
1195
  Object.assign(exports, Prisma)
1192
1196
 
1193
1197
  // file annotations for bundling tools to include these files
1194
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1195
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1198
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1199
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1200
+
1201
+ // file annotations for bundling tools to include these files
1202
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1203
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1196
1204
  // file annotations for bundling tools to include these files
1197
1205
  path.join(__dirname, "schema.prisma");
1198
1206
  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.27.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.27.0-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {