@a_team/prisma 3.5.5-macos → 3.5.5-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.
@@ -437,11 +437,7 @@ const config = {
437
437
  "binaryTargets": [
438
438
  {
439
439
  "fromEnvVar": null,
440
- "value": "darwin"
441
- },
442
- {
443
- "fromEnvVar": null,
444
- "value": "darwin-arm64"
440
+ "value": "windows"
445
441
  }
446
442
  ],
447
443
  "previewFeatures": [
@@ -438,11 +438,7 @@ const config = {
438
438
  "binaryTargets": [
439
439
  {
440
440
  "fromEnvVar": null,
441
- "value": "darwin"
442
- },
443
- {
444
- "fromEnvVar": null,
445
- "value": "darwin-arm64"
441
+ "value": "windows"
446
442
  }
447
443
  ],
448
444
  "previewFeatures": [
@@ -510,12 +506,8 @@ exports.PrismaClient = PrismaClient
510
506
  Object.assign(exports, Prisma)
511
507
 
512
508
  // file annotations for bundling tools to include these files
513
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
514
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
515
-
516
- // file annotations for bundling tools to include these files
517
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
518
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
509
+ path.join(__dirname, "query_engine-windows.dll.node");
510
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
519
511
  // file annotations for bundling tools to include these files
520
512
  path.join(__dirname, "schema.prisma");
521
513
  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.5.5-macos",
4
- "os": [],
3
+ "version": "3.5.5-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {