@a_team/prisma 3.13.0-linux-debian → 3.13.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
package/dist/client/index.js
CHANGED
|
@@ -795,7 +795,7 @@ const config = {
|
|
|
795
795
|
"binaryTargets": [
|
|
796
796
|
{
|
|
797
797
|
"fromEnvVar": null,
|
|
798
|
-
"value": "
|
|
798
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
799
799
|
}
|
|
800
800
|
],
|
|
801
801
|
"previewFeatures": [
|
|
@@ -864,8 +864,8 @@ exports.PrismaClient = PrismaClient
|
|
|
864
864
|
Object.assign(exports, Prisma)
|
|
865
865
|
|
|
866
866
|
// file annotations for bundling tools to include these files
|
|
867
|
-
path.join(__dirname, "libquery_engine-
|
|
868
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
867
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
868
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
869
869
|
// file annotations for bundling tools to include these files
|
|
870
870
|
path.join(__dirname, "schema.prisma");
|
|
871
871
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|