@a_team/prisma 3.22.1-linux → 3.22.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.
@@ -1006,7 +1006,11 @@ const config = {
1006
1006
  "binaryTargets": [
1007
1007
  {
1008
1008
  "fromEnvVar": null,
1009
- "value": "linux-musl-openssl-3.0.x"
1009
+ "value": "darwin"
1010
+ },
1011
+ {
1012
+ "fromEnvVar": null,
1013
+ "value": "darwin-arm64"
1010
1014
  }
1011
1015
  ],
1012
1016
  "previewFeatures": [
@@ -1007,7 +1007,11 @@ const config = {
1007
1007
  "binaryTargets": [
1008
1008
  {
1009
1009
  "fromEnvVar": null,
1010
- "value": "linux-musl-openssl-3.0.x"
1010
+ "value": "darwin"
1011
+ },
1012
+ {
1013
+ "fromEnvVar": null,
1014
+ "value": "darwin-arm64"
1011
1015
  }
1012
1016
  ],
1013
1017
  "previewFeatures": [
@@ -1076,8 +1080,12 @@ exports.PrismaClient = PrismaClient
1076
1080
  Object.assign(exports, Prisma)
1077
1081
 
1078
1082
  // file annotations for bundling tools to include these files
1079
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1080
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1083
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1084
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1085
+
1086
+ // file annotations for bundling tools to include these files
1087
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1088
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1081
1089
  // file annotations for bundling tools to include these files
1082
1090
  path.join(__dirname, "schema.prisma");
1083
1091
  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.22.1-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.22.1-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {