@a_team/prisma 3.23.0-linux-debian → 3.23.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.
@@ -1029,7 +1029,11 @@ const config = {
1029
1029
  "binaryTargets": [
1030
1030
  {
1031
1031
  "fromEnvVar": null,
1032
- "value": "debian-openssl-3.0.x"
1032
+ "value": "darwin"
1033
+ },
1034
+ {
1035
+ "fromEnvVar": null,
1036
+ "value": "darwin-arm64"
1033
1037
  }
1034
1038
  ],
1035
1039
  "previewFeatures": [
@@ -1030,7 +1030,11 @@ const config = {
1030
1030
  "binaryTargets": [
1031
1031
  {
1032
1032
  "fromEnvVar": null,
1033
- "value": "debian-openssl-3.0.x"
1033
+ "value": "darwin"
1034
+ },
1035
+ {
1036
+ "fromEnvVar": null,
1037
+ "value": "darwin-arm64"
1034
1038
  }
1035
1039
  ],
1036
1040
  "previewFeatures": [
@@ -1099,8 +1103,12 @@ exports.PrismaClient = PrismaClient
1099
1103
  Object.assign(exports, Prisma)
1100
1104
 
1101
1105
  // file annotations for bundling tools to include these files
1102
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1103
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1106
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1107
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1108
+
1109
+ // file annotations for bundling tools to include these files
1110
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1111
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1104
1112
  // file annotations for bundling tools to include these files
1105
1113
  path.join(__dirname, "schema.prisma");
1106
1114
  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.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.23.0-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {