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