@a_team/prisma 3.13.8-linux-debian → 3.13.8-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
|
@@ -802,7 +802,11 @@ const config = {
|
|
|
802
802
|
"binaryTargets": [
|
|
803
803
|
{
|
|
804
804
|
"fromEnvVar": null,
|
|
805
|
-
"value": "
|
|
805
|
+
"value": "darwin"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"fromEnvVar": null,
|
|
809
|
+
"value": "darwin-arm64"
|
|
806
810
|
}
|
|
807
811
|
],
|
|
808
812
|
"previewFeatures": [
|
|
@@ -871,8 +875,12 @@ exports.PrismaClient = PrismaClient
|
|
|
871
875
|
Object.assign(exports, Prisma)
|
|
872
876
|
|
|
873
877
|
// file annotations for bundling tools to include these files
|
|
874
|
-
path.join(__dirname, "libquery_engine-
|
|
875
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
878
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
879
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
880
|
+
|
|
881
|
+
// file annotations for bundling tools to include these files
|
|
882
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
883
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
876
884
|
// file annotations for bundling tools to include these files
|
|
877
885
|
path.join(__dirname, "schema.prisma");
|
|
878
886
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|