@a_team/prisma 3.6.2-macos → 3.6.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.
@@ -510,11 +510,7 @@ const config = {
510
510
  "binaryTargets": [
511
511
  {
512
512
  "fromEnvVar": null,
513
- "value": "darwin"
514
- },
515
- {
516
- "fromEnvVar": null,
517
- "value": "darwin-arm64"
513
+ "value": "windows"
518
514
  }
519
515
  ],
520
516
  "previewFeatures": [
@@ -511,11 +511,7 @@ const config = {
511
511
  "binaryTargets": [
512
512
  {
513
513
  "fromEnvVar": null,
514
- "value": "darwin"
515
- },
516
- {
517
- "fromEnvVar": null,
518
- "value": "darwin-arm64"
514
+ "value": "windows"
519
515
  }
520
516
  ],
521
517
  "previewFeatures": [
@@ -583,12 +579,8 @@ exports.PrismaClient = PrismaClient
583
579
  Object.assign(exports, Prisma)
584
580
 
585
581
  // file annotations for bundling tools to include these files
586
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
587
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
588
-
589
- // file annotations for bundling tools to include these files
590
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
591
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
582
+ path.join(__dirname, "query_engine-windows.dll.node");
583
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
592
584
  // file annotations for bundling tools to include these files
593
585
  path.join(__dirname, "schema.prisma");
594
586
  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.6.2-macos",
4
- "os": [],
3
+ "version": "3.6.2-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {