@a_team/prisma 3.26.0-macos → 3.26.0-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.
@@ -1100,11 +1100,7 @@ const config = {
1100
1100
  "binaryTargets": [
1101
1101
  {
1102
1102
  "fromEnvVar": null,
1103
- "value": "darwin"
1104
- },
1105
- {
1106
- "fromEnvVar": null,
1107
- "value": "darwin-arm64"
1103
+ "value": "linux-arm64-openssl-3.0.x"
1108
1104
  }
1109
1105
  ],
1110
1106
  "previewFeatures": [
@@ -1101,11 +1101,7 @@ const config = {
1101
1101
  "binaryTargets": [
1102
1102
  {
1103
1103
  "fromEnvVar": null,
1104
- "value": "darwin"
1105
- },
1106
- {
1107
- "fromEnvVar": null,
1108
- "value": "darwin-arm64"
1104
+ "value": "linux-arm64-openssl-3.0.x"
1109
1105
  }
1110
1106
  ],
1111
1107
  "previewFeatures": [
@@ -1174,12 +1170,8 @@ exports.PrismaClient = PrismaClient
1174
1170
  Object.assign(exports, Prisma)
1175
1171
 
1176
1172
  // file annotations for bundling tools to include these files
1177
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
1178
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
1179
-
1180
- // file annotations for bundling tools to include these files
1181
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
1182
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
1173
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1174
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1183
1175
  // file annotations for bundling tools to include these files
1184
1176
  path.join(__dirname, "schema.prisma");
1185
1177
  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.0-macos",
3
+ "version": "3.26.0-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],