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