@a_team/prisma 3.8.2-macos → 3.8.2-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
|
@@ -563,11 +563,7 @@ const config = {
|
|
|
563
563
|
"binaryTargets": [
|
|
564
564
|
{
|
|
565
565
|
"fromEnvVar": null,
|
|
566
|
-
"value": "
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"fromEnvVar": null,
|
|
570
|
-
"value": "darwin-arm64"
|
|
566
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
571
567
|
}
|
|
572
568
|
],
|
|
573
569
|
"previewFeatures": [
|
|
@@ -636,12 +632,8 @@ exports.PrismaClient = PrismaClient
|
|
|
636
632
|
Object.assign(exports, Prisma)
|
|
637
633
|
|
|
638
634
|
// file annotations for bundling tools to include these files
|
|
639
|
-
path.join(__dirname, "libquery_engine-
|
|
640
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
641
|
-
|
|
642
|
-
// file annotations for bundling tools to include these files
|
|
643
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
644
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
635
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
636
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
645
637
|
// file annotations for bundling tools to include these files
|
|
646
638
|
path.join(__dirname, "schema.prisma");
|
|
647
639
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|