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