@a_team/prisma 3.21.0-linux-debian → 3.21.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
package/dist/client/index.js
CHANGED
|
@@ -993,7 +993,11 @@ const config = {
|
|
|
993
993
|
"binaryTargets": [
|
|
994
994
|
{
|
|
995
995
|
"fromEnvVar": null,
|
|
996
|
-
"value": "
|
|
996
|
+
"value": "darwin"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"fromEnvVar": null,
|
|
1000
|
+
"value": "darwin-arm64"
|
|
997
1001
|
}
|
|
998
1002
|
],
|
|
999
1003
|
"previewFeatures": [
|
|
@@ -1062,8 +1066,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1062
1066
|
Object.assign(exports, Prisma)
|
|
1063
1067
|
|
|
1064
1068
|
// file annotations for bundling tools to include these files
|
|
1065
|
-
path.join(__dirname, "libquery_engine-
|
|
1066
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1069
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1070
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1071
|
+
|
|
1072
|
+
// file annotations for bundling tools to include these files
|
|
1073
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1074
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1067
1075
|
// file annotations for bundling tools to include these files
|
|
1068
1076
|
path.join(__dirname, "schema.prisma");
|
|
1069
1077
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|