@a_team/prisma 3.2.10-macos → 3.2.10-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.
@@ -385,11 +385,7 @@ const config = {
385
385
  "binaryTargets": [
386
386
  {
387
387
  "fromEnvVar": null,
388
- "value": "darwin"
389
- },
390
- {
391
- "fromEnvVar": null,
392
- "value": "darwin-arm64"
388
+ "value": "windows"
393
389
  }
394
390
  ],
395
391
  "previewFeatures": [
@@ -386,11 +386,7 @@ const config = {
386
386
  "binaryTargets": [
387
387
  {
388
388
  "fromEnvVar": null,
389
- "value": "darwin"
390
- },
391
- {
392
- "fromEnvVar": null,
393
- "value": "darwin-arm64"
389
+ "value": "windows"
394
390
  }
395
391
  ],
396
392
  "previewFeatures": [
@@ -458,12 +454,8 @@ exports.PrismaClient = PrismaClient
458
454
  Object.assign(exports, Prisma)
459
455
 
460
456
  // file annotations for bundling tools to include these files
461
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
462
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
463
-
464
- // file annotations for bundling tools to include these files
465
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
466
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
457
+ path.join(__dirname, "query_engine-windows.dll.node");
458
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
467
459
  // file annotations for bundling tools to include these files
468
460
  path.join(__dirname, "schema.prisma");
469
461
  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.2.10-macos",
4
- "os": [],
3
+ "version": "3.2.10-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {