@a_team/prisma 3.4.7-linux → 3.4.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.
@@ -438,7 +438,11 @@ const config = {
438
438
  "binaryTargets": [
439
439
  {
440
440
  "fromEnvVar": null,
441
- "value": "linux-musl-openssl-3.0.x"
441
+ "value": "darwin"
442
+ },
443
+ {
444
+ "fromEnvVar": null,
445
+ "value": "darwin-arm64"
442
446
  }
443
447
  ],
444
448
  "previewFeatures": [
@@ -439,7 +439,11 @@ const config = {
439
439
  "binaryTargets": [
440
440
  {
441
441
  "fromEnvVar": null,
442
- "value": "linux-musl-openssl-3.0.x"
442
+ "value": "darwin"
443
+ },
444
+ {
445
+ "fromEnvVar": null,
446
+ "value": "darwin-arm64"
443
447
  }
444
448
  ],
445
449
  "previewFeatures": [
@@ -507,8 +511,12 @@ exports.PrismaClient = PrismaClient
507
511
  Object.assign(exports, Prisma)
508
512
 
509
513
  // file annotations for bundling tools to include these files
510
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
511
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
514
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
515
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
516
+
517
+ // file annotations for bundling tools to include these files
518
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
519
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
512
520
  // file annotations for bundling tools to include these files
513
521
  path.join(__dirname, "schema.prisma");
514
522
  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.4.7-linux",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.4.7-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {