@a_team/prisma 3.29.2-macos → 3.29.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.
package/dist/client/edge.js
CHANGED
|
@@ -1178,11 +1178,7 @@ const config = {
|
|
|
1178
1178
|
"binaryTargets": [
|
|
1179
1179
|
{
|
|
1180
1180
|
"fromEnvVar": null,
|
|
1181
|
-
"value": "
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"fromEnvVar": null,
|
|
1185
|
-
"value": "darwin-arm64"
|
|
1181
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1186
1182
|
}
|
|
1187
1183
|
],
|
|
1188
1184
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1179,11 +1179,7 @@ const config = {
|
|
|
1179
1179
|
"binaryTargets": [
|
|
1180
1180
|
{
|
|
1181
1181
|
"fromEnvVar": null,
|
|
1182
|
-
"value": "
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"fromEnvVar": null,
|
|
1186
|
-
"value": "darwin-arm64"
|
|
1182
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1187
1183
|
}
|
|
1188
1184
|
],
|
|
1189
1185
|
"previewFeatures": [
|
|
@@ -1252,12 +1248,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1252
1248
|
Object.assign(exports, Prisma)
|
|
1253
1249
|
|
|
1254
1250
|
// file annotations for bundling tools to include these files
|
|
1255
|
-
path.join(__dirname, "libquery_engine-
|
|
1256
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1257
|
-
|
|
1258
|
-
// file annotations for bundling tools to include these files
|
|
1259
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1260
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1251
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1252
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1261
1253
|
// file annotations for bundling tools to include these files
|
|
1262
1254
|
path.join(__dirname, "schema.prisma");
|
|
1263
1255
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|