@a_team/prisma 3.12.8-macos-docker-linux → 3.12.8-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
|
@@ -789,7 +789,7 @@ const config = {
|
|
|
789
789
|
"binaryTargets": [
|
|
790
790
|
{
|
|
791
791
|
"fromEnvVar": null,
|
|
792
|
-
"value": "
|
|
792
|
+
"value": "windows"
|
|
793
793
|
}
|
|
794
794
|
],
|
|
795
795
|
"previewFeatures": [
|
|
@@ -858,8 +858,8 @@ exports.PrismaClient = PrismaClient
|
|
|
858
858
|
Object.assign(exports, Prisma)
|
|
859
859
|
|
|
860
860
|
// file annotations for bundling tools to include these files
|
|
861
|
-
path.join(__dirname, "
|
|
862
|
-
path.join(process.cwd(), "src/client/
|
|
861
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
862
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
863
863
|
// file annotations for bundling tools to include these files
|
|
864
864
|
path.join(__dirname, "schema.prisma");
|
|
865
865
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|