@a_team/prisma 3.13.6-linux → 3.13.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
|
@@ -794,7 +794,11 @@ const config = {
|
|
|
794
794
|
"binaryTargets": [
|
|
795
795
|
{
|
|
796
796
|
"fromEnvVar": null,
|
|
797
|
-
"value": "
|
|
797
|
+
"value": "darwin"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"fromEnvVar": null,
|
|
801
|
+
"value": "darwin-arm64"
|
|
798
802
|
}
|
|
799
803
|
],
|
|
800
804
|
"previewFeatures": [
|
|
@@ -863,8 +867,12 @@ exports.PrismaClient = PrismaClient
|
|
|
863
867
|
Object.assign(exports, Prisma)
|
|
864
868
|
|
|
865
869
|
// file annotations for bundling tools to include these files
|
|
866
|
-
path.join(__dirname, "libquery_engine-
|
|
867
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
870
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
871
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
872
|
+
|
|
873
|
+
// file annotations for bundling tools to include these files
|
|
874
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
875
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
868
876
|
// file annotations for bundling tools to include these files
|
|
869
877
|
path.join(__dirname, "schema.prisma");
|
|
870
878
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|