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