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