@a_team/prisma 3.14.0-linux-debian → 3.14.0-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
|
@@ -854,7 +854,11 @@ const config = {
|
|
|
854
854
|
"binaryTargets": [
|
|
855
855
|
{
|
|
856
856
|
"fromEnvVar": null,
|
|
857
|
-
"value": "
|
|
857
|
+
"value": "darwin"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"fromEnvVar": null,
|
|
861
|
+
"value": "darwin-arm64"
|
|
858
862
|
}
|
|
859
863
|
],
|
|
860
864
|
"previewFeatures": [
|
|
@@ -923,8 +927,12 @@ exports.PrismaClient = PrismaClient
|
|
|
923
927
|
Object.assign(exports, Prisma)
|
|
924
928
|
|
|
925
929
|
// file annotations for bundling tools to include these files
|
|
926
|
-
path.join(__dirname, "libquery_engine-
|
|
927
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
930
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
931
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
932
|
+
|
|
933
|
+
// file annotations for bundling tools to include these files
|
|
934
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
935
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
928
936
|
// file annotations for bundling tools to include these files
|
|
929
937
|
path.join(__dirname, "schema.prisma");
|
|
930
938
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|