@a_team/prisma 3.13.7-linux-debian → 3.13.7-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.
@@ -800,7 +800,11 @@ const config = {
800
800
  "binaryTargets": [
801
801
  {
802
802
  "fromEnvVar": null,
803
- "value": "debian-openssl-3.0.x"
803
+ "value": "darwin"
804
+ },
805
+ {
806
+ "fromEnvVar": null,
807
+ "value": "darwin-arm64"
804
808
  }
805
809
  ],
806
810
  "previewFeatures": [
@@ -801,7 +801,11 @@ const config = {
801
801
  "binaryTargets": [
802
802
  {
803
803
  "fromEnvVar": null,
804
- "value": "debian-openssl-3.0.x"
804
+ "value": "darwin"
805
+ },
806
+ {
807
+ "fromEnvVar": null,
808
+ "value": "darwin-arm64"
805
809
  }
806
810
  ],
807
811
  "previewFeatures": [
@@ -870,8 +874,12 @@ exports.PrismaClient = PrismaClient
870
874
  Object.assign(exports, Prisma)
871
875
 
872
876
  // file annotations for bundling tools to include these files
873
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
874
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
877
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
878
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
879
+
880
+ // file annotations for bundling tools to include these files
881
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
882
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
875
883
  // file annotations for bundling tools to include these files
876
884
  path.join(__dirname, "schema.prisma");
877
885
  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.13.7-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.13.7-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {