@a_team/prisma 3.10.0-macos → 3.10.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
|
@@ -639,11 +639,7 @@ const config = {
|
|
|
639
639
|
"binaryTargets": [
|
|
640
640
|
{
|
|
641
641
|
"fromEnvVar": null,
|
|
642
|
-
"value": "
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"fromEnvVar": null,
|
|
646
|
-
"value": "darwin-arm64"
|
|
642
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
647
643
|
}
|
|
648
644
|
],
|
|
649
645
|
"previewFeatures": [
|
|
@@ -712,12 +708,8 @@ exports.PrismaClient = PrismaClient
|
|
|
712
708
|
Object.assign(exports, Prisma)
|
|
713
709
|
|
|
714
710
|
// file annotations for bundling tools to include these files
|
|
715
|
-
path.join(__dirname, "libquery_engine-
|
|
716
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
717
|
-
|
|
718
|
-
// file annotations for bundling tools to include these files
|
|
719
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
720
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
711
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
712
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
721
713
|
// file annotations for bundling tools to include these files
|
|
722
714
|
path.join(__dirname, "schema.prisma");
|
|
723
715
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|