@a_team/prisma 3.6.2-macos → 3.6.2-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
|
@@ -511,11 +511,7 @@ const config = {
|
|
|
511
511
|
"binaryTargets": [
|
|
512
512
|
{
|
|
513
513
|
"fromEnvVar": null,
|
|
514
|
-
"value": "
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"fromEnvVar": null,
|
|
518
|
-
"value": "darwin-arm64"
|
|
514
|
+
"value": "windows"
|
|
519
515
|
}
|
|
520
516
|
],
|
|
521
517
|
"previewFeatures": [
|
|
@@ -583,12 +579,8 @@ exports.PrismaClient = PrismaClient
|
|
|
583
579
|
Object.assign(exports, Prisma)
|
|
584
580
|
|
|
585
581
|
// file annotations for bundling tools to include these files
|
|
586
|
-
path.join(__dirname, "
|
|
587
|
-
path.join(process.cwd(), "src/client/
|
|
588
|
-
|
|
589
|
-
// file annotations for bundling tools to include these files
|
|
590
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
591
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
582
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
583
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
592
584
|
// file annotations for bundling tools to include these files
|
|
593
585
|
path.join(__dirname, "schema.prisma");
|
|
594
586
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|