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