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