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