@a_team/prisma 3.11.1-linux → 3.11.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.
@@ -724,7 +724,11 @@ const config = {
724
724
  "binaryTargets": [
725
725
  {
726
726
  "fromEnvVar": null,
727
- "value": "linux-musl-openssl-3.0.x"
727
+ "value": "darwin"
728
+ },
729
+ {
730
+ "fromEnvVar": null,
731
+ "value": "darwin-arm64"
728
732
  }
729
733
  ],
730
734
  "previewFeatures": [
@@ -725,7 +725,11 @@ const config = {
725
725
  "binaryTargets": [
726
726
  {
727
727
  "fromEnvVar": null,
728
- "value": "linux-musl-openssl-3.0.x"
728
+ "value": "darwin"
729
+ },
730
+ {
731
+ "fromEnvVar": null,
732
+ "value": "darwin-arm64"
729
733
  }
730
734
  ],
731
735
  "previewFeatures": [
@@ -794,8 +798,12 @@ exports.PrismaClient = PrismaClient
794
798
  Object.assign(exports, Prisma)
795
799
 
796
800
  // file annotations for bundling tools to include these files
797
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
798
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
801
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
802
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
803
+
804
+ // file annotations for bundling tools to include these files
805
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
806
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
799
807
  // file annotations for bundling tools to include these files
800
808
  path.join(__dirname, "schema.prisma");
801
809
  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.11.1-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.11.1-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {