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