@a_team/prisma 3.31.1-macos-docker-linux → 3.31.1-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.
@@ -1211,7 +1211,7 @@ const config = {
1211
1211
  "binaryTargets": [
1212
1212
  {
1213
1213
  "fromEnvVar": null,
1214
- "value": "linux-arm64-openssl-3.0.x"
1214
+ "value": "windows"
1215
1215
  }
1216
1216
  ],
1217
1217
  "previewFeatures": [
@@ -1212,7 +1212,7 @@ const config = {
1212
1212
  "binaryTargets": [
1213
1213
  {
1214
1214
  "fromEnvVar": null,
1215
- "value": "linux-arm64-openssl-3.0.x"
1215
+ "value": "windows"
1216
1216
  }
1217
1217
  ],
1218
1218
  "previewFeatures": [
@@ -1281,8 +1281,8 @@ exports.PrismaClient = PrismaClient
1281
1281
  Object.assign(exports, Prisma)
1282
1282
 
1283
1283
  // file annotations for bundling tools to include these files
1284
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1285
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1284
+ path.join(__dirname, "query_engine-windows.dll.node");
1285
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1286
1286
  // file annotations for bundling tools to include these files
1287
1287
  path.join(__dirname, "schema.prisma");
1288
1288
  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.31.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.31.1-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {