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