@a_team/prisma 3.15.1-macos-docker-linux → 3.15.1-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.
@@ -877,7 +877,7 @@ const config = {
877
877
  "binaryTargets": [
878
878
  {
879
879
  "fromEnvVar": null,
880
- "value": "linux-arm64-openssl-3.0.x"
880
+ "value": "windows"
881
881
  }
882
882
  ],
883
883
  "previewFeatures": [
@@ -878,7 +878,7 @@ const config = {
878
878
  "binaryTargets": [
879
879
  {
880
880
  "fromEnvVar": null,
881
- "value": "linux-arm64-openssl-3.0.x"
881
+ "value": "windows"
882
882
  }
883
883
  ],
884
884
  "previewFeatures": [
@@ -947,8 +947,8 @@ exports.PrismaClient = PrismaClient
947
947
  Object.assign(exports, Prisma)
948
948
 
949
949
  // file annotations for bundling tools to include these files
950
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
951
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
950
+ path.join(__dirname, "query_engine-windows.dll.node");
951
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
952
952
  // file annotations for bundling tools to include these files
953
953
  path.join(__dirname, "schema.prisma");
954
954
  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.15.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.15.1-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {