@a_team/prisma 3.2.10-linux → 3.2.10-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.
@@ -385,7 +385,7 @@ const config = {
385
385
  "binaryTargets": [
386
386
  {
387
387
  "fromEnvVar": null,
388
- "value": "linux-musl-openssl-3.0.x"
388
+ "value": "debian-openssl-3.0.x"
389
389
  }
390
390
  ],
391
391
  "previewFeatures": [
@@ -386,7 +386,7 @@ const config = {
386
386
  "binaryTargets": [
387
387
  {
388
388
  "fromEnvVar": null,
389
- "value": "linux-musl-openssl-3.0.x"
389
+ "value": "debian-openssl-3.0.x"
390
390
  }
391
391
  ],
392
392
  "previewFeatures": [
@@ -454,8 +454,8 @@ exports.PrismaClient = PrismaClient
454
454
  Object.assign(exports, Prisma)
455
455
 
456
456
  // file annotations for bundling tools to include these files
457
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
458
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
457
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
458
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
459
459
  // file annotations for bundling tools to include these files
460
460
  path.join(__dirname, "schema.prisma");
461
461
  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.2.10-linux",
3
+ "version": "3.2.10-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],