@a_team/prisma 3.22.3-linux-debian → 3.22.3-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
|
@@ -1007,7 +1007,11 @@ const config = {
|
|
|
1007
1007
|
"binaryTargets": [
|
|
1008
1008
|
{
|
|
1009
1009
|
"fromEnvVar": null,
|
|
1010
|
-
"value": "
|
|
1010
|
+
"value": "darwin"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"fromEnvVar": null,
|
|
1014
|
+
"value": "darwin-arm64"
|
|
1011
1015
|
}
|
|
1012
1016
|
],
|
|
1013
1017
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1008,7 +1008,11 @@ const config = {
|
|
|
1008
1008
|
"binaryTargets": [
|
|
1009
1009
|
{
|
|
1010
1010
|
"fromEnvVar": null,
|
|
1011
|
-
"value": "
|
|
1011
|
+
"value": "darwin"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"fromEnvVar": null,
|
|
1015
|
+
"value": "darwin-arm64"
|
|
1012
1016
|
}
|
|
1013
1017
|
],
|
|
1014
1018
|
"previewFeatures": [
|
|
@@ -1077,8 +1081,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1077
1081
|
Object.assign(exports, Prisma)
|
|
1078
1082
|
|
|
1079
1083
|
// file annotations for bundling tools to include these files
|
|
1080
|
-
path.join(__dirname, "libquery_engine-
|
|
1081
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1084
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1085
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1086
|
+
|
|
1087
|
+
// file annotations for bundling tools to include these files
|
|
1088
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1089
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1082
1090
|
// file annotations for bundling tools to include these files
|
|
1083
1091
|
path.join(__dirname, "schema.prisma");
|
|
1084
1092
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|