@a_team/prisma 3.9.3-macos → 3.9.3-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
|
@@ -582,11 +582,7 @@ const config = {
|
|
|
582
582
|
"binaryTargets": [
|
|
583
583
|
{
|
|
584
584
|
"fromEnvVar": null,
|
|
585
|
-
"value": "
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"fromEnvVar": null,
|
|
589
|
-
"value": "darwin-arm64"
|
|
585
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
590
586
|
}
|
|
591
587
|
],
|
|
592
588
|
"previewFeatures": [
|
|
@@ -655,12 +651,8 @@ exports.PrismaClient = PrismaClient
|
|
|
655
651
|
Object.assign(exports, Prisma)
|
|
656
652
|
|
|
657
653
|
// file annotations for bundling tools to include these files
|
|
658
|
-
path.join(__dirname, "libquery_engine-
|
|
659
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
660
|
-
|
|
661
|
-
// file annotations for bundling tools to include these files
|
|
662
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
663
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
654
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
655
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
664
656
|
// file annotations for bundling tools to include these files
|
|
665
657
|
path.join(__dirname, "schema.prisma");
|
|
666
658
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|