@a_team/prisma 3.29.2-macos-docker-linux → 3.29.2-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.
@@ -1178,7 +1178,7 @@ const config = {
1178
1178
  "binaryTargets": [
1179
1179
  {
1180
1180
  "fromEnvVar": null,
1181
- "value": "linux-arm64-openssl-3.0.x"
1181
+ "value": "windows"
1182
1182
  }
1183
1183
  ],
1184
1184
  "previewFeatures": [
@@ -1179,7 +1179,7 @@ const config = {
1179
1179
  "binaryTargets": [
1180
1180
  {
1181
1181
  "fromEnvVar": null,
1182
- "value": "linux-arm64-openssl-3.0.x"
1182
+ "value": "windows"
1183
1183
  }
1184
1184
  ],
1185
1185
  "previewFeatures": [
@@ -1248,8 +1248,8 @@ exports.PrismaClient = PrismaClient
1248
1248
  Object.assign(exports, Prisma)
1249
1249
 
1250
1250
  // file annotations for bundling tools to include these files
1251
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1252
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1251
+ path.join(__dirname, "query_engine-windows.dll.node");
1252
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1253
1253
  // file annotations for bundling tools to include these files
1254
1254
  path.join(__dirname, "schema.prisma");
1255
1255
  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.29.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.29.2-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {