@a_team/prisma 3.14.8-linux-debian → 3.14.8-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.
@@ -857,7 +857,11 @@ const config = {
857
857
  "binaryTargets": [
858
858
  {
859
859
  "fromEnvVar": null,
860
- "value": "debian-openssl-3.0.x"
860
+ "value": "darwin"
861
+ },
862
+ {
863
+ "fromEnvVar": null,
864
+ "value": "darwin-arm64"
861
865
  }
862
866
  ],
863
867
  "previewFeatures": [
@@ -858,7 +858,11 @@ const config = {
858
858
  "binaryTargets": [
859
859
  {
860
860
  "fromEnvVar": null,
861
- "value": "debian-openssl-3.0.x"
861
+ "value": "darwin"
862
+ },
863
+ {
864
+ "fromEnvVar": null,
865
+ "value": "darwin-arm64"
862
866
  }
863
867
  ],
864
868
  "previewFeatures": [
@@ -927,8 +931,12 @@ exports.PrismaClient = PrismaClient
927
931
  Object.assign(exports, Prisma)
928
932
 
929
933
  // file annotations for bundling tools to include these files
930
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
931
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
934
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
935
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
936
+
937
+ // file annotations for bundling tools to include these files
938
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
939
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
932
940
  // file annotations for bundling tools to include these files
933
941
  path.join(__dirname, "schema.prisma");
934
942
  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.14.8-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.14.8-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {