@a_team/prisma 3.12.3-macos-docker-linux → 3.12.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
|
@@ -784,7 +784,7 @@ const config = {
|
|
|
784
784
|
"binaryTargets": [
|
|
785
785
|
{
|
|
786
786
|
"fromEnvVar": null,
|
|
787
|
-
"value": "
|
|
787
|
+
"value": "windows"
|
|
788
788
|
}
|
|
789
789
|
],
|
|
790
790
|
"previewFeatures": [
|
|
@@ -853,8 +853,8 @@ exports.PrismaClient = PrismaClient
|
|
|
853
853
|
Object.assign(exports, Prisma)
|
|
854
854
|
|
|
855
855
|
// file annotations for bundling tools to include these files
|
|
856
|
-
path.join(__dirname, "
|
|
857
|
-
path.join(process.cwd(), "src/client/
|
|
856
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
857
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
858
858
|
// file annotations for bundling tools to include these files
|
|
859
859
|
path.join(__dirname, "schema.prisma");
|
|
860
860
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|