@a_team/prisma 3.6.2-linux-debian → 3.6.2-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.
@@ -510,7 +510,11 @@ const config = {
510
510
  "binaryTargets": [
511
511
  {
512
512
  "fromEnvVar": null,
513
- "value": "debian-openssl-3.0.x"
513
+ "value": "darwin"
514
+ },
515
+ {
516
+ "fromEnvVar": null,
517
+ "value": "darwin-arm64"
514
518
  }
515
519
  ],
516
520
  "previewFeatures": [
@@ -511,7 +511,11 @@ const config = {
511
511
  "binaryTargets": [
512
512
  {
513
513
  "fromEnvVar": null,
514
- "value": "debian-openssl-3.0.x"
514
+ "value": "darwin"
515
+ },
516
+ {
517
+ "fromEnvVar": null,
518
+ "value": "darwin-arm64"
515
519
  }
516
520
  ],
517
521
  "previewFeatures": [
@@ -579,8 +583,12 @@ exports.PrismaClient = PrismaClient
579
583
  Object.assign(exports, Prisma)
580
584
 
581
585
  // file annotations for bundling tools to include these files
582
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
583
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
586
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
587
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
588
+
589
+ // file annotations for bundling tools to include these files
590
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
591
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
584
592
  // file annotations for bundling tools to include these files
585
593
  path.join(__dirname, "schema.prisma");
586
594
  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.6.2-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.6.2-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {