@a_team/prisma 3.7.0-macos → 3.7.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
|
@@ -557,11 +557,7 @@ const config = {
|
|
|
557
557
|
"binaryTargets": [
|
|
558
558
|
{
|
|
559
559
|
"fromEnvVar": null,
|
|
560
|
-
"value": "
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"fromEnvVar": null,
|
|
564
|
-
"value": "darwin-arm64"
|
|
560
|
+
"value": "windows"
|
|
565
561
|
}
|
|
566
562
|
],
|
|
567
563
|
"previewFeatures": [
|
|
@@ -630,12 +626,8 @@ exports.PrismaClient = PrismaClient
|
|
|
630
626
|
Object.assign(exports, Prisma)
|
|
631
627
|
|
|
632
628
|
// file annotations for bundling tools to include these files
|
|
633
|
-
path.join(__dirname, "
|
|
634
|
-
path.join(process.cwd(), "src/client/
|
|
635
|
-
|
|
636
|
-
// file annotations for bundling tools to include these files
|
|
637
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
638
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
629
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
630
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
639
631
|
// file annotations for bundling tools to include these files
|
|
640
632
|
path.join(__dirname, "schema.prisma");
|
|
641
633
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|