@a_team/prisma 3.20.2-linux-debian → 3.20.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.
@@ -974,7 +974,11 @@ const config = {
974
974
  "binaryTargets": [
975
975
  {
976
976
  "fromEnvVar": null,
977
- "value": "debian-openssl-3.0.x"
977
+ "value": "darwin"
978
+ },
979
+ {
980
+ "fromEnvVar": null,
981
+ "value": "darwin-arm64"
978
982
  }
979
983
  ],
980
984
  "previewFeatures": [
@@ -975,7 +975,11 @@ const config = {
975
975
  "binaryTargets": [
976
976
  {
977
977
  "fromEnvVar": null,
978
- "value": "debian-openssl-3.0.x"
978
+ "value": "darwin"
979
+ },
980
+ {
981
+ "fromEnvVar": null,
982
+ "value": "darwin-arm64"
979
983
  }
980
984
  ],
981
985
  "previewFeatures": [
@@ -1044,8 +1048,12 @@ exports.PrismaClient = PrismaClient
1044
1048
  Object.assign(exports, Prisma)
1045
1049
 
1046
1050
  // file annotations for bundling tools to include these files
1047
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1048
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1051
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1052
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1053
+
1054
+ // file annotations for bundling tools to include these files
1055
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1056
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1049
1057
  // file annotations for bundling tools to include these files
1050
1058
  path.join(__dirname, "schema.prisma");
1051
1059
  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.20.2-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.20.2-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {