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