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