@a_team/prisma 3.28.5-linux → 3.28.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.
@@ -1174,7 +1174,7 @@ const config = {
1174
1174
  "binaryTargets": [
1175
1175
  {
1176
1176
  "fromEnvVar": null,
1177
- "value": "linux-musl-openssl-3.0.x"
1177
+ "value": "debian-openssl-3.0.x"
1178
1178
  }
1179
1179
  ],
1180
1180
  "previewFeatures": [
@@ -1175,7 +1175,7 @@ const config = {
1175
1175
  "binaryTargets": [
1176
1176
  {
1177
1177
  "fromEnvVar": null,
1178
- "value": "linux-musl-openssl-3.0.x"
1178
+ "value": "debian-openssl-3.0.x"
1179
1179
  }
1180
1180
  ],
1181
1181
  "previewFeatures": [
@@ -1244,8 +1244,8 @@ exports.PrismaClient = PrismaClient
1244
1244
  Object.assign(exports, Prisma)
1245
1245
 
1246
1246
  // file annotations for bundling tools to include these files
1247
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1248
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1247
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1248
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1249
1249
  // file annotations for bundling tools to include these files
1250
1250
  path.join(__dirname, "schema.prisma");
1251
1251
  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.28.5-linux",
3
+ "version": "3.28.5-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],