@a_team/prisma 3.2.4-linux-debian → 3.2.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
|
@@ -359,7 +359,7 @@ const config = {
|
|
|
359
359
|
"binaryTargets": [
|
|
360
360
|
{
|
|
361
361
|
"fromEnvVar": null,
|
|
362
|
-
"value": "
|
|
362
|
+
"value": "windows"
|
|
363
363
|
}
|
|
364
364
|
],
|
|
365
365
|
"previewFeatures": [
|
|
@@ -427,8 +427,8 @@ exports.PrismaClient = PrismaClient
|
|
|
427
427
|
Object.assign(exports, Prisma)
|
|
428
428
|
|
|
429
429
|
// file annotations for bundling tools to include these files
|
|
430
|
-
path.join(__dirname, "
|
|
431
|
-
path.join(process.cwd(), "src/client/
|
|
430
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
431
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
432
432
|
// file annotations for bundling tools to include these files
|
|
433
433
|
path.join(__dirname, "schema.prisma");
|
|
434
434
|
path.join(process.cwd(), "src/client/schema.prisma")
|