@a_team/prisma 3.15.3-linux → 3.15.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
|
@@ -879,7 +879,11 @@ const config = {
|
|
|
879
879
|
"binaryTargets": [
|
|
880
880
|
{
|
|
881
881
|
"fromEnvVar": null,
|
|
882
|
-
"value": "
|
|
882
|
+
"value": "darwin"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"fromEnvVar": null,
|
|
886
|
+
"value": "darwin-arm64"
|
|
883
887
|
}
|
|
884
888
|
],
|
|
885
889
|
"previewFeatures": [
|
|
@@ -948,8 +952,12 @@ exports.PrismaClient = PrismaClient
|
|
|
948
952
|
Object.assign(exports, Prisma)
|
|
949
953
|
|
|
950
954
|
// file annotations for bundling tools to include these files
|
|
951
|
-
path.join(__dirname, "libquery_engine-
|
|
952
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
955
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
956
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
957
|
+
|
|
958
|
+
// file annotations for bundling tools to include these files
|
|
959
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
960
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
953
961
|
// file annotations for bundling tools to include these files
|
|
954
962
|
path.join(__dirname, "schema.prisma");
|
|
955
963
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|