@a_team/prisma 3.14.0-linux → 3.14.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.
@@ -853,7 +853,7 @@ const config = {
853
853
  "binaryTargets": [
854
854
  {
855
855
  "fromEnvVar": null,
856
- "value": "linux-musl-openssl-3.0.x"
856
+ "value": "debian-openssl-3.0.x"
857
857
  }
858
858
  ],
859
859
  "previewFeatures": [
@@ -854,7 +854,7 @@ const config = {
854
854
  "binaryTargets": [
855
855
  {
856
856
  "fromEnvVar": null,
857
- "value": "linux-musl-openssl-3.0.x"
857
+ "value": "debian-openssl-3.0.x"
858
858
  }
859
859
  ],
860
860
  "previewFeatures": [
@@ -923,8 +923,8 @@ exports.PrismaClient = PrismaClient
923
923
  Object.assign(exports, Prisma)
924
924
 
925
925
  // file annotations for bundling tools to include these files
926
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
927
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
926
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
927
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
928
928
  // file annotations for bundling tools to include these files
929
929
  path.join(__dirname, "schema.prisma");
930
930
  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.14.0-linux",
3
+ "version": "3.14.0-linux-debian",
4
4
  "os": [
5
5
  "linux"
6
6
  ],