@a_team/prisma 3.2.6-linux-debian → 3.2.6-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.
@@ -379,7 +379,7 @@ const config = {
379
379
  "binaryTargets": [
380
380
  {
381
381
  "fromEnvVar": null,
382
- "value": "debian-openssl-3.0.x"
382
+ "value": "windows"
383
383
  }
384
384
  ],
385
385
  "previewFeatures": [
@@ -380,7 +380,7 @@ const config = {
380
380
  "binaryTargets": [
381
381
  {
382
382
  "fromEnvVar": null,
383
- "value": "debian-openssl-3.0.x"
383
+ "value": "windows"
384
384
  }
385
385
  ],
386
386
  "previewFeatures": [
@@ -448,8 +448,8 @@ exports.PrismaClient = PrismaClient
448
448
  Object.assign(exports, Prisma)
449
449
 
450
450
  // file annotations for bundling tools to include these files
451
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
452
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
451
+ path.join(__dirname, "query_engine-windows.dll.node");
452
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
453
453
  // file annotations for bundling tools to include these files
454
454
  path.join(__dirname, "schema.prisma");
455
455
  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.6-linux-debian",
3
+ "version": "3.2.6-win",
4
4
  "os": [
5
- "linux"
5
+ "win32"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],