@a_team/prisma 3.9.4-macos → 3.9.4-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.
@@ -580,11 +580,7 @@ const config = {
580
580
  "binaryTargets": [
581
581
  {
582
582
  "fromEnvVar": null,
583
- "value": "darwin"
584
- },
585
- {
586
- "fromEnvVar": null,
587
- "value": "darwin-arm64"
583
+ "value": "windows"
588
584
  }
589
585
  ],
590
586
  "previewFeatures": [
@@ -581,11 +581,7 @@ const config = {
581
581
  "binaryTargets": [
582
582
  {
583
583
  "fromEnvVar": null,
584
- "value": "darwin"
585
- },
586
- {
587
- "fromEnvVar": null,
588
- "value": "darwin-arm64"
584
+ "value": "windows"
589
585
  }
590
586
  ],
591
587
  "previewFeatures": [
@@ -654,12 +650,8 @@ exports.PrismaClient = PrismaClient
654
650
  Object.assign(exports, Prisma)
655
651
 
656
652
  // file annotations for bundling tools to include these files
657
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
658
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
659
-
660
- // file annotations for bundling tools to include these files
661
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
662
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
653
+ path.join(__dirname, "query_engine-windows.dll.node");
654
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
663
655
  // file annotations for bundling tools to include these files
664
656
  path.join(__dirname, "schema.prisma");
665
657
  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.9.4-macos",
4
- "os": [],
3
+ "version": "3.9.4-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {