@a_team/prisma 3.8.6-macos → 3.8.6-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
|
@@ -564,11 +564,7 @@ const config = {
|
|
|
564
564
|
"binaryTargets": [
|
|
565
565
|
{
|
|
566
566
|
"fromEnvVar": null,
|
|
567
|
-
"value": "
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"fromEnvVar": null,
|
|
571
|
-
"value": "darwin-arm64"
|
|
567
|
+
"value": "windows"
|
|
572
568
|
}
|
|
573
569
|
],
|
|
574
570
|
"previewFeatures": [
|
|
@@ -637,12 +633,8 @@ exports.PrismaClient = PrismaClient
|
|
|
637
633
|
Object.assign(exports, Prisma)
|
|
638
634
|
|
|
639
635
|
// file annotations for bundling tools to include these files
|
|
640
|
-
path.join(__dirname, "
|
|
641
|
-
path.join(process.cwd(), "src/client/
|
|
642
|
-
|
|
643
|
-
// file annotations for bundling tools to include these files
|
|
644
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
645
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
636
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
637
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
646
638
|
// file annotations for bundling tools to include these files
|
|
647
639
|
path.join(__dirname, "schema.prisma");
|
|
648
640
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|