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