@a_team/prisma 3.4.4-macos-docker-linux → 3.4.4-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.
@@ -445,7 +445,7 @@ const config = {
445
445
  "binaryTargets": [
446
446
  {
447
447
  "fromEnvVar": null,
448
- "value": "linux-arm64-openssl-3.0.x"
448
+ "value": "windows"
449
449
  }
450
450
  ],
451
451
  "previewFeatures": [
@@ -446,7 +446,7 @@ const config = {
446
446
  "binaryTargets": [
447
447
  {
448
448
  "fromEnvVar": null,
449
- "value": "linux-arm64-openssl-3.0.x"
449
+ "value": "windows"
450
450
  }
451
451
  ],
452
452
  "previewFeatures": [
@@ -514,8 +514,8 @@ exports.PrismaClient = PrismaClient
514
514
  Object.assign(exports, Prisma)
515
515
 
516
516
  // file annotations for bundling tools to include these files
517
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
518
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
517
+ path.join(__dirname, "query_engine-windows.dll.node");
518
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
519
519
  // file annotations for bundling tools to include these files
520
520
  path.join(__dirname, "schema.prisma");
521
521
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.4.4-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.4.4-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {