@a_team/prisma 3.12.2-macos → 3.12.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
|
@@ -784,11 +784,7 @@ const config = {
|
|
|
784
784
|
"binaryTargets": [
|
|
785
785
|
{
|
|
786
786
|
"fromEnvVar": null,
|
|
787
|
-
"value": "
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"fromEnvVar": null,
|
|
791
|
-
"value": "darwin-arm64"
|
|
787
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
792
788
|
}
|
|
793
789
|
],
|
|
794
790
|
"previewFeatures": [
|
|
@@ -857,12 +853,8 @@ exports.PrismaClient = PrismaClient
|
|
|
857
853
|
Object.assign(exports, Prisma)
|
|
858
854
|
|
|
859
855
|
// file annotations for bundling tools to include these files
|
|
860
|
-
path.join(__dirname, "libquery_engine-
|
|
861
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
862
|
-
|
|
863
|
-
// file annotations for bundling tools to include these files
|
|
864
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
865
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
856
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
857
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
866
858
|
// file annotations for bundling tools to include these files
|
|
867
859
|
path.join(__dirname, "schema.prisma");
|
|
868
860
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|