@a_team/prisma 3.4.3-win → 3.5.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.
@@ -438,7 +438,7 @@ const config = {
438
438
  "binaryTargets": [
439
439
  {
440
440
  "fromEnvVar": null,
441
- "value": "windows"
441
+ "value": "debian-openssl-3.0.x"
442
442
  }
443
443
  ],
444
444
  "previewFeatures": [
@@ -439,7 +439,7 @@ const config = {
439
439
  "binaryTargets": [
440
440
  {
441
441
  "fromEnvVar": null,
442
- "value": "windows"
442
+ "value": "debian-openssl-3.0.x"
443
443
  }
444
444
  ],
445
445
  "previewFeatures": [
@@ -507,8 +507,8 @@ exports.PrismaClient = PrismaClient
507
507
  Object.assign(exports, Prisma)
508
508
 
509
509
  // file annotations for bundling tools to include these files
510
- path.join(__dirname, "query_engine-windows.dll.node");
511
- path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
510
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
511
+ path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
512
512
  // file annotations for bundling tools to include these files
513
513
  path.join(__dirname, "schema.prisma");
514
514
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.4.3-win",
3
+ "version": "3.5.0-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],