@a_team/prisma 3.24.3-macos-docker-linux → 3.24.3-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
|
@@ -1090,7 +1090,7 @@ const config = {
|
|
|
1090
1090
|
"binaryTargets": [
|
|
1091
1091
|
{
|
|
1092
1092
|
"fromEnvVar": null,
|
|
1093
|
-
"value": "
|
|
1093
|
+
"value": "windows"
|
|
1094
1094
|
}
|
|
1095
1095
|
],
|
|
1096
1096
|
"previewFeatures": [
|
|
@@ -1159,8 +1159,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1159
1159
|
Object.assign(exports, Prisma)
|
|
1160
1160
|
|
|
1161
1161
|
// file annotations for bundling tools to include these files
|
|
1162
|
-
path.join(__dirname, "
|
|
1163
|
-
path.join(process.cwd(), "src/client/
|
|
1162
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1163
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1164
1164
|
// file annotations for bundling tools to include these files
|
|
1165
1165
|
path.join(__dirname, "schema.prisma");
|
|
1166
1166
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|