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