@a_team/prisma 3.23.6-macos-docker-linux → 3.23.6-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.
@@ -1042,7 +1042,7 @@ const config = {
1042
1042
  "binaryTargets": [
1043
1043
  {
1044
1044
  "fromEnvVar": null,
1045
- "value": "linux-arm64-openssl-3.0.x"
1045
+ "value": "windows"
1046
1046
  }
1047
1047
  ],
1048
1048
  "previewFeatures": [
@@ -1043,7 +1043,7 @@ const config = {
1043
1043
  "binaryTargets": [
1044
1044
  {
1045
1045
  "fromEnvVar": null,
1046
- "value": "linux-arm64-openssl-3.0.x"
1046
+ "value": "windows"
1047
1047
  }
1048
1048
  ],
1049
1049
  "previewFeatures": [
@@ -1112,8 +1112,8 @@ exports.PrismaClient = PrismaClient
1112
1112
  Object.assign(exports, Prisma)
1113
1113
 
1114
1114
  // file annotations for bundling tools to include these files
1115
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1116
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1115
+ path.join(__dirname, "query_engine-windows.dll.node");
1116
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1117
1117
  // file annotations for bundling tools to include these files
1118
1118
  path.join(__dirname, "schema.prisma");
1119
1119
  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.6-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.23.6-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {