@a_team/prisma 3.9.5-linux → 3.9.5-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.
@@ -583,7 +583,7 @@ const config = {
583
583
  "binaryTargets": [
584
584
  {
585
585
  "fromEnvVar": null,
586
- "value": "linux-musl-openssl-3.0.x"
586
+ "value": "debian-openssl-3.0.x"
587
587
  }
588
588
  ],
589
589
  "previewFeatures": [
@@ -584,7 +584,7 @@ const config = {
584
584
  "binaryTargets": [
585
585
  {
586
586
  "fromEnvVar": null,
587
- "value": "linux-musl-openssl-3.0.x"
587
+ "value": "debian-openssl-3.0.x"
588
588
  }
589
589
  ],
590
590
  "previewFeatures": [
@@ -653,8 +653,8 @@ exports.PrismaClient = PrismaClient
653
653
  Object.assign(exports, Prisma)
654
654
 
655
655
  // file annotations for bundling tools to include these files
656
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
657
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
656
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
657
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
658
658
  // file annotations for bundling tools to include these files
659
659
  path.join(__dirname, "schema.prisma");
660
660
  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.9.5-linux",
3
+ "version": "3.9.5-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],