@a_team/prisma 3.9.4-macos-docker-linux → 3.9.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.
@@ -580,7 +580,7 @@ const config = {
580
580
  "binaryTargets": [
581
581
  {
582
582
  "fromEnvVar": null,
583
- "value": "linux-arm64-openssl-3.0.x"
583
+ "value": "windows"
584
584
  }
585
585
  ],
586
586
  "previewFeatures": [
@@ -581,7 +581,7 @@ const config = {
581
581
  "binaryTargets": [
582
582
  {
583
583
  "fromEnvVar": null,
584
- "value": "linux-arm64-openssl-3.0.x"
584
+ "value": "windows"
585
585
  }
586
586
  ],
587
587
  "previewFeatures": [
@@ -650,8 +650,8 @@ exports.PrismaClient = PrismaClient
650
650
  Object.assign(exports, Prisma)
651
651
 
652
652
  // file annotations for bundling tools to include these files
653
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
654
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
653
+ path.join(__dirname, "query_engine-windows.dll.node");
654
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
655
655
  // file annotations for bundling tools to include these files
656
656
  path.join(__dirname, "schema.prisma");
657
657
  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.9.4-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.9.4-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {