@a_team/prisma 3.10.0-linux-debian → 3.10.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.
@@ -638,7 +638,7 @@ const config = {
638
638
  "binaryTargets": [
639
639
  {
640
640
  "fromEnvVar": null,
641
- "value": "debian-openssl-3.0.x"
641
+ "value": "linux-arm64-openssl-3.0.x"
642
642
  }
643
643
  ],
644
644
  "previewFeatures": [
@@ -639,7 +639,7 @@ const config = {
639
639
  "binaryTargets": [
640
640
  {
641
641
  "fromEnvVar": null,
642
- "value": "debian-openssl-3.0.x"
642
+ "value": "linux-arm64-openssl-3.0.x"
643
643
  }
644
644
  ],
645
645
  "previewFeatures": [
@@ -708,8 +708,8 @@ exports.PrismaClient = PrismaClient
708
708
  Object.assign(exports, Prisma)
709
709
 
710
710
  // file annotations for bundling tools to include these files
711
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
712
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
711
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
712
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
713
713
  // file annotations for bundling tools to include these files
714
714
  path.join(__dirname, "schema.prisma");
715
715
  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.10.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.10.0-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {