@a_team/prisma 3.23.1-win → 3.23.2-linux

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.
@@ -1035,7 +1035,7 @@ const config = {
1035
1035
  "binaryTargets": [
1036
1036
  {
1037
1037
  "fromEnvVar": null,
1038
- "value": "windows"
1038
+ "value": "linux-musl-openssl-3.0.x"
1039
1039
  }
1040
1040
  ],
1041
1041
  "previewFeatures": [
@@ -1036,7 +1036,7 @@ const config = {
1036
1036
  "binaryTargets": [
1037
1037
  {
1038
1038
  "fromEnvVar": null,
1039
- "value": "windows"
1039
+ "value": "linux-musl-openssl-3.0.x"
1040
1040
  }
1041
1041
  ],
1042
1042
  "previewFeatures": [
@@ -1105,8 +1105,8 @@ exports.PrismaClient = PrismaClient
1105
1105
  Object.assign(exports, Prisma)
1106
1106
 
1107
1107
  // file annotations for bundling tools to include these files
1108
- path.join(__dirname, "query_engine-windows.dll.node");
1109
- path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
1108
+ path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
1109
+ path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
1110
1110
  // file annotations for bundling tools to include these files
1111
1111
  path.join(__dirname, "schema.prisma");
1112
1112
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.23.1-win",
3
+ "version": "3.23.2-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],