@a_team/prisma 3.23.0-linux-debian → 3.23.0-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
|
@@ -1029,7 +1029,11 @@ const config = {
|
|
|
1029
1029
|
"binaryTargets": [
|
|
1030
1030
|
{
|
|
1031
1031
|
"fromEnvVar": null,
|
|
1032
|
-
"value": "
|
|
1032
|
+
"value": "darwin"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"fromEnvVar": null,
|
|
1036
|
+
"value": "darwin-arm64"
|
|
1033
1037
|
}
|
|
1034
1038
|
],
|
|
1035
1039
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1030,7 +1030,11 @@ const config = {
|
|
|
1030
1030
|
"binaryTargets": [
|
|
1031
1031
|
{
|
|
1032
1032
|
"fromEnvVar": null,
|
|
1033
|
-
"value": "
|
|
1033
|
+
"value": "darwin"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"fromEnvVar": null,
|
|
1037
|
+
"value": "darwin-arm64"
|
|
1034
1038
|
}
|
|
1035
1039
|
],
|
|
1036
1040
|
"previewFeatures": [
|
|
@@ -1099,8 +1103,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1099
1103
|
Object.assign(exports, Prisma)
|
|
1100
1104
|
|
|
1101
1105
|
// file annotations for bundling tools to include these files
|
|
1102
|
-
path.join(__dirname, "libquery_engine-
|
|
1103
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1106
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1107
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1108
|
+
|
|
1109
|
+
// file annotations for bundling tools to include these files
|
|
1110
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1111
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1104
1112
|
// file annotations for bundling tools to include these files
|
|
1105
1113
|
path.join(__dirname, "schema.prisma");
|
|
1106
1114
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|