@a_team/prisma 3.25.0-linux → 3.25.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
|
@@ -1100,7 +1100,11 @@ const config = {
|
|
|
1100
1100
|
"binaryTargets": [
|
|
1101
1101
|
{
|
|
1102
1102
|
"fromEnvVar": null,
|
|
1103
|
-
"value": "
|
|
1103
|
+
"value": "darwin"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"fromEnvVar": null,
|
|
1107
|
+
"value": "darwin-arm64"
|
|
1104
1108
|
}
|
|
1105
1109
|
],
|
|
1106
1110
|
"previewFeatures": [
|
package/dist/client/index.js
CHANGED
|
@@ -1101,7 +1101,11 @@ const config = {
|
|
|
1101
1101
|
"binaryTargets": [
|
|
1102
1102
|
{
|
|
1103
1103
|
"fromEnvVar": null,
|
|
1104
|
-
"value": "
|
|
1104
|
+
"value": "darwin"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"fromEnvVar": null,
|
|
1108
|
+
"value": "darwin-arm64"
|
|
1105
1109
|
}
|
|
1106
1110
|
],
|
|
1107
1111
|
"previewFeatures": [
|
|
@@ -1170,8 +1174,12 @@ exports.PrismaClient = PrismaClient
|
|
|
1170
1174
|
Object.assign(exports, Prisma)
|
|
1171
1175
|
|
|
1172
1176
|
// file annotations for bundling tools to include these files
|
|
1173
|
-
path.join(__dirname, "libquery_engine-
|
|
1174
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1177
|
+
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
1178
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
|
|
1179
|
+
|
|
1180
|
+
// file annotations for bundling tools to include these files
|
|
1181
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1182
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1175
1183
|
// file annotations for bundling tools to include these files
|
|
1176
1184
|
path.join(__dirname, "schema.prisma");
|
|
1177
1185
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
|
Binary file
|