@a_team/prisma 3.17.3-linux → 3.17.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
package/dist/client/index.js
CHANGED
|
@@ -936,7 +936,11 @@ const config = {
|
|
|
936
936
|
"binaryTargets": [
|
|
937
937
|
{
|
|
938
938
|
"fromEnvVar": null,
|
|
939
|
-
"value": "
|
|
939
|
+
"value": "darwin"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"fromEnvVar": null,
|
|
943
|
+
"value": "darwin-arm64"
|
|
940
944
|
}
|
|
941
945
|
],
|
|
942
946
|
"previewFeatures": [
|
|
@@ -1005,8 +1009,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1005
1009
|
Object.assign(exports, Prisma)
|
|
1006
1010
|
|
|
1007
1011
|
// file annotations for bundling tools to include these files
|
|
1008
|
-
path.join(__dirname, "libquery_engine-
|
|
1009
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1012
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1013
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1014
|
+
|
|
1015
|
+
// file annotations for bundling tools to include these files
|
|
1016
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1017
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1010
1018
|
// file annotations for bundling tools to include these files
|
|
1011
1019
|
path.join(__dirname, "schema.prisma");
|
|
1012
1020
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|