@a_team/prisma 3.14.0-macos → 3.14.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.
@@ -853,11 +853,7 @@ const config = {
853
853
  "binaryTargets": [
854
854
  {
855
855
  "fromEnvVar": null,
856
- "value": "darwin"
857
- },
858
- {
859
- "fromEnvVar": null,
860
- "value": "darwin-arm64"
856
+ "value": "windows"
861
857
  }
862
858
  ],
863
859
  "previewFeatures": [
@@ -854,11 +854,7 @@ const config = {
854
854
  "binaryTargets": [
855
855
  {
856
856
  "fromEnvVar": null,
857
- "value": "darwin"
858
- },
859
- {
860
- "fromEnvVar": null,
861
- "value": "darwin-arm64"
857
+ "value": "windows"
862
858
  }
863
859
  ],
864
860
  "previewFeatures": [
@@ -927,12 +923,8 @@ exports.PrismaClient = PrismaClient
927
923
  Object.assign(exports, Prisma)
928
924
 
929
925
  // file annotations for bundling tools to include these files
930
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
931
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
932
-
933
- // file annotations for bundling tools to include these files
934
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
935
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
926
+ path.join(__dirname, "query_engine-windows.dll.node");
927
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
936
928
  // file annotations for bundling tools to include these files
937
929
  path.join(__dirname, "schema.prisma");
938
930
  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.14.0-macos",
4
- "os": [],
3
+ "version": "3.14.0-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {