@a_team/prisma 3.24.1-linux → 3.24.1-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
|
@@ -1087,7 +1087,11 @@ const config = {
|
|
|
1087
1087
|
"binaryTargets": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"fromEnvVar": null,
|
|
1090
|
-
"value": "
|
|
1090
|
+
"value": "darwin"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"fromEnvVar": null,
|
|
1094
|
+
"value": "darwin-arm64"
|
|
1091
1095
|
}
|
|
1092
1096
|
],
|
|
1093
1097
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1088,7 +1088,11 @@ const config = {
|
|
|
1088
1088
|
"binaryTargets": [
|
|
1089
1089
|
{
|
|
1090
1090
|
"fromEnvVar": null,
|
|
1091
|
-
"value": "
|
|
1091
|
+
"value": "darwin"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"fromEnvVar": null,
|
|
1095
|
+
"value": "darwin-arm64"
|
|
1092
1096
|
}
|
|
1093
1097
|
],
|
|
1094
1098
|
"previewFeatures": [
|
|
@@ -1157,8 +1161,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1157
1161
|
Object.assign(exports, Prisma)
|
|
1158
1162
|
|
|
1159
1163
|
// file annotations for bundling tools to include these files
|
|
1160
|
-
path.join(__dirname, "libquery_engine-
|
|
1161
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1164
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1165
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1166
|
+
|
|
1167
|
+
// file annotations for bundling tools to include these files
|
|
1168
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1169
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1162
1170
|
// file annotations for bundling tools to include these files
|
|
1163
1171
|
path.join(__dirname, "schema.prisma");
|
|
1164
1172
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|