@a_team/prisma 3.8.1-linux → 3.8.1-linux-debian

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.
@@ -560,7 +560,7 @@ const config = {
560
560
  "binaryTargets": [
561
561
  {
562
562
  "fromEnvVar": null,
563
- "value": "linux-musl-openssl-3.0.x"
563
+ "value": "debian-openssl-3.0.x"
564
564
  }
565
565
  ],
566
566
  "previewFeatures": [
@@ -561,7 +561,7 @@ const config = {
561
561
  "binaryTargets": [
562
562
  {
563
563
  "fromEnvVar": null,
564
- "value": "linux-musl-openssl-3.0.x"
564
+ "value": "debian-openssl-3.0.x"
565
565
  }
566
566
  ],
567
567
  "previewFeatures": [
@@ -630,8 +630,8 @@ exports.PrismaClient = PrismaClient
630
630
  Object.assign(exports, Prisma)
631
631
 
632
632
  // file annotations for bundling tools to include these files
633
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
634
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
633
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
634
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
635
635
  // file annotations for bundling tools to include these files
636
636
  path.join(__dirname, "schema.prisma");
637
637
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.1-linux",
3
+ "version": "3.8.1-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],