@a_team/prisma 3.4.8-macos-docker-linux → 3.4.8-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.
@@ -436,7 +436,7 @@ const config = {
436
436
  "binaryTargets": [
437
437
  {
438
438
  "fromEnvVar": null,
439
- "value": "linux-arm64-openssl-3.0.x"
439
+ "value": "windows"
440
440
  }
441
441
  ],
442
442
  "previewFeatures": [
@@ -437,7 +437,7 @@ const config = {
437
437
  "binaryTargets": [
438
438
  {
439
439
  "fromEnvVar": null,
440
- "value": "linux-arm64-openssl-3.0.x"
440
+ "value": "windows"
441
441
  }
442
442
  ],
443
443
  "previewFeatures": [
@@ -505,8 +505,8 @@ exports.PrismaClient = PrismaClient
505
505
  Object.assign(exports, Prisma)
506
506
 
507
507
  // file annotations for bundling tools to include these files
508
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
509
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
508
+ path.join(__dirname, "query_engine-windows.dll.node");
509
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
510
510
  // file annotations for bundling tools to include these files
511
511
  path.join(__dirname, "schema.prisma");
512
512
  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.4.8-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.4.8-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {