@a_team/prisma 3.21.0-linux → 3.21.0-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.
@@ -992,7 +992,7 @@ const config = {
992
992
  "binaryTargets": [
993
993
  {
994
994
  "fromEnvVar": null,
995
- "value": "linux-musl-openssl-3.0.x"
995
+ "value": "debian-openssl-3.0.x"
996
996
  }
997
997
  ],
998
998
  "previewFeatures": [
@@ -993,7 +993,7 @@ const config = {
993
993
  "binaryTargets": [
994
994
  {
995
995
  "fromEnvVar": null,
996
- "value": "linux-musl-openssl-3.0.x"
996
+ "value": "debian-openssl-3.0.x"
997
997
  }
998
998
  ],
999
999
  "previewFeatures": [
@@ -1062,8 +1062,8 @@ exports.PrismaClient = PrismaClient
1062
1062
  Object.assign(exports, Prisma)
1063
1063
 
1064
1064
  // file annotations for bundling tools to include these files
1065
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1066
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1065
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1066
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1067
1067
  // file annotations for bundling tools to include these files
1068
1068
  path.join(__dirname, "schema.prisma");
1069
1069
  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.21.0-linux",
3
+ "version": "3.21.0-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],