@a_team/prisma 3.4.4-macos → 3.4.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
|
@@ -446,11 +446,7 @@ const config = {
|
|
|
446
446
|
"binaryTargets": [
|
|
447
447
|
{
|
|
448
448
|
"fromEnvVar": null,
|
|
449
|
-
"value": "
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"fromEnvVar": null,
|
|
453
|
-
"value": "darwin-arm64"
|
|
449
|
+
"value": "windows"
|
|
454
450
|
}
|
|
455
451
|
],
|
|
456
452
|
"previewFeatures": [
|
|
@@ -518,12 +514,8 @@ exports.PrismaClient = PrismaClient
|
|
|
518
514
|
Object.assign(exports, Prisma)
|
|
519
515
|
|
|
520
516
|
// file annotations for bundling tools to include these files
|
|
521
|
-
path.join(__dirname, "
|
|
522
|
-
path.join(process.cwd(), "src/client/
|
|
523
|
-
|
|
524
|
-
// file annotations for bundling tools to include these files
|
|
525
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
526
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
517
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
518
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
527
519
|
// file annotations for bundling tools to include these files
|
|
528
520
|
path.join(__dirname, "schema.prisma");
|
|
529
521
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|