@a_team/prisma 3.12.0-macos → 3.12.0-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.
@@ -781,11 +781,7 @@ const config = {
781
781
  "binaryTargets": [
782
782
  {
783
783
  "fromEnvVar": null,
784
- "value": "darwin"
785
- },
786
- {
787
- "fromEnvVar": null,
788
- "value": "darwin-arm64"
784
+ "value": "windows"
789
785
  }
790
786
  ],
791
787
  "previewFeatures": [
@@ -782,11 +782,7 @@ const config = {
782
782
  "binaryTargets": [
783
783
  {
784
784
  "fromEnvVar": null,
785
- "value": "darwin"
786
- },
787
- {
788
- "fromEnvVar": null,
789
- "value": "darwin-arm64"
785
+ "value": "windows"
790
786
  }
791
787
  ],
792
788
  "previewFeatures": [
@@ -855,12 +851,8 @@ exports.PrismaClient = PrismaClient
855
851
  Object.assign(exports, Prisma)
856
852
 
857
853
  // file annotations for bundling tools to include these files
858
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
859
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
860
-
861
- // file annotations for bundling tools to include these files
862
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
863
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
854
+ path.join(__dirname, "query_engine-windows.dll.node");
855
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
864
856
  // file annotations for bundling tools to include these files
865
857
  path.join(__dirname, "schema.prisma");
866
858
  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.12.0-macos",
4
- "os": [],
3
+ "version": "3.12.0-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {