@a_team/prisma 3.6.0-linux-debian → 3.6.0-macos-docker-linux

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,7 @@ const config = {
510
510
  "binaryTargets": [
511
511
  {
512
512
  "fromEnvVar": null,
513
- "value": "debian-openssl-3.0.x"
513
+ "value": "linux-arm64-openssl-3.0.x"
514
514
  }
515
515
  ],
516
516
  "previewFeatures": [
@@ -511,7 +511,7 @@ const config = {
511
511
  "binaryTargets": [
512
512
  {
513
513
  "fromEnvVar": null,
514
- "value": "debian-openssl-3.0.x"
514
+ "value": "linux-arm64-openssl-3.0.x"
515
515
  }
516
516
  ],
517
517
  "previewFeatures": [
@@ -579,8 +579,8 @@ exports.PrismaClient = PrismaClient
579
579
  Object.assign(exports, Prisma)
580
580
 
581
581
  // 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")
582
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
583
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
584
584
  // file annotations for bundling tools to include these files
585
585
  path.join(__dirname, "schema.prisma");
586
586
  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.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.6.0-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {