@a_team/prisma 3.21.2-macos-docker-linux → 3.21.2-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.
@@ -995,7 +995,7 @@ const config = {
995
995
  "binaryTargets": [
996
996
  {
997
997
  "fromEnvVar": null,
998
- "value": "linux-arm64-openssl-3.0.x"
998
+ "value": "windows"
999
999
  }
1000
1000
  ],
1001
1001
  "previewFeatures": [
@@ -996,7 +996,7 @@ const config = {
996
996
  "binaryTargets": [
997
997
  {
998
998
  "fromEnvVar": null,
999
- "value": "linux-arm64-openssl-3.0.x"
999
+ "value": "windows"
1000
1000
  }
1001
1001
  ],
1002
1002
  "previewFeatures": [
@@ -1065,8 +1065,8 @@ exports.PrismaClient = PrismaClient
1065
1065
  Object.assign(exports, Prisma)
1066
1066
 
1067
1067
  // file annotations for bundling tools to include these files
1068
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1069
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1068
+ path.join(__dirname, "query_engine-windows.dll.node");
1069
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1070
1070
  // file annotations for bundling tools to include these files
1071
1071
  path.join(__dirname, "schema.prisma");
1072
1072
  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.21.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.21.2-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {