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