@a_team/prisma 3.23.7-macos → 3.23.7-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.
@@ -1044,11 +1044,7 @@ const config = {
1044
1044
  "binaryTargets": [
1045
1045
  {
1046
1046
  "fromEnvVar": null,
1047
- "value": "darwin"
1048
- },
1049
- {
1050
- "fromEnvVar": null,
1051
- "value": "darwin-arm64"
1047
+ "value": "windows"
1052
1048
  }
1053
1049
  ],
1054
1050
  "previewFeatures": [
@@ -1045,11 +1045,7 @@ const config = {
1045
1045
  "binaryTargets": [
1046
1046
  {
1047
1047
  "fromEnvVar": null,
1048
- "value": "darwin"
1049
- },
1050
- {
1051
- "fromEnvVar": null,
1052
- "value": "darwin-arm64"
1048
+ "value": "windows"
1053
1049
  }
1054
1050
  ],
1055
1051
  "previewFeatures": [
@@ -1118,12 +1114,8 @@ exports.PrismaClient = PrismaClient
1118
1114
  Object.assign(exports, Prisma)
1119
1115
 
1120
1116
  // file annotations for bundling tools to include these files
1121
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1122
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1123
-
1124
- // file annotations for bundling tools to include these files
1125
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1126
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1117
+ path.join(__dirname, "query_engine-windows.dll.node");
1118
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1127
1119
  // file annotations for bundling tools to include these files
1128
1120
  path.join(__dirname, "schema.prisma");
1129
1121
  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.7-macos",
4
- "os": [],
3
+ "version": "3.23.7-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {