@a_team/prisma 3.26.1-macos-docker-linux → 3.26.1-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
|
@@ -1102,7 +1102,7 @@ const config = {
|
|
|
1102
1102
|
"binaryTargets": [
|
|
1103
1103
|
{
|
|
1104
1104
|
"fromEnvVar": null,
|
|
1105
|
-
"value": "
|
|
1105
|
+
"value": "windows"
|
|
1106
1106
|
}
|
|
1107
1107
|
],
|
|
1108
1108
|
"previewFeatures": [
|
|
@@ -1171,8 +1171,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1171
1171
|
Object.assign(exports, Prisma)
|
|
1172
1172
|
|
|
1173
1173
|
// file annotations for bundling tools to include these files
|
|
1174
|
-
path.join(__dirname, "
|
|
1175
|
-
path.join(process.cwd(), "src/client/
|
|
1174
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1175
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1176
1176
|
// file annotations for bundling tools to include these files
|
|
1177
1177
|
path.join(__dirname, "schema.prisma");
|
|
1178
1178
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|