@a_team/prisma 3.26.2-macos → 3.26.2-win
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
|
@@ -1122,11 +1122,7 @@ const config = {
|
|
|
1122
1122
|
"binaryTargets": [
|
|
1123
1123
|
{
|
|
1124
1124
|
"fromEnvVar": null,
|
|
1125
|
-
"value": "
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"fromEnvVar": null,
|
|
1129
|
-
"value": "darwin-arm64"
|
|
1125
|
+
"value": "windows"
|
|
1130
1126
|
}
|
|
1131
1127
|
],
|
|
1132
1128
|
"previewFeatures": [
|
|
@@ -1195,12 +1191,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1195
1191
|
Object.assign(exports, Prisma)
|
|
1196
1192
|
|
|
1197
1193
|
// file annotations for bundling tools to include these files
|
|
1198
|
-
path.join(__dirname, "
|
|
1199
|
-
path.join(process.cwd(), "src/client/
|
|
1200
|
-
|
|
1201
|
-
// file annotations for bundling tools to include these files
|
|
1202
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1203
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1194
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1195
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1204
1196
|
// file annotations for bundling tools to include these files
|
|
1205
1197
|
path.join(__dirname, "schema.prisma");
|
|
1206
1198
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|