@a_team/prisma 3.4.6-macos → 3.4.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
|
@@ -439,11 +439,7 @@ const config = {
|
|
|
439
439
|
"binaryTargets": [
|
|
440
440
|
{
|
|
441
441
|
"fromEnvVar": null,
|
|
442
|
-
"value": "
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"fromEnvVar": null,
|
|
446
|
-
"value": "darwin-arm64"
|
|
442
|
+
"value": "windows"
|
|
447
443
|
}
|
|
448
444
|
],
|
|
449
445
|
"previewFeatures": [
|
|
@@ -511,12 +507,8 @@ exports.PrismaClient = PrismaClient
|
|
|
511
507
|
Object.assign(exports, Prisma)
|
|
512
508
|
|
|
513
509
|
// file annotations for bundling tools to include these files
|
|
514
|
-
path.join(__dirname, "
|
|
515
|
-
path.join(process.cwd(), "src/client/
|
|
516
|
-
|
|
517
|
-
// file annotations for bundling tools to include these files
|
|
518
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
519
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
510
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
511
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
520
512
|
// file annotations for bundling tools to include these files
|
|
521
513
|
path.join(__dirname, "schema.prisma");
|
|
522
514
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|