@a_team/prisma 3.20.3-macos-docker-linux → 3.20.3-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.
@@ -974,7 +974,7 @@ const config = {
974
974
  "binaryTargets": [
975
975
  {
976
976
  "fromEnvVar": null,
977
- "value": "linux-arm64-openssl-3.0.x"
977
+ "value": "windows"
978
978
  }
979
979
  ],
980
980
  "previewFeatures": [
@@ -975,7 +975,7 @@ const config = {
975
975
  "binaryTargets": [
976
976
  {
977
977
  "fromEnvVar": null,
978
- "value": "linux-arm64-openssl-3.0.x"
978
+ "value": "windows"
979
979
  }
980
980
  ],
981
981
  "previewFeatures": [
@@ -1044,8 +1044,8 @@ exports.PrismaClient = PrismaClient
1044
1044
  Object.assign(exports, Prisma)
1045
1045
 
1046
1046
  // file annotations for bundling tools to include these files
1047
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1048
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1047
+ path.join(__dirname, "query_engine-windows.dll.node");
1048
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1049
1049
  // file annotations for bundling tools to include these files
1050
1050
  path.join(__dirname, "schema.prisma");
1051
1051
  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.20.3-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.20.3-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {