@a_team/prisma 3.12.8-macos → 3.12.8-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.
@@ -788,11 +788,7 @@ const config = {
788
788
  "binaryTargets": [
789
789
  {
790
790
  "fromEnvVar": null,
791
- "value": "darwin"
792
- },
793
- {
794
- "fromEnvVar": null,
795
- "value": "darwin-arm64"
791
+ "value": "windows"
796
792
  }
797
793
  ],
798
794
  "previewFeatures": [
@@ -789,11 +789,7 @@ const config = {
789
789
  "binaryTargets": [
790
790
  {
791
791
  "fromEnvVar": null,
792
- "value": "darwin"
793
- },
794
- {
795
- "fromEnvVar": null,
796
- "value": "darwin-arm64"
792
+ "value": "windows"
797
793
  }
798
794
  ],
799
795
  "previewFeatures": [
@@ -862,12 +858,8 @@ exports.PrismaClient = PrismaClient
862
858
  Object.assign(exports, Prisma)
863
859
 
864
860
  // file annotations for bundling tools to include these files
865
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
866
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
867
-
868
- // file annotations for bundling tools to include these files
869
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
870
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
861
+ path.join(__dirname, "query_engine-windows.dll.node");
862
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
871
863
  // file annotations for bundling tools to include these files
872
864
  path.join(__dirname, "schema.prisma");
873
865
  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.8-macos",
4
- "os": [],
3
+ "version": "3.12.8-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {