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