@a_team/prisma 3.27.0-linux → 3.27.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.
@@ -1121,7 +1121,7 @@ const config = {
1121
1121
  "binaryTargets": [
1122
1122
  {
1123
1123
  "fromEnvVar": null,
1124
- "value": "linux-musl-openssl-3.0.x"
1124
+ "value": "debian-openssl-3.0.x"
1125
1125
  }
1126
1126
  ],
1127
1127
  "previewFeatures": [
@@ -1122,7 +1122,7 @@ const config = {
1122
1122
  "binaryTargets": [
1123
1123
  {
1124
1124
  "fromEnvVar": null,
1125
- "value": "linux-musl-openssl-3.0.x"
1125
+ "value": "debian-openssl-3.0.x"
1126
1126
  }
1127
1127
  ],
1128
1128
  "previewFeatures": [
@@ -1191,8 +1191,8 @@ exports.PrismaClient = PrismaClient
1191
1191
  Object.assign(exports, Prisma)
1192
1192
 
1193
1193
  // file annotations for bundling tools to include these files
1194
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1195
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1194
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1195
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1196
1196
  // file annotations for bundling tools to include these files
1197
1197
  path.join(__dirname, "schema.prisma");
1198
1198
  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.27.0-linux",
3
+ "version": "3.27.0-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],