@a_team/prisma 3.18.0-linux → 3.18.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.
@@ -968,7 +968,11 @@ const config = {
968
968
  "binaryTargets": [
969
969
  {
970
970
  "fromEnvVar": null,
971
- "value": "linux-musl-openssl-3.0.x"
971
+ "value": "darwin"
972
+ },
973
+ {
974
+ "fromEnvVar": null,
975
+ "value": "darwin-arm64"
972
976
  }
973
977
  ],
974
978
  "previewFeatures": [
@@ -969,7 +969,11 @@ const config = {
969
969
  "binaryTargets": [
970
970
  {
971
971
  "fromEnvVar": null,
972
- "value": "linux-musl-openssl-3.0.x"
972
+ "value": "darwin"
973
+ },
974
+ {
975
+ "fromEnvVar": null,
976
+ "value": "darwin-arm64"
973
977
  }
974
978
  ],
975
979
  "previewFeatures": [
@@ -1038,8 +1042,12 @@ exports.PrismaClient = PrismaClient
1038
1042
  Object.assign(exports, Prisma)
1039
1043
 
1040
1044
  // file annotations for bundling tools to include these files
1041
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1042
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1045
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1046
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1047
+
1048
+ // file annotations for bundling tools to include these files
1049
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1050
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1043
1051
  // file annotations for bundling tools to include these files
1044
1052
  path.join(__dirname, "schema.prisma");
1045
1053
  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.18.0-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.18.0-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {