@a_team/prisma 3.2.6-macos → 3.2.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
|
@@ -380,7 +380,7 @@ const config = {
|
|
|
380
380
|
"binaryTargets": [
|
|
381
381
|
{
|
|
382
382
|
"fromEnvVar": null,
|
|
383
|
-
"value": "
|
|
383
|
+
"value": "windows"
|
|
384
384
|
}
|
|
385
385
|
],
|
|
386
386
|
"previewFeatures": [
|
|
@@ -448,8 +448,8 @@ exports.PrismaClient = PrismaClient
|
|
|
448
448
|
Object.assign(exports, Prisma)
|
|
449
449
|
|
|
450
450
|
// file annotations for bundling tools to include these files
|
|
451
|
-
path.join(__dirname, "
|
|
452
|
-
path.join(process.cwd(), "src/client/
|
|
451
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
452
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
453
453
|
// file annotations for bundling tools to include these files
|
|
454
454
|
path.join(__dirname, "schema.prisma");
|
|
455
455
|
path.join(process.cwd(), "src/client/schema.prisma")
|
package/dist/client/{libquery_engine-darwin-arm64.dylib.node → query_engine-windows.dll.node}
RENAMED
|
Binary file
|
package/package.json
CHANGED