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