@a_team/prisma 3.17.3-macos-docker-linux → 3.17.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
|
@@ -936,7 +936,7 @@ const config = {
|
|
|
936
936
|
"binaryTargets": [
|
|
937
937
|
{
|
|
938
938
|
"fromEnvVar": null,
|
|
939
|
-
"value": "
|
|
939
|
+
"value": "windows"
|
|
940
940
|
}
|
|
941
941
|
],
|
|
942
942
|
"previewFeatures": [
|
|
@@ -1005,8 +1005,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1005
1005
|
Object.assign(exports, Prisma)
|
|
1006
1006
|
|
|
1007
1007
|
// file annotations for bundling tools to include these files
|
|
1008
|
-
path.join(__dirname, "
|
|
1009
|
-
path.join(process.cwd(), "src/client/
|
|
1008
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1009
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1010
1010
|
// file annotations for bundling tools to include these files
|
|
1011
1011
|
path.join(__dirname, "schema.prisma");
|
|
1012
1012
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|