@a_team/prisma 3.13.4-macos-docker-linux → 3.13.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.
@@ -793,7 +793,7 @@ const config = {
793
793
  "binaryTargets": [
794
794
  {
795
795
  "fromEnvVar": null,
796
- "value": "linux-arm64-openssl-3.0.x"
796
+ "value": "windows"
797
797
  }
798
798
  ],
799
799
  "previewFeatures": [
@@ -794,7 +794,7 @@ const config = {
794
794
  "binaryTargets": [
795
795
  {
796
796
  "fromEnvVar": null,
797
- "value": "linux-arm64-openssl-3.0.x"
797
+ "value": "windows"
798
798
  }
799
799
  ],
800
800
  "previewFeatures": [
@@ -863,8 +863,8 @@ exports.PrismaClient = PrismaClient
863
863
  Object.assign(exports, Prisma)
864
864
 
865
865
  // file annotations for bundling tools to include these files
866
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
867
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
866
+ path.join(__dirname, "query_engine-windows.dll.node");
867
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
868
868
  // file annotations for bundling tools to include these files
869
869
  path.join(__dirname, "schema.prisma");
870
870
  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.13.4-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.13.4-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {