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