@a_team/prisma 3.23.4-macos → 3.23.4-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.
@@ -1036,11 +1036,7 @@ const config = {
1036
1036
  "binaryTargets": [
1037
1037
  {
1038
1038
  "fromEnvVar": null,
1039
- "value": "darwin"
1040
- },
1041
- {
1042
- "fromEnvVar": null,
1043
- "value": "darwin-arm64"
1039
+ "value": "windows"
1044
1040
  }
1045
1041
  ],
1046
1042
  "previewFeatures": [
@@ -1037,11 +1037,7 @@ const config = {
1037
1037
  "binaryTargets": [
1038
1038
  {
1039
1039
  "fromEnvVar": null,
1040
- "value": "darwin"
1041
- },
1042
- {
1043
- "fromEnvVar": null,
1044
- "value": "darwin-arm64"
1040
+ "value": "windows"
1045
1041
  }
1046
1042
  ],
1047
1043
  "previewFeatures": [
@@ -1110,12 +1106,8 @@ exports.PrismaClient = PrismaClient
1110
1106
  Object.assign(exports, Prisma)
1111
1107
 
1112
1108
  // file annotations for bundling tools to include these files
1113
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1114
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1115
-
1116
- // file annotations for bundling tools to include these files
1117
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1118
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1109
+ path.join(__dirname, "query_engine-windows.dll.node");
1110
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1119
1111
  // file annotations for bundling tools to include these files
1120
1112
  path.join(__dirname, "schema.prisma");
1121
1113
  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.4-macos",
4
- "os": [],
3
+ "version": "3.23.4-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {