@a_team/prisma 3.16.6-macos → 3.16.6-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
|
@@ -911,11 +911,7 @@ const config = {
|
|
|
911
911
|
"binaryTargets": [
|
|
912
912
|
{
|
|
913
913
|
"fromEnvVar": null,
|
|
914
|
-
"value": "
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"fromEnvVar": null,
|
|
918
|
-
"value": "darwin-arm64"
|
|
914
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
919
915
|
}
|
|
920
916
|
],
|
|
921
917
|
"previewFeatures": [
|
|
@@ -984,12 +980,8 @@ exports.PrismaClient = PrismaClient
|
|
|
984
980
|
Object.assign(exports, Prisma)
|
|
985
981
|
|
|
986
982
|
// file annotations for bundling tools to include these files
|
|
987
|
-
path.join(__dirname, "libquery_engine-
|
|
988
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
989
|
-
|
|
990
|
-
// file annotations for bundling tools to include these files
|
|
991
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
992
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
983
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
984
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
993
985
|
// file annotations for bundling tools to include these files
|
|
994
986
|
path.join(__dirname, "schema.prisma");
|
|
995
987
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|