@a_team/prisma 3.28.2-macos-docker-linux → 3.28.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.
@@ -1171,7 +1171,7 @@ const config = {
1171
1171
  "binaryTargets": [
1172
1172
  {
1173
1173
  "fromEnvVar": null,
1174
- "value": "linux-arm64-openssl-3.0.x"
1174
+ "value": "windows"
1175
1175
  }
1176
1176
  ],
1177
1177
  "previewFeatures": [
@@ -1172,7 +1172,7 @@ const config = {
1172
1172
  "binaryTargets": [
1173
1173
  {
1174
1174
  "fromEnvVar": null,
1175
- "value": "linux-arm64-openssl-3.0.x"
1175
+ "value": "windows"
1176
1176
  }
1177
1177
  ],
1178
1178
  "previewFeatures": [
@@ -1241,8 +1241,8 @@ exports.PrismaClient = PrismaClient
1241
1241
  Object.assign(exports, Prisma)
1242
1242
 
1243
1243
  // file annotations for bundling tools to include these files
1244
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1245
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1244
+ path.join(__dirname, "query_engine-windows.dll.node");
1245
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1246
1246
  // file annotations for bundling tools to include these files
1247
1247
  path.join(__dirname, "schema.prisma");
1248
1248
  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.28.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.28.2-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {