@a_team/prisma 3.21.2-linux-debian → 3.21.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.
@@ -995,7 +995,11 @@ const config = {
995
995
  "binaryTargets": [
996
996
  {
997
997
  "fromEnvVar": null,
998
- "value": "debian-openssl-3.0.x"
998
+ "value": "darwin"
999
+ },
1000
+ {
1001
+ "fromEnvVar": null,
1002
+ "value": "darwin-arm64"
999
1003
  }
1000
1004
  ],
1001
1005
  "previewFeatures": [
@@ -996,7 +996,11 @@ const config = {
996
996
  "binaryTargets": [
997
997
  {
998
998
  "fromEnvVar": null,
999
- "value": "debian-openssl-3.0.x"
999
+ "value": "darwin"
1000
+ },
1001
+ {
1002
+ "fromEnvVar": null,
1003
+ "value": "darwin-arm64"
1000
1004
  }
1001
1005
  ],
1002
1006
  "previewFeatures": [
@@ -1065,8 +1069,12 @@ exports.PrismaClient = PrismaClient
1065
1069
  Object.assign(exports, Prisma)
1066
1070
 
1067
1071
  // file annotations for bundling tools to include these files
1068
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1069
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1072
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1073
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1074
+
1075
+ // file annotations for bundling tools to include these files
1076
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1077
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1070
1078
  // file annotations for bundling tools to include these files
1071
1079
  path.join(__dirname, "schema.prisma");
1072
1080
  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.21.2-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.21.2-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {