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