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