@a_team/prisma 3.29.2-linux-debian → 3.29.2-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.
@@ -1178,7 +1178,11 @@ const config = {
1178
1178
  "binaryTargets": [
1179
1179
  {
1180
1180
  "fromEnvVar": null,
1181
- "value": "debian-openssl-3.0.x"
1181
+ "value": "darwin"
1182
+ },
1183
+ {
1184
+ "fromEnvVar": null,
1185
+ "value": "darwin-arm64"
1182
1186
  }
1183
1187
  ],
1184
1188
  "previewFeatures": [
@@ -1179,7 +1179,11 @@ const config = {
1179
1179
  "binaryTargets": [
1180
1180
  {
1181
1181
  "fromEnvVar": null,
1182
- "value": "debian-openssl-3.0.x"
1182
+ "value": "darwin"
1183
+ },
1184
+ {
1185
+ "fromEnvVar": null,
1186
+ "value": "darwin-arm64"
1183
1187
  }
1184
1188
  ],
1185
1189
  "previewFeatures": [
@@ -1248,8 +1252,12 @@ exports.PrismaClient = PrismaClient
1248
1252
  Object.assign(exports, Prisma)
1249
1253
 
1250
1254
  // file annotations for bundling tools to include these files
1251
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1252
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1255
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1256
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1257
+
1258
+ // file annotations for bundling tools to include these files
1259
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1260
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1253
1261
  // file annotations for bundling tools to include these files
1254
1262
  path.join(__dirname, "schema.prisma");
1255
1263
  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.29.2-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.29.2-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {