@a_team/prisma 3.16.6-linux → 3.16.6-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
|
@@ -911,7 +911,11 @@ const config = {
|
|
|
911
911
|
"binaryTargets": [
|
|
912
912
|
{
|
|
913
913
|
"fromEnvVar": null,
|
|
914
|
-
"value": "
|
|
914
|
+
"value": "darwin"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"fromEnvVar": null,
|
|
918
|
+
"value": "darwin-arm64"
|
|
915
919
|
}
|
|
916
920
|
],
|
|
917
921
|
"previewFeatures": [
|
|
@@ -980,8 +984,12 @@ exports.PrismaClient = PrismaClient
|
|
|
980
984
|
Object.assign(exports, Prisma)
|
|
981
985
|
|
|
982
986
|
// file annotations for bundling tools to include these files
|
|
983
|
-
path.join(__dirname, "libquery_engine-
|
|
984
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
987
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
988
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
989
|
+
|
|
990
|
+
// file annotations for bundling tools to include these files
|
|
991
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
992
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
985
993
|
// file annotations for bundling tools to include these files
|
|
986
994
|
path.join(__dirname, "schema.prisma");
|
|
987
995
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|