@a_team/prisma 3.11.1-linux-debian → 3.11.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
package/dist/client/index.js
CHANGED
|
@@ -725,7 +725,7 @@ const config = {
|
|
|
725
725
|
"binaryTargets": [
|
|
726
726
|
{
|
|
727
727
|
"fromEnvVar": null,
|
|
728
|
-
"value": "
|
|
728
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
729
729
|
}
|
|
730
730
|
],
|
|
731
731
|
"previewFeatures": [
|
|
@@ -794,8 +794,8 @@ exports.PrismaClient = PrismaClient
|
|
|
794
794
|
Object.assign(exports, Prisma)
|
|
795
795
|
|
|
796
796
|
// file annotations for bundling tools to include these files
|
|
797
|
-
path.join(__dirname, "libquery_engine-
|
|
798
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
797
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
798
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
799
799
|
// file annotations for bundling tools to include these files
|
|
800
800
|
path.join(__dirname, "schema.prisma");
|
|
801
801
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|