@a_team/prisma 3.14.0-macos-docker-linux → 3.14.0-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
|
@@ -854,7 +854,7 @@ const config = {
|
|
|
854
854
|
"binaryTargets": [
|
|
855
855
|
{
|
|
856
856
|
"fromEnvVar": null,
|
|
857
|
-
"value": "
|
|
857
|
+
"value": "windows"
|
|
858
858
|
}
|
|
859
859
|
],
|
|
860
860
|
"previewFeatures": [
|
|
@@ -923,8 +923,8 @@ exports.PrismaClient = PrismaClient
|
|
|
923
923
|
Object.assign(exports, Prisma)
|
|
924
924
|
|
|
925
925
|
// file annotations for bundling tools to include these files
|
|
926
|
-
path.join(__dirname, "
|
|
927
|
-
path.join(process.cwd(), "src/client/
|
|
926
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
927
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
928
928
|
// file annotations for bundling tools to include these files
|
|
929
929
|
path.join(__dirname, "schema.prisma");
|
|
930
930
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|