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