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