@a_team/prisma 3.26.2-macos → 3.26.2-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.
@@ -1121,11 +1121,7 @@ const config = {
1121
1121
  "binaryTargets": [
1122
1122
  {
1123
1123
  "fromEnvVar": null,
1124
- "value": "darwin"
1125
- },
1126
- {
1127
- "fromEnvVar": null,
1128
- "value": "darwin-arm64"
1124
+ "value": "linux-arm64-openssl-3.0.x"
1129
1125
  }
1130
1126
  ],
1131
1127
  "previewFeatures": [
@@ -1122,11 +1122,7 @@ const config = {
1122
1122
  "binaryTargets": [
1123
1123
  {
1124
1124
  "fromEnvVar": null,
1125
- "value": "darwin"
1126
- },
1127
- {
1128
- "fromEnvVar": null,
1129
- "value": "darwin-arm64"
1125
+ "value": "linux-arm64-openssl-3.0.x"
1130
1126
  }
1131
1127
  ],
1132
1128
  "previewFeatures": [
@@ -1195,12 +1191,8 @@ exports.PrismaClient = PrismaClient
1195
1191
  Object.assign(exports, Prisma)
1196
1192
 
1197
1193
  // file annotations for bundling tools to include these files
1198
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1199
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1200
-
1201
- // file annotations for bundling tools to include these files
1202
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1203
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1194
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1195
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1204
1196
  // file annotations for bundling tools to include these files
1205
1197
  path.join(__dirname, "schema.prisma");
1206
1198
  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.26.2-macos",
3
+ "version": "3.26.2-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],