@a_team/prisma 3.12.7-linux → 3.12.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
|
@@ -787,7 +787,11 @@ const config = {
|
|
|
787
787
|
"binaryTargets": [
|
|
788
788
|
{
|
|
789
789
|
"fromEnvVar": null,
|
|
790
|
-
"value": "
|
|
790
|
+
"value": "darwin"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"fromEnvVar": null,
|
|
794
|
+
"value": "darwin-arm64"
|
|
791
795
|
}
|
|
792
796
|
],
|
|
793
797
|
"previewFeatures": [
|
|
@@ -856,8 +860,12 @@ exports.PrismaClient = PrismaClient
|
|
|
856
860
|
Object.assign(exports, Prisma)
|
|
857
861
|
|
|
858
862
|
// file annotations for bundling tools to include these files
|
|
859
|
-
path.join(__dirname, "libquery_engine-
|
|
860
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
863
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
864
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
865
|
+
|
|
866
|
+
// file annotations for bundling tools to include these files
|
|
867
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
868
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
861
869
|
// file annotations for bundling tools to include these files
|
|
862
870
|
path.join(__dirname, "schema.prisma");
|
|
863
871
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|