@a_team/prisma 3.23.7-linux-debian → 3.23.7-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.
@@ -1044,7 +1044,11 @@ const config = {
1044
1044
  "binaryTargets": [
1045
1045
  {
1046
1046
  "fromEnvVar": null,
1047
- "value": "debian-openssl-3.0.x"
1047
+ "value": "darwin"
1048
+ },
1049
+ {
1050
+ "fromEnvVar": null,
1051
+ "value": "darwin-arm64"
1048
1052
  }
1049
1053
  ],
1050
1054
  "previewFeatures": [
@@ -1045,7 +1045,11 @@ const config = {
1045
1045
  "binaryTargets": [
1046
1046
  {
1047
1047
  "fromEnvVar": null,
1048
- "value": "debian-openssl-3.0.x"
1048
+ "value": "darwin"
1049
+ },
1050
+ {
1051
+ "fromEnvVar": null,
1052
+ "value": "darwin-arm64"
1049
1053
  }
1050
1054
  ],
1051
1055
  "previewFeatures": [
@@ -1114,8 +1118,12 @@ exports.PrismaClient = PrismaClient
1114
1118
  Object.assign(exports, Prisma)
1115
1119
 
1116
1120
  // file annotations for bundling tools to include these files
1117
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1118
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1121
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1122
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1123
+
1124
+ // file annotations for bundling tools to include these files
1125
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1126
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1119
1127
  // file annotations for bundling tools to include these files
1120
1128
  path.join(__dirname, "schema.prisma");
1121
1129
  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.23.7-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.23.7-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {