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