@a_team/prisma 3.23.0-macos-docker-linux → 3.23.0-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.
@@ -1029,7 +1029,7 @@ const config = {
1029
1029
  "binaryTargets": [
1030
1030
  {
1031
1031
  "fromEnvVar": null,
1032
- "value": "linux-arm64-openssl-3.0.x"
1032
+ "value": "windows"
1033
1033
  }
1034
1034
  ],
1035
1035
  "previewFeatures": [
@@ -1030,7 +1030,7 @@ const config = {
1030
1030
  "binaryTargets": [
1031
1031
  {
1032
1032
  "fromEnvVar": null,
1033
- "value": "linux-arm64-openssl-3.0.x"
1033
+ "value": "windows"
1034
1034
  }
1035
1035
  ],
1036
1036
  "previewFeatures": [
@@ -1099,8 +1099,8 @@ exports.PrismaClient = PrismaClient
1099
1099
  Object.assign(exports, Prisma)
1100
1100
 
1101
1101
  // file annotations for bundling tools to include these files
1102
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1103
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1102
+ path.join(__dirname, "query_engine-windows.dll.node");
1103
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1104
1104
  // file annotations for bundling tools to include these files
1105
1105
  path.join(__dirname, "schema.prisma");
1106
1106
  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.23.0-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.23.0-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {