@a_team/prisma 3.9.4-macos → 3.9.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
|
@@ -581,11 +581,7 @@ const config = {
|
|
|
581
581
|
"binaryTargets": [
|
|
582
582
|
{
|
|
583
583
|
"fromEnvVar": null,
|
|
584
|
-
"value": "
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"fromEnvVar": null,
|
|
588
|
-
"value": "darwin-arm64"
|
|
584
|
+
"value": "windows"
|
|
589
585
|
}
|
|
590
586
|
],
|
|
591
587
|
"previewFeatures": [
|
|
@@ -654,12 +650,8 @@ exports.PrismaClient = PrismaClient
|
|
|
654
650
|
Object.assign(exports, Prisma)
|
|
655
651
|
|
|
656
652
|
// file annotations for bundling tools to include these files
|
|
657
|
-
path.join(__dirname, "
|
|
658
|
-
path.join(process.cwd(), "src/client/
|
|
659
|
-
|
|
660
|
-
// file annotations for bundling tools to include these files
|
|
661
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
662
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
653
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
654
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
663
655
|
// file annotations for bundling tools to include these files
|
|
664
656
|
path.join(__dirname, "schema.prisma");
|
|
665
657
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|