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