@a_team/prisma 3.28.5-macos → 3.28.5-macos-docker-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.
@@ -1174,11 +1174,7 @@ const config = {
1174
1174
  "binaryTargets": [
1175
1175
  {
1176
1176
  "fromEnvVar": null,
1177
- "value": "darwin"
1178
- },
1179
- {
1180
- "fromEnvVar": null,
1181
- "value": "darwin-arm64"
1177
+ "value": "linux-arm64-openssl-3.0.x"
1182
1178
  }
1183
1179
  ],
1184
1180
  "previewFeatures": [
@@ -1175,11 +1175,7 @@ const config = {
1175
1175
  "binaryTargets": [
1176
1176
  {
1177
1177
  "fromEnvVar": null,
1178
- "value": "darwin"
1179
- },
1180
- {
1181
- "fromEnvVar": null,
1182
- "value": "darwin-arm64"
1178
+ "value": "linux-arm64-openssl-3.0.x"
1183
1179
  }
1184
1180
  ],
1185
1181
  "previewFeatures": [
@@ -1248,12 +1244,8 @@ exports.PrismaClient = PrismaClient
1248
1244
  Object.assign(exports, Prisma)
1249
1245
 
1250
1246
  // file annotations for bundling tools to include these files
1251
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1252
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1253
-
1254
- // file annotations for bundling tools to include these files
1255
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1256
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1247
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1248
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1257
1249
  // file annotations for bundling tools to include these files
1258
1250
  path.join(__dirname, "schema.prisma");
1259
1251
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.28.5-macos",
3
+ "version": "3.28.5-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],