@a_team/prisma 3.12.7-linux-debian → 3.12.7-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
package/dist/client/index.js
CHANGED
|
@@ -787,7 +787,7 @@ const config = {
|
|
|
787
787
|
"binaryTargets": [
|
|
788
788
|
{
|
|
789
789
|
"fromEnvVar": null,
|
|
790
|
-
"value": "
|
|
790
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
791
791
|
}
|
|
792
792
|
],
|
|
793
793
|
"previewFeatures": [
|
|
@@ -856,8 +856,8 @@ exports.PrismaClient = PrismaClient
|
|
|
856
856
|
Object.assign(exports, Prisma)
|
|
857
857
|
|
|
858
858
|
// file annotations for bundling tools to include these files
|
|
859
|
-
path.join(__dirname, "libquery_engine-
|
|
860
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
859
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
860
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
861
861
|
// file annotations for bundling tools to include these files
|
|
862
862
|
path.join(__dirname, "schema.prisma");
|
|
863
863
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|