@a_team/prisma 3.15.2-linux → 3.15.2-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.
@@ -878,7 +878,7 @@ const config = {
878
878
  "binaryTargets": [
879
879
  {
880
880
  "fromEnvVar": null,
881
- "value": "linux-musl-openssl-3.0.x"
881
+ "value": "debian-openssl-3.0.x"
882
882
  }
883
883
  ],
884
884
  "previewFeatures": [
@@ -879,7 +879,7 @@ const config = {
879
879
  "binaryTargets": [
880
880
  {
881
881
  "fromEnvVar": null,
882
- "value": "linux-musl-openssl-3.0.x"
882
+ "value": "debian-openssl-3.0.x"
883
883
  }
884
884
  ],
885
885
  "previewFeatures": [
@@ -948,8 +948,8 @@ exports.PrismaClient = PrismaClient
948
948
  Object.assign(exports, Prisma)
949
949
 
950
950
  // file annotations for bundling tools to include these files
951
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
952
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
951
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
952
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
953
953
  // file annotations for bundling tools to include these files
954
954
  path.join(__dirname, "schema.prisma");
955
955
  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.15.2-linux",
3
+ "version": "3.15.2-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],