@a_team/prisma 3.8.0-macos-docker-linux → 3.8.0-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.
@@ -559,7 +559,7 @@ const config = {
559
559
  "binaryTargets": [
560
560
  {
561
561
  "fromEnvVar": null,
562
- "value": "linux-arm64-openssl-3.0.x"
562
+ "value": "windows"
563
563
  }
564
564
  ],
565
565
  "previewFeatures": [
@@ -560,7 +560,7 @@ const config = {
560
560
  "binaryTargets": [
561
561
  {
562
562
  "fromEnvVar": null,
563
- "value": "linux-arm64-openssl-3.0.x"
563
+ "value": "windows"
564
564
  }
565
565
  ],
566
566
  "previewFeatures": [
@@ -629,8 +629,8 @@ exports.PrismaClient = PrismaClient
629
629
  Object.assign(exports, Prisma)
630
630
 
631
631
  // file annotations for bundling tools to include these files
632
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
633
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
632
+ path.join(__dirname, "query_engine-windows.dll.node");
633
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
634
634
  // file annotations for bundling tools to include these files
635
635
  path.join(__dirname, "schema.prisma");
636
636
  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.8.0-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.8.0-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {