@a_team/prisma 3.2.5-macos → 3.2.5-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
|
@@ -378,7 +378,7 @@ const config = {
|
|
|
378
378
|
"binaryTargets": [
|
|
379
379
|
{
|
|
380
380
|
"fromEnvVar": null,
|
|
381
|
-
"value": "
|
|
381
|
+
"value": "windows"
|
|
382
382
|
}
|
|
383
383
|
],
|
|
384
384
|
"previewFeatures": [
|
|
@@ -446,8 +446,8 @@ exports.PrismaClient = PrismaClient
|
|
|
446
446
|
Object.assign(exports, Prisma)
|
|
447
447
|
|
|
448
448
|
// file annotations for bundling tools to include these files
|
|
449
|
-
path.join(__dirname, "
|
|
450
|
-
path.join(process.cwd(), "src/client/
|
|
449
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
450
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
451
451
|
// file annotations for bundling tools to include these files
|
|
452
452
|
path.join(__dirname, "schema.prisma");
|
|
453
453
|
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