@a_team/prisma 3.17.5-linux-debian → 3.17.5-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.
@@ -930,7 +930,11 @@ const config = {
930
930
  "binaryTargets": [
931
931
  {
932
932
  "fromEnvVar": null,
933
- "value": "debian-openssl-3.0.x"
933
+ "value": "darwin"
934
+ },
935
+ {
936
+ "fromEnvVar": null,
937
+ "value": "darwin-arm64"
934
938
  }
935
939
  ],
936
940
  "previewFeatures": [
@@ -931,7 +931,11 @@ const config = {
931
931
  "binaryTargets": [
932
932
  {
933
933
  "fromEnvVar": null,
934
- "value": "debian-openssl-3.0.x"
934
+ "value": "darwin"
935
+ },
936
+ {
937
+ "fromEnvVar": null,
938
+ "value": "darwin-arm64"
935
939
  }
936
940
  ],
937
941
  "previewFeatures": [
@@ -1000,8 +1004,12 @@ exports.PrismaClient = PrismaClient
1000
1004
  Object.assign(exports, Prisma)
1001
1005
 
1002
1006
  // file annotations for bundling tools to include these files
1003
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1004
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1007
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
1008
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1009
+
1010
+ // file annotations for bundling tools to include these files
1011
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1012
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1005
1013
  // file annotations for bundling tools to include these files
1006
1014
  path.join(__dirname, "schema.prisma");
1007
1015
  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.17.5-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.17.5-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {