@a_team/prisma 3.23.0-macos-docker-linux → 3.23.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
|
@@ -1030,7 +1030,7 @@ const config = {
|
|
|
1030
1030
|
"binaryTargets": [
|
|
1031
1031
|
{
|
|
1032
1032
|
"fromEnvVar": null,
|
|
1033
|
-
"value": "
|
|
1033
|
+
"value": "windows"
|
|
1034
1034
|
}
|
|
1035
1035
|
],
|
|
1036
1036
|
"previewFeatures": [
|
|
@@ -1099,8 +1099,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1099
1099
|
Object.assign(exports, Prisma)
|
|
1100
1100
|
|
|
1101
1101
|
// file annotations for bundling tools to include these files
|
|
1102
|
-
path.join(__dirname, "
|
|
1103
|
-
path.join(process.cwd(), "src/client/
|
|
1102
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1103
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1104
1104
|
// file annotations for bundling tools to include these files
|
|
1105
1105
|
path.join(__dirname, "schema.prisma");
|
|
1106
1106
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|