@a_team/prisma 3.23.5-linux → 3.23.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
|
@@ -1037,7 +1037,11 @@ const config = {
|
|
|
1037
1037
|
"binaryTargets": [
|
|
1038
1038
|
{
|
|
1039
1039
|
"fromEnvVar": null,
|
|
1040
|
-
"value": "
|
|
1040
|
+
"value": "darwin"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"fromEnvVar": null,
|
|
1044
|
+
"value": "darwin-arm64"
|
|
1041
1045
|
}
|
|
1042
1046
|
],
|
|
1043
1047
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1038,7 +1038,11 @@ const config = {
|
|
|
1038
1038
|
"binaryTargets": [
|
|
1039
1039
|
{
|
|
1040
1040
|
"fromEnvVar": null,
|
|
1041
|
-
"value": "
|
|
1041
|
+
"value": "darwin"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"fromEnvVar": null,
|
|
1045
|
+
"value": "darwin-arm64"
|
|
1042
1046
|
}
|
|
1043
1047
|
],
|
|
1044
1048
|
"previewFeatures": [
|
|
@@ -1107,8 +1111,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1107
1111
|
Object.assign(exports, Prisma)
|
|
1108
1112
|
|
|
1109
1113
|
// file annotations for bundling tools to include these files
|
|
1110
|
-
path.join(__dirname, "libquery_engine-
|
|
1111
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1114
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1115
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1116
|
+
|
|
1117
|
+
// file annotations for bundling tools to include these files
|
|
1118
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1119
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1112
1120
|
// file annotations for bundling tools to include these files
|
|
1113
1121
|
path.join(__dirname, "schema.prisma");
|
|
1114
1122
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|