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