@a_team/prisma 3.8.1-macos → 3.8.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.
@@ -560,11 +560,7 @@ const config = {
560
560
  "binaryTargets": [
561
561
  {
562
562
  "fromEnvVar": null,
563
- "value": "darwin"
564
- },
565
- {
566
- "fromEnvVar": null,
567
- "value": "darwin-arm64"
563
+ "value": "windows"
568
564
  }
569
565
  ],
570
566
  "previewFeatures": [
@@ -561,11 +561,7 @@ const config = {
561
561
  "binaryTargets": [
562
562
  {
563
563
  "fromEnvVar": null,
564
- "value": "darwin"
565
- },
566
- {
567
- "fromEnvVar": null,
568
- "value": "darwin-arm64"
564
+ "value": "windows"
569
565
  }
570
566
  ],
571
567
  "previewFeatures": [
@@ -634,12 +630,8 @@ exports.PrismaClient = PrismaClient
634
630
  Object.assign(exports, Prisma)
635
631
 
636
632
  // file annotations for bundling tools to include these files
637
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
638
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
639
-
640
- // file annotations for bundling tools to include these files
641
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
642
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
633
+ path.join(__dirname, "query_engine-windows.dll.node");
634
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
643
635
  // file annotations for bundling tools to include these files
644
636
  path.join(__dirname, "schema.prisma");
645
637
  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.1-macos",
4
- "os": [],
3
+ "version": "3.8.1-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {