@a_team/prisma 3.16.1-macos-docker-linux → 3.16.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.
@@ -911,7 +911,7 @@ const config = {
911
911
  "binaryTargets": [
912
912
  {
913
913
  "fromEnvVar": null,
914
- "value": "linux-arm64-openssl-3.0.x"
914
+ "value": "windows"
915
915
  }
916
916
  ],
917
917
  "previewFeatures": [
@@ -912,7 +912,7 @@ const config = {
912
912
  "binaryTargets": [
913
913
  {
914
914
  "fromEnvVar": null,
915
- "value": "linux-arm64-openssl-3.0.x"
915
+ "value": "windows"
916
916
  }
917
917
  ],
918
918
  "previewFeatures": [
@@ -981,8 +981,8 @@ exports.PrismaClient = PrismaClient
981
981
  Object.assign(exports, Prisma)
982
982
 
983
983
  // file annotations for bundling tools to include these files
984
- path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
985
- path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
984
+ path.join(__dirname, "query_engine-windows.dll.node");
985
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
986
986
  // file annotations for bundling tools to include these files
987
987
  path.join(__dirname, "schema.prisma");
988
988
  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.16.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.16.1-win",
4
+ "os": [
5
+ "win32"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {