@a_team/prisma 3.14.6-linux → 3.14.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
|
@@ -858,7 +858,11 @@ const config = {
|
|
|
858
858
|
"binaryTargets": [
|
|
859
859
|
{
|
|
860
860
|
"fromEnvVar": null,
|
|
861
|
-
"value": "
|
|
861
|
+
"value": "darwin"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"fromEnvVar": null,
|
|
865
|
+
"value": "darwin-arm64"
|
|
862
866
|
}
|
|
863
867
|
],
|
|
864
868
|
"previewFeatures": [
|
|
@@ -927,8 +931,12 @@ exports.PrismaClient = PrismaClient
|
|
|
927
931
|
Object.assign(exports, Prisma)
|
|
928
932
|
|
|
929
933
|
// file annotations for bundling tools to include these files
|
|
930
|
-
path.join(__dirname, "libquery_engine-
|
|
931
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
934
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
935
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
936
|
+
|
|
937
|
+
// file annotations for bundling tools to include these files
|
|
938
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
939
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
932
940
|
// file annotations for bundling tools to include these files
|
|
933
941
|
path.join(__dirname, "schema.prisma");
|
|
934
942
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|