@a_team/prisma 3.22.3-macos-docker-linux → 3.22.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
|
@@ -1008,7 +1008,7 @@ const config = {
|
|
|
1008
1008
|
"binaryTargets": [
|
|
1009
1009
|
{
|
|
1010
1010
|
"fromEnvVar": null,
|
|
1011
|
-
"value": "
|
|
1011
|
+
"value": "windows"
|
|
1012
1012
|
}
|
|
1013
1013
|
],
|
|
1014
1014
|
"previewFeatures": [
|
|
@@ -1077,8 +1077,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1077
1077
|
Object.assign(exports, Prisma)
|
|
1078
1078
|
|
|
1079
1079
|
// file annotations for bundling tools to include these files
|
|
1080
|
-
path.join(__dirname, "
|
|
1081
|
-
path.join(process.cwd(), "src/client/
|
|
1080
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1081
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1082
1082
|
// file annotations for bundling tools to include these files
|
|
1083
1083
|
path.join(__dirname, "schema.prisma");
|
|
1084
1084
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|