@a_team/prisma 3.8.2-linux-debian → 3.8.2-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.
@@ -562,7 +562,7 @@ const config = {
562
562
  "binaryTargets": [
563
563
  {
564
564
  "fromEnvVar": null,
565
- "value": "debian-openssl-3.0.x"
565
+ "value": "linux-arm64-openssl-3.0.x"
566
566
  }
567
567
  ],
568
568
  "previewFeatures": [
@@ -563,7 +563,7 @@ const config = {
563
563
  "binaryTargets": [
564
564
  {
565
565
  "fromEnvVar": null,
566
- "value": "debian-openssl-3.0.x"
566
+ "value": "linux-arm64-openssl-3.0.x"
567
567
  }
568
568
  ],
569
569
  "previewFeatures": [
@@ -632,8 +632,8 @@ exports.PrismaClient = PrismaClient
632
632
  Object.assign(exports, Prisma)
633
633
 
634
634
  // file annotations for bundling tools to include these files
635
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
636
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
635
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
636
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
637
637
  // file annotations for bundling tools to include these files
638
638
  path.join(__dirname, "schema.prisma");
639
639
  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.8.2-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.8.2-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {