@a_team/prisma 3.28.0-macos → 3.28.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
|
@@ -1158,11 +1158,7 @@ const config = {
|
|
|
1158
1158
|
"binaryTargets": [
|
|
1159
1159
|
{
|
|
1160
1160
|
"fromEnvVar": null,
|
|
1161
|
-
"value": "
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"fromEnvVar": null,
|
|
1165
|
-
"value": "darwin-arm64"
|
|
1161
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1166
1162
|
}
|
|
1167
1163
|
],
|
|
1168
1164
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1159,11 +1159,7 @@ const config = {
|
|
|
1159
1159
|
"binaryTargets": [
|
|
1160
1160
|
{
|
|
1161
1161
|
"fromEnvVar": null,
|
|
1162
|
-
"value": "
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"fromEnvVar": null,
|
|
1166
|
-
"value": "darwin-arm64"
|
|
1162
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
1167
1163
|
}
|
|
1168
1164
|
],
|
|
1169
1165
|
"previewFeatures": [
|
|
@@ -1232,12 +1228,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1232
1228
|
Object.assign(exports, Prisma)
|
|
1233
1229
|
|
|
1234
1230
|
// file annotations for bundling tools to include these files
|
|
1235
|
-
path.join(__dirname, "libquery_engine-
|
|
1236
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1237
|
-
|
|
1238
|
-
// file annotations for bundling tools to include these files
|
|
1239
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1240
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1231
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1232
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1241
1233
|
// file annotations for bundling tools to include these files
|
|
1242
1234
|
path.join(__dirname, "schema.prisma");
|
|
1243
1235
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|