@a_team/prisma 3.2.8-linux-debian → 3.2.8-win

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