@a_team/prisma 3.14.7-macos → 3.14.7-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
|
@@ -858,11 +858,7 @@ const config = {
|
|
|
858
858
|
"binaryTargets": [
|
|
859
859
|
{
|
|
860
860
|
"fromEnvVar": null,
|
|
861
|
-
"value": "
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"fromEnvVar": null,
|
|
865
|
-
"value": "darwin-arm64"
|
|
861
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
866
862
|
}
|
|
867
863
|
],
|
|
868
864
|
"previewFeatures": [
|
|
@@ -931,12 +927,8 @@ exports.PrismaClient = PrismaClient
|
|
|
931
927
|
Object.assign(exports, Prisma)
|
|
932
928
|
|
|
933
929
|
// file annotations for bundling tools to include these files
|
|
934
|
-
path.join(__dirname, "libquery_engine-
|
|
935
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
936
|
-
|
|
937
|
-
// file annotations for bundling tools to include these files
|
|
938
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
939
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
930
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
931
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
940
932
|
// file annotations for bundling tools to include these files
|
|
941
933
|
path.join(__dirname, "schema.prisma");
|
|
942
934
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|