@a_team/prisma 3.23.7-linux-debian → 3.23.7-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
|
@@ -1044,7 +1044,11 @@ const config = {
|
|
|
1044
1044
|
"binaryTargets": [
|
|
1045
1045
|
{
|
|
1046
1046
|
"fromEnvVar": null,
|
|
1047
|
-
"value": "
|
|
1047
|
+
"value": "darwin"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"fromEnvVar": null,
|
|
1051
|
+
"value": "darwin-arm64"
|
|
1048
1052
|
}
|
|
1049
1053
|
],
|
|
1050
1054
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1045,7 +1045,11 @@ const config = {
|
|
|
1045
1045
|
"binaryTargets": [
|
|
1046
1046
|
{
|
|
1047
1047
|
"fromEnvVar": null,
|
|
1048
|
-
"value": "
|
|
1048
|
+
"value": "darwin"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"fromEnvVar": null,
|
|
1052
|
+
"value": "darwin-arm64"
|
|
1049
1053
|
}
|
|
1050
1054
|
],
|
|
1051
1055
|
"previewFeatures": [
|
|
@@ -1114,8 +1118,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1114
1118
|
Object.assign(exports, Prisma)
|
|
1115
1119
|
|
|
1116
1120
|
// file annotations for bundling tools to include these files
|
|
1117
|
-
path.join(__dirname, "libquery_engine-
|
|
1118
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1121
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1122
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1123
|
+
|
|
1124
|
+
// file annotations for bundling tools to include these files
|
|
1125
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1126
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1119
1127
|
// file annotations for bundling tools to include these files
|
|
1120
1128
|
path.join(__dirname, "schema.prisma");
|
|
1121
1129
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|