@a_team/prisma 3.9.2-macos-docker-linux → 3.9.2-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
|
@@ -582,7 +582,7 @@ const config = {
|
|
|
582
582
|
"binaryTargets": [
|
|
583
583
|
{
|
|
584
584
|
"fromEnvVar": null,
|
|
585
|
-
"value": "
|
|
585
|
+
"value": "windows"
|
|
586
586
|
}
|
|
587
587
|
],
|
|
588
588
|
"previewFeatures": [
|
|
@@ -651,8 +651,8 @@ exports.PrismaClient = PrismaClient
|
|
|
651
651
|
Object.assign(exports, Prisma)
|
|
652
652
|
|
|
653
653
|
// file annotations for bundling tools to include these files
|
|
654
|
-
path.join(__dirname, "
|
|
655
|
-
path.join(process.cwd(), "src/client/
|
|
654
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
655
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
656
656
|
// file annotations for bundling tools to include these files
|
|
657
657
|
path.join(__dirname, "schema.prisma");
|
|
658
658
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|