@a_team/prisma 3.13.7-linux → 3.13.7-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.
@@ -800,7 +800,7 @@ const config = {
800
800
  "binaryTargets": [
801
801
  {
802
802
  "fromEnvVar": null,
803
- "value": "linux-musl-openssl-3.0.x"
803
+ "value": "debian-openssl-3.0.x"
804
804
  }
805
805
  ],
806
806
  "previewFeatures": [
@@ -801,7 +801,7 @@ const config = {
801
801
  "binaryTargets": [
802
802
  {
803
803
  "fromEnvVar": null,
804
- "value": "linux-musl-openssl-3.0.x"
804
+ "value": "debian-openssl-3.0.x"
805
805
  }
806
806
  ],
807
807
  "previewFeatures": [
@@ -870,8 +870,8 @@ exports.PrismaClient = PrismaClient
870
870
  Object.assign(exports, Prisma)
871
871
 
872
872
  // file annotations for bundling tools to include these files
873
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
874
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
873
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
874
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
875
875
  // file annotations for bundling tools to include these files
876
876
  path.join(__dirname, "schema.prisma");
877
877
  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.13.7-linux",
3
+ "version": "3.13.7-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],