@a_team/prisma 3.11.1-linux-debian → 3.11.1-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
|
@@ -725,7 +725,11 @@ const config = {
|
|
|
725
725
|
"binaryTargets": [
|
|
726
726
|
{
|
|
727
727
|
"fromEnvVar": null,
|
|
728
|
-
"value": "
|
|
728
|
+
"value": "darwin"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"fromEnvVar": null,
|
|
732
|
+
"value": "darwin-arm64"
|
|
729
733
|
}
|
|
730
734
|
],
|
|
731
735
|
"previewFeatures": [
|
|
@@ -794,8 +798,12 @@ exports.PrismaClient = PrismaClient
|
|
|
794
798
|
Object.assign(exports, Prisma)
|
|
795
799
|
|
|
796
800
|
// file annotations for bundling tools to include these files
|
|
797
|
-
path.join(__dirname, "libquery_engine-
|
|
798
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
801
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
802
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
803
|
+
|
|
804
|
+
// file annotations for bundling tools to include these files
|
|
805
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
806
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
799
807
|
// file annotations for bundling tools to include these files
|
|
800
808
|
path.join(__dirname, "schema.prisma");
|
|
801
809
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|