@a_team/prisma 3.6.17-macos-docker-linux → 3.6.17-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
|
@@ -557,7 +557,7 @@ const config = {
|
|
|
557
557
|
"binaryTargets": [
|
|
558
558
|
{
|
|
559
559
|
"fromEnvVar": null,
|
|
560
|
-
"value": "
|
|
560
|
+
"value": "windows"
|
|
561
561
|
}
|
|
562
562
|
],
|
|
563
563
|
"previewFeatures": [
|
|
@@ -626,8 +626,8 @@ exports.PrismaClient = PrismaClient
|
|
|
626
626
|
Object.assign(exports, Prisma)
|
|
627
627
|
|
|
628
628
|
// file annotations for bundling tools to include these files
|
|
629
|
-
path.join(__dirname, "
|
|
630
|
-
path.join(process.cwd(), "src/client/
|
|
629
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
630
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
631
631
|
// file annotations for bundling tools to include these files
|
|
632
632
|
path.join(__dirname, "schema.prisma");
|
|
633
633
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|