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