@a_team/prisma 3.21.2-macos-docker-linux → 3.21.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
|
@@ -996,7 +996,7 @@ const config = {
|
|
|
996
996
|
"binaryTargets": [
|
|
997
997
|
{
|
|
998
998
|
"fromEnvVar": null,
|
|
999
|
-
"value": "
|
|
999
|
+
"value": "windows"
|
|
1000
1000
|
}
|
|
1001
1001
|
],
|
|
1002
1002
|
"previewFeatures": [
|
|
@@ -1065,8 +1065,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1065
1065
|
Object.assign(exports, Prisma)
|
|
1066
1066
|
|
|
1067
1067
|
// file annotations for bundling tools to include these files
|
|
1068
|
-
path.join(__dirname, "
|
|
1069
|
-
path.join(process.cwd(), "src/client/
|
|
1068
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1069
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1070
1070
|
// file annotations for bundling tools to include these files
|
|
1071
1071
|
path.join(__dirname, "schema.prisma");
|
|
1072
1072
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|