@a_team/prisma 3.21.2-linux → 3.21.2-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
|
@@ -996,7 +996,11 @@ const config = {
|
|
|
996
996
|
"binaryTargets": [
|
|
997
997
|
{
|
|
998
998
|
"fromEnvVar": null,
|
|
999
|
-
"value": "
|
|
999
|
+
"value": "darwin"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"fromEnvVar": null,
|
|
1003
|
+
"value": "darwin-arm64"
|
|
1000
1004
|
}
|
|
1001
1005
|
],
|
|
1002
1006
|
"previewFeatures": [
|
|
@@ -1065,8 +1069,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1065
1069
|
Object.assign(exports, Prisma)
|
|
1066
1070
|
|
|
1067
1071
|
// file annotations for bundling tools to include these files
|
|
1068
|
-
path.join(__dirname, "libquery_engine-
|
|
1069
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1072
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1073
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1074
|
+
|
|
1075
|
+
// file annotations for bundling tools to include these files
|
|
1076
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1077
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1070
1078
|
// file annotations for bundling tools to include these files
|
|
1071
1079
|
path.join(__dirname, "schema.prisma");
|
|
1072
1080
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|