Soenneker.Blazor.LogJson 2.1.308

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.LogJson --version 2.1.308                
NuGet\Install-Package Soenneker.Blazor.LogJson -Version 2.1.308                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.LogJson" Version="2.1.308" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.LogJson --version 2.1.308                
#r "nuget: Soenneker.Blazor.LogJson, 2.1.308"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.LogJson as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.LogJson&version=2.1.308

// Install Soenneker.Blazor.LogJson as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.LogJson&version=2.1.308                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

Supports log levels, grouping, and all in a nice readable format:

alternate text is missing from this package README image

Installation

dotnet add package Soenneker.Blazor.LogJson
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddLogJson();
}
  1. Inject ILogJsonInterop within pages/components
@using Soenneker.Blazor.LogJson.Abstract
@inject ILogJsonInterop LogJsonInterop

Logging some JSON

var json = "{ 'this-is', 'someJson' }"
await LogJsonInterop.LogJson(json);

Logging requests

HttpContent content = new StringContent("{ 'this-is', 'someJson' }");
await LogJsonInterop.LogRequest($"https://google.com", content);

Logging responses

HttpResponseMessage response = await client.PostAsync(requestUri, content);
await LogJsonInterop.LogResponse(response);
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.LogJson:

Package Downloads
Soenneker.Blazor.ApiClient

A lightweight and efficient API client wrapper for Blazor applications, simplifying HTTP communication with support for asynchronous calls, cancellation tokens, and JSON serialization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.759 145 11/21/2024
3.0.758 94 11/21/2024
3.0.757 110 11/21/2024
3.0.756 157 11/20/2024
3.0.755 273 11/20/2024
3.0.754 161 11/20/2024
3.0.753 120 11/20/2024
3.0.752 107 11/20/2024
3.0.751 95 11/20/2024
3.0.750 137 11/20/2024
3.0.749 68 11/20/2024
3.0.748 158 11/20/2024
3.0.747 71 11/20/2024
3.0.746 72 11/20/2024
3.0.745 79 11/19/2024
3.0.744 67 11/19/2024
3.0.743 232 11/19/2024
3.0.742 72 11/19/2024
3.0.741 131 11/19/2024
3.0.740 134 11/19/2024
3.0.739 131 11/19/2024
3.0.738 61 11/19/2024
3.0.737 140 11/19/2024
3.0.736 198 11/15/2024
3.0.735 95 11/15/2024
3.0.734 66 11/15/2024
3.0.733 67 11/15/2024
3.0.732 114 11/15/2024
3.0.731 136 11/14/2024
3.0.730 65 11/14/2024
3.0.729 117 11/14/2024
3.0.728 66 11/14/2024
3.0.727 69 11/14/2024
3.0.726 111 11/14/2024
3.0.725 68 11/14/2024
3.0.724 132 11/14/2024
3.0.723 75 11/14/2024
3.0.722 191 11/14/2024
3.0.721 124 11/14/2024
3.0.720 101 11/14/2024
3.0.719 102 11/14/2024
3.0.718 63 11/14/2024
3.0.717 69 11/14/2024
3.0.716 69 11/14/2024
3.0.715 71 11/14/2024
3.0.714 69 11/14/2024
3.0.713 70 11/14/2024
3.0.712 69 11/14/2024
3.0.711 70 11/14/2024
2.1.710 284 11/13/2024
2.1.709 66 11/13/2024
2.1.708 116 11/13/2024
2.1.707 104 11/13/2024
2.1.706 194 11/13/2024
2.1.705 125 11/13/2024
2.1.704 75 11/13/2024
2.1.703 157 11/13/2024
2.1.702 68 11/13/2024
2.1.701 74 11/13/2024
2.1.700 75 11/12/2024
2.1.699 212 11/12/2024
2.1.698 79 11/12/2024
2.1.697 265 11/9/2024
2.1.696 138 11/9/2024
2.1.695 79 11/9/2024
2.1.694 228 11/9/2024
2.1.693 74 11/9/2024
2.1.692 171 11/9/2024
2.1.691 77 11/9/2024
2.1.690 189 11/8/2024
2.1.689 69 11/8/2024
2.1.688 85 11/8/2024
2.1.687 72 11/8/2024
2.1.686 115 11/8/2024
2.1.685 74 11/8/2024
2.1.684 79 11/8/2024
2.1.683 82 11/8/2024
2.1.682 296 11/8/2024
2.1.681 159 11/8/2024
2.1.680 69 11/8/2024
2.1.679 75 11/8/2024
2.1.678 251 11/6/2024
2.1.677 67 11/6/2024
2.1.676 330 11/1/2024
2.1.675 147 11/1/2024
2.1.674 134 11/1/2024
2.1.673 115 11/1/2024
2.1.672 163 11/1/2024
2.1.671 232 10/29/2024
2.1.670 103 10/29/2024
2.1.669 64 10/29/2024
2.1.668 105 10/29/2024
2.1.667 131 10/29/2024
2.1.666 130 10/29/2024
2.1.665 89 10/29/2024
2.1.664 178 10/29/2024
2.1.663 103 10/29/2024
2.1.662 195 10/29/2024
2.1.661 71 10/29/2024
2.1.660 226 10/29/2024
2.1.659 76 10/28/2024
2.1.658 337 10/26/2024
2.1.657 72 10/26/2024
2.1.656 199 10/26/2024
2.1.655 231 10/23/2024
2.1.654 123 10/22/2024
2.1.653 134 10/22/2024
2.1.652 199 10/22/2024
2.1.651 198 10/22/2024
2.1.650 81 10/22/2024
2.1.649 140 10/22/2024
2.1.648 72 10/22/2024
2.1.647 135 10/22/2024
2.1.646 187 10/22/2024
2.1.645 247 10/18/2024
2.1.644 172 10/17/2024
2.1.643 173 10/17/2024
2.1.642 208 10/15/2024
2.1.641 145 10/15/2024
2.1.640 119 10/15/2024
2.1.639 78 10/15/2024
2.1.638 157 10/15/2024
2.1.637 140 10/15/2024
2.1.636 138 10/14/2024
2.1.635 66 10/14/2024
2.1.634 299 10/12/2024
2.1.633 96 10/12/2024
2.1.632 117 10/12/2024
2.1.631 111 10/12/2024
2.1.630 116 10/11/2024
2.1.629 117 10/11/2024
2.1.628 75 10/11/2024
2.1.627 131 10/11/2024
2.1.626 157 10/9/2024
2.1.625 96 10/9/2024
2.1.624 103 10/9/2024
2.1.623 113 10/9/2024
2.1.622 139 10/9/2024
2.1.621 146 10/9/2024
2.1.620 84 10/9/2024
2.1.619 77 10/9/2024
2.1.618 133 10/8/2024
2.1.617 137 10/8/2024
2.1.616 78 10/8/2024
2.1.615 140 10/8/2024
2.1.614 116 10/8/2024
2.1.613 73 10/8/2024
2.1.612 79 10/8/2024
2.1.611 133 10/8/2024
2.1.610 76 10/8/2024
2.1.609 215 10/4/2024
2.1.608 105 10/3/2024
2.1.607 112 10/3/2024
2.1.606 70 10/3/2024
2.1.605 81 10/3/2024
2.1.604 79 10/3/2024
2.1.603 77 10/3/2024
2.1.602 73 10/3/2024
2.1.601 79 10/3/2024
2.1.600 166 10/2/2024
2.1.599 74 10/2/2024
2.1.598 82 10/2/2024
2.1.597 84 10/2/2024
2.1.596 81 10/2/2024
2.1.595 75 10/2/2024
2.1.594 82 10/2/2024
2.1.593 77 10/1/2024
2.1.592 122 10/1/2024
2.1.591 78 10/1/2024
2.1.590 75 10/1/2024
2.1.589 78 10/1/2024
2.1.588 74 10/1/2024
2.1.587 84 10/1/2024
2.1.586 81 9/29/2024
2.1.585 70 9/29/2024
2.1.584 76 9/29/2024
2.1.583 75 9/29/2024
2.1.582 76 9/29/2024
2.1.581 78 9/29/2024
2.1.580 77 9/29/2024
2.1.579 77 9/28/2024
2.1.578 90 9/27/2024
2.1.577 75 9/27/2024
2.1.576 78 9/27/2024
2.1.575 76 9/27/2024
2.1.574 79 9/27/2024
2.1.573 81 9/27/2024
2.1.572 73 9/27/2024
2.1.571 75 9/27/2024
2.1.570 71 9/27/2024
2.1.569 82 9/27/2024
2.1.568 90 9/27/2024
2.1.567 83 9/27/2024
2.1.566 80 9/27/2024
2.1.565 86 9/27/2024
2.1.564 73 9/26/2024
2.1.563 87 9/26/2024
2.1.562 75 9/26/2024
2.1.561 89 9/26/2024
2.1.560 77 9/26/2024
2.1.559 82 9/26/2024
2.1.558 81 9/26/2024
2.1.557 80 9/26/2024
2.1.556 77 9/26/2024
2.1.555 80 9/26/2024
2.1.554 76 9/26/2024
2.1.553 79 9/26/2024
2.1.552 78 9/26/2024
2.1.551 77 9/26/2024
2.1.550 92 9/24/2024
2.1.549 73 9/23/2024
2.1.548 81 9/23/2024
2.1.547 76 9/23/2024
2.1.546 76 9/23/2024
2.1.545 72 9/23/2024
2.1.544 76 9/23/2024
2.1.543 82 9/23/2024
2.1.542 80 9/23/2024
2.1.541 88 9/23/2024
2.1.540 80 9/23/2024
2.1.539 85 9/23/2024
2.1.538 80 9/23/2024
2.1.537 88 9/23/2024
2.1.536 77 9/23/2024
2.1.535 85 9/23/2024
2.1.534 75 9/23/2024
2.1.533 77 9/23/2024
2.1.532 82 9/22/2024
2.1.531 88 9/19/2024
2.1.530 82 9/18/2024
2.1.529 97 9/18/2024
2.1.528 86 9/18/2024
2.1.527 91 9/18/2024
2.1.526 91 9/18/2024
2.1.525 86 9/17/2024
2.1.522 89 9/17/2024
2.1.521 91 9/17/2024
2.1.520 95 9/17/2024
2.1.519 82 9/17/2024
2.1.518 84 9/17/2024
2.1.517 83 9/17/2024
2.1.516 80 9/17/2024
2.1.515 89 9/17/2024
2.1.514 79 9/17/2024
2.1.513 92 9/17/2024
2.1.512 84 9/17/2024
2.1.511 86 9/17/2024
2.1.510 91 9/16/2024
2.1.509 95 9/16/2024
2.1.508 102 9/16/2024
2.1.507 94 9/16/2024
2.1.506 90 9/16/2024
2.1.505 92 9/16/2024
2.1.504 107 9/13/2024
2.1.503 108 9/12/2024
2.1.502 106 9/12/2024
2.1.501 100 9/12/2024
2.1.500 92 9/12/2024
2.1.499 107 9/12/2024
2.1.498 99 9/12/2024
2.1.497 103 9/12/2024
2.1.496 95 9/11/2024
2.1.495 99 9/11/2024
2.1.494 99 9/11/2024
2.1.493 98 9/11/2024
2.1.492 102 9/11/2024
2.1.491 100 9/11/2024
2.1.490 105 9/11/2024
2.1.489 101 9/11/2024
2.1.488 96 9/11/2024
2.1.487 121 9/11/2024
2.1.486 100 9/10/2024
2.1.485 104 9/10/2024
2.1.484 97 9/10/2024
2.1.483 105 9/10/2024
2.1.482 102 9/10/2024
2.1.481 101 9/10/2024
2.1.480 111 9/10/2024
2.1.479 93 9/10/2024
2.1.478 105 9/10/2024
2.1.476 103 9/9/2024
2.1.475 100 9/9/2024
2.1.474 103 9/9/2024
2.1.473 108 9/9/2024
2.1.472 103 9/9/2024
2.1.471 95 9/9/2024
2.1.470 104 9/9/2024
2.1.469 103 9/9/2024
2.1.468 102 9/9/2024
2.1.467 106 9/9/2024
2.1.466 99 9/9/2024
2.1.465 94 9/9/2024
2.1.464 114 9/7/2024
2.1.463 104 9/7/2024
2.1.462 98 9/7/2024
2.1.461 96 9/7/2024
2.1.460 98 9/6/2024
2.1.459 98 9/6/2024
2.1.458 95 9/6/2024
2.1.457 98 9/6/2024
2.1.456 92 9/6/2024
2.1.455 97 9/6/2024
2.1.454 112 9/5/2024
2.1.453 90 9/5/2024
2.1.452 105 9/5/2024
2.1.451 94 9/5/2024
2.1.450 92 9/5/2024
2.1.449 97 9/5/2024
2.1.448 96 9/5/2024
2.1.447 95 9/5/2024
2.1.446 106 9/5/2024
2.1.445 101 9/5/2024
2.1.444 99 9/5/2024
2.1.443 102 9/4/2024
2.1.442 100 9/4/2024
2.1.441 131 9/4/2024
2.1.440 94 9/4/2024
2.1.439 106 9/4/2024
2.1.438 96 9/3/2024
2.1.437 95 9/3/2024
2.1.436 101 9/3/2024
2.1.435 99 9/3/2024
2.1.434 96 9/3/2024
2.1.433 97 9/3/2024
2.1.432 90 9/3/2024
2.1.431 97 8/30/2024
2.1.430 87 8/29/2024
2.1.429 85 8/29/2024
2.1.428 83 8/29/2024
2.1.426 127 8/26/2024
2.1.425 88 8/26/2024
2.1.424 100 8/26/2024
2.1.423 86 8/26/2024
2.1.422 115 8/22/2024
2.1.421 159 8/22/2024
2.1.420 117 8/21/2024
2.1.419 120 8/21/2024
2.1.418 119 8/21/2024
2.1.417 100 8/21/2024
2.1.416 110 8/21/2024
2.1.415 106 8/21/2024
2.1.414 117 8/21/2024
2.1.413 103 8/20/2024
2.1.412 120 8/20/2024
2.1.411 116 8/20/2024
2.1.410 103 8/20/2024
2.1.409 107 8/20/2024
2.1.408 98 8/20/2024
2.1.407 116 8/20/2024
2.1.406 110 8/20/2024
2.1.405 115 8/19/2024
2.1.404 133 8/15/2024
2.1.403 96 8/15/2024
2.1.402 108 8/15/2024
2.1.401 107 8/15/2024
2.1.400 109 8/15/2024
2.1.399 107 8/15/2024
2.1.398 98 8/15/2024
2.1.397 108 8/15/2024
2.1.396 106 8/14/2024
2.1.395 112 8/14/2024
2.1.394 107 8/14/2024
2.1.393 112 8/13/2024
2.1.392 110 8/13/2024
2.1.391 107 8/13/2024
2.1.390 108 8/13/2024
2.1.389 89 8/7/2024
2.1.388 89 8/7/2024
2.1.387 82 8/7/2024
2.1.386 83 8/6/2024
2.1.385 77 8/6/2024
2.1.384 86 8/6/2024
2.1.383 70 8/6/2024
2.1.382 108 8/1/2024
2.1.381 69 8/1/2024
2.1.380 61 8/1/2024
2.1.379 60 8/1/2024
2.1.378 58 8/1/2024
2.1.377 66 8/1/2024
2.1.376 76 8/1/2024
2.1.375 99 7/25/2024
2.1.374 74 7/25/2024
2.1.373 69 7/25/2024
2.1.372 71 7/25/2024
2.1.371 67 7/25/2024
2.1.370 101 7/25/2024
2.1.369 76 7/25/2024
2.1.368 79 7/25/2024
2.1.367 72 7/25/2024
2.1.366 102 7/25/2024
2.1.365 70 7/25/2024
2.1.364 73 7/25/2024
2.1.363 75 7/25/2024
2.1.362 83 7/25/2024
2.1.361 73 7/25/2024
2.1.360 76 7/24/2024
2.1.359 75 7/24/2024
2.1.358 61 7/24/2024
2.1.357 70 7/24/2024
2.1.356 102 7/23/2024
2.1.355 75 7/23/2024
2.1.354 99 7/20/2024
2.1.353 96 7/20/2024
2.1.352 95 7/20/2024
2.1.351 95 7/20/2024
2.1.350 123 7/17/2024
2.1.349 81 7/17/2024
2.1.348 85 7/17/2024
2.1.347 73 7/17/2024
2.1.346 102 7/15/2024
2.1.345 88 7/14/2024
2.1.344 87 7/14/2024
2.1.343 95 7/14/2024
2.1.342 81 7/14/2024
2.1.341 84 7/14/2024
2.1.340 89 7/14/2024
2.1.339 77 7/14/2024
2.1.338 96 7/12/2024
2.1.337 103 7/11/2024
2.1.336 95 7/10/2024
2.1.335 95 7/10/2024
2.1.334 99 7/10/2024
2.1.333 81 7/10/2024
2.1.332 81 7/10/2024
2.1.331 90 7/10/2024
2.1.330 90 7/10/2024
2.1.329 89 7/10/2024
2.1.328 75 7/10/2024
2.1.327 93 7/10/2024
2.1.326 83 7/10/2024
2.1.325 79 7/10/2024
2.1.324 78 7/10/2024
2.1.323 94 7/10/2024
2.1.322 91 7/10/2024
2.1.321 92 7/10/2024
2.1.320 94 7/10/2024
2.1.319 88 7/10/2024
2.1.318 105 7/9/2024
2.1.315 80 7/9/2024
2.1.314 88 7/9/2024
2.1.313 89 7/9/2024
2.1.312 80 7/9/2024
2.1.311 75 7/9/2024
2.1.310 77 7/9/2024
2.1.309 98 7/9/2024
2.1.308 92 7/9/2024
2.1.307 86 7/9/2024
2.1.306 95 7/9/2024
2.1.305 92 7/9/2024
2.1.304 84 7/9/2024
2.1.303 79 7/9/2024
2.1.302 97 7/9/2024
2.1.301 90 7/9/2024
2.1.300 97 7/8/2024
2.1.299 87 7/8/2024
2.1.298 87 7/8/2024
2.1.296 100 7/8/2024
2.1.295 94 7/8/2024
2.1.294 116 7/8/2024
2.1.293 90 7/8/2024
2.1.292 92 7/8/2024
2.1.291 100 7/7/2024
2.1.290 91 7/7/2024
2.1.289 95 7/7/2024
2.1.288 89 7/7/2024
2.1.287 98 7/7/2024
2.1.286 100 7/7/2024
2.1.285 101 7/7/2024
2.1.284 98 7/7/2024
2.1.283 103 7/5/2024
2.1.282 101 7/4/2024
2.1.281 117 7/4/2024
2.1.280 108 7/3/2024
2.1.279 93 7/3/2024
2.1.278 100 7/3/2024
2.1.277 99 7/3/2024
2.1.276 92 7/3/2024
2.1.275 100 7/3/2024
2.1.274 101 7/3/2024
2.1.273 97 7/3/2024
2.1.272 97 7/3/2024
2.1.271 82 7/3/2024
2.1.270 96 7/3/2024
2.1.269 106 7/3/2024
2.1.268 86 7/3/2024
2.1.267 92 7/3/2024
2.1.266 105 7/1/2024
2.1.265 92 6/30/2024
2.1.264 86 6/30/2024
2.1.263 87 6/28/2024
2.1.262 89 6/28/2024
2.1.261 94 6/28/2024
2.1.260 91 6/28/2024
2.1.259 89 6/27/2024
2.1.257 96 6/27/2024
2.1.256 103 6/27/2024
2.1.255 96 6/25/2024
2.1.254 98 6/24/2024
2.1.253 89 6/24/2024
2.1.252 110 6/22/2024
2.1.251 114 6/15/2024
2.1.250 87 6/15/2024
2.1.249 92 6/14/2024
2.1.248 112 6/10/2024
2.1.247 99 6/10/2024
2.1.246 96 6/10/2024
2.1.245 112 6/1/2024
2.1.244 95 6/1/2024
2.1.243 102 6/1/2024
2.1.242 96 6/1/2024
2.1.241 110 5/31/2024
2.1.240 101 5/29/2024
2.1.239 90 5/28/2024
2.1.238 109 5/28/2024
2.1.237 93 5/27/2024
2.1.236 90 5/26/2024
2.1.235 92 5/26/2024
2.1.234 98 5/26/2024
2.1.233 105 5/25/2024
2.1.232 103 5/25/2024
2.1.231 98 5/25/2024
2.1.230 98 5/25/2024
2.1.229 102 5/25/2024
2.1.228 98 5/25/2024
2.1.227 98 5/23/2024
2.1.226 100 5/23/2024
2.1.225 94 5/23/2024
2.1.224 104 5/22/2024
2.1.223 99 5/22/2024
2.1.222 102 5/22/2024
2.1.221 93 5/22/2024
2.1.220 91 5/18/2024
2.1.219 81 5/18/2024
2.1.218 96 5/17/2024
2.1.217 106 5/16/2024
2.1.216 89 5/15/2024
2.1.215 91 5/15/2024
2.1.214 67 5/14/2024
2.1.213 104 5/13/2024
2.1.212 126 4/29/2024
2.1.211 99 4/29/2024
2.1.210 107 4/28/2024
2.1.209 90 4/28/2024
2.1.208 95 4/28/2024
2.1.207 91 4/28/2024
2.1.206 88 4/28/2024
2.1.205 88 4/28/2024
2.1.204 105 4/28/2024
2.1.203 100 4/27/2024
2.1.202 101 4/27/2024
2.1.201 131 4/19/2024
2.1.200 90 4/18/2024
2.1.199 136 4/12/2024
2.1.198 95 4/12/2024
2.1.197 103 4/12/2024
2.1.196 98 4/12/2024
2.1.195 101 4/12/2024
2.1.194 100 4/12/2024
2.1.193 103 4/11/2024
2.1.192 100 4/10/2024
2.1.191 101 4/9/2024
2.1.190 103 4/9/2024
2.1.189 164 4/2/2024
2.1.188 107 4/1/2024
2.1.187 95 3/29/2024
2.1.186 101 3/25/2024
2.1.185 103 3/25/2024
2.1.184 116 3/20/2024
2.1.183 137 3/19/2024
2.1.182 119 3/19/2024
2.1.181 121 3/18/2024
2.1.180 143 3/15/2024
2.1.179 115 3/13/2024
2.1.178 104 3/13/2024
2.1.177 111 3/13/2024
2.1.176 113 3/13/2024
2.1.175 123 3/12/2024
2.1.174 97 3/12/2024
2.1.173 99 3/12/2024
2.1.172 107 3/11/2024
2.1.171 138 3/11/2024
2.1.170 106 3/10/2024
2.1.169 119 3/8/2024
2.1.168 104 3/8/2024
2.1.167 115 3/8/2024
2.1.166 136 3/6/2024
2.1.165 129 3/4/2024
2.1.164 120 3/4/2024
2.1.163 128 3/2/2024
2.1.162 107 3/2/2024
2.1.161 102 3/2/2024
2.1.160 123 3/2/2024
2.1.159 112 3/2/2024
2.1.158 120 2/29/2024
2.1.157 112 2/29/2024
2.1.156 106 2/29/2024
2.1.155 201 2/26/2024
2.1.154 105 2/25/2024
2.1.153 107 2/25/2024
2.1.152 122 2/23/2024
2.1.151 137 2/22/2024
2.1.150 111 2/22/2024
2.1.149 113 2/22/2024
2.1.148 132 2/21/2024
2.1.147 113 2/21/2024
2.1.146 119 2/21/2024
2.1.145 103 2/21/2024
2.1.144 107 2/21/2024
2.1.143 111 2/21/2024
2.1.142 105 2/21/2024
2.1.141 107 2/20/2024
2.1.140 100 2/20/2024
2.1.139 96 2/20/2024
2.1.138 98 2/19/2024
2.1.137 109 2/19/2024
2.1.136 109 2/17/2024
2.1.135 99 2/17/2024
2.1.134 102 2/16/2024
2.1.133 100 2/16/2024
2.1.132 108 2/16/2024
2.1.131 116 2/16/2024
2.1.130 94 2/16/2024
2.1.129 103 2/16/2024
2.1.128 152 2/14/2024
2.1.127 120 2/13/2024
2.1.126 108 2/13/2024
2.1.125 98 2/13/2024
2.1.124 106 2/13/2024
2.1.123 109 2/13/2024
2.1.122 112 2/13/2024
2.1.121 145 2/12/2024
2.1.120 108 2/11/2024
2.1.119 110 2/11/2024
2.1.118 106 2/11/2024
2.1.117 102 2/10/2024
2.1.116 110 2/9/2024
2.1.115 106 2/9/2024
2.1.114 114 2/9/2024
2.1.113 107 2/8/2024
2.1.112 115 2/8/2024
2.1.111 113 2/8/2024
2.1.110 106 2/8/2024
2.1.109 119 2/7/2024
2.1.108 108 2/7/2024
2.1.107 107 2/7/2024
2.1.106 111 2/7/2024
2.1.105 110 2/7/2024
2.1.104 112 2/6/2024
2.1.103 118 2/6/2024
2.1.102 122 2/6/2024
2.1.101 114 2/5/2024
2.1.100 109 2/4/2024
2.1.99 112 2/2/2024
2.1.98 186 1/31/2024
2.1.97 124 1/29/2024
2.1.96 108 1/29/2024
2.1.95 106 1/29/2024
2.1.94 108 1/29/2024
2.1.93 118 1/28/2024
2.1.92 100 1/28/2024
2.1.91 111 1/28/2024
2.1.90 104 1/28/2024
2.1.89 104 1/27/2024
2.1.88 108 1/27/2024
2.1.87 107 1/27/2024
2.1.86 104 1/27/2024
2.1.85 102 1/27/2024
2.1.84 102 1/26/2024
2.1.83 109 1/26/2024
2.1.82 111 1/26/2024
2.1.81 108 1/26/2024
2.1.80 105 1/26/2024
2.1.79 113 1/26/2024
2.1.78 107 1/25/2024
2.1.77 104 1/25/2024
2.1.76 108 1/25/2024
2.1.75 106 1/25/2024
2.1.74 109 1/25/2024
2.1.73 117 1/19/2024
2.1.72 129 1/15/2024
2.1.71 115 1/15/2024
2.1.70 117 1/15/2024
2.1.69 125 1/15/2024
2.1.68 112 1/15/2024
2.1.67 130 1/14/2024
2.1.66 115 1/13/2024
2.1.65 118 1/12/2024
2.1.64 119 1/11/2024
2.1.63 119 1/9/2024
2.1.62 135 1/7/2024
2.1.61 124 1/5/2024
2.1.60 119 1/5/2024
2.1.59 119 1/5/2024
2.1.58 141 1/5/2024
2.1.57 151 1/1/2024
2.1.56 122 12/28/2023
2.1.55 126 12/28/2023
2.1.54 131 12/27/2023
2.1.53 125 12/27/2023
2.1.52 118 12/27/2023
2.1.51 122 12/25/2023
2.1.50 131 12/25/2023
2.1.49 119 12/25/2023
2.1.48 125 12/25/2023
2.1.47 128 12/25/2023
2.1.46 126 12/25/2023
2.1.45 118 12/24/2023
2.1.44 126 12/23/2023
2.1.43 123 12/23/2023
2.1.42 120 12/23/2023
2.1.41 122 12/23/2023
2.1.40 124 12/23/2023
2.1.39 109 12/23/2023
2.1.38 137 12/19/2023
2.1.37 172 12/10/2023
2.1.36 131 12/10/2023
2.1.35 117 12/9/2023
2.1.34 141 12/9/2023
2.1.33 124 12/9/2023
2.1.32 154 12/6/2023
2.1.31 126 12/5/2023
2.1.30 161 12/4/2023
2.1.29 141 12/4/2023
2.1.28 144 12/4/2023
2.1.27 139 12/4/2023
2.1.26 190 11/23/2023
2.1.25 136 11/23/2023
2.1.24 118 11/23/2023
2.1.23 132 11/23/2023
2.1.22 149 11/23/2023
2.1.21 144 11/20/2023
2.1.20 120 11/20/2023
2.1.19 129 11/19/2023
2.1.18 122 11/19/2023
2.1.17 134 11/19/2023
2.1.16 124 11/18/2023
2.1.15 127 11/18/2023
2.1.14 140 11/18/2023
2.1.13 152 11/18/2023
2.1.12 133 11/18/2023
2.1.11 120 11/17/2023
2.1.10 142 11/17/2023
2.1.9 117 11/17/2023
2.1.8 130 11/17/2023
2.1.7 132 11/17/2023
2.1.6 138 11/17/2023
2.1.5 126 11/17/2023
2.1.4 130 11/17/2023
2.1.3 134 11/16/2023
2.0.60 129 11/16/2023
2.0.59 131 11/16/2023
2.0.58 120 11/16/2023
2.0.57 130 11/15/2023
2.0.2 132 11/16/2023
2.0.1 129 11/16/2023
1.0.56 130 11/15/2023
1.0.55 112 11/14/2023
1.0.54 121 11/13/2023
1.0.53 142 11/10/2023
1.0.52 144 11/9/2023
1.0.51 107 11/8/2023
1.0.50 133 11/7/2023
1.0.49 138 11/6/2023
1.0.48 151 11/3/2023
1.0.47 140 11/2/2023
1.0.46 180 10/27/2023
1.0.45 155 10/25/2023
1.0.44 157 10/20/2023
1.0.43 157 10/19/2023
1.0.42 153 10/18/2023
1.0.41 149 10/17/2023
1.0.40 181 10/16/2023
1.0.39 162 10/13/2023
1.0.38 178 10/11/2023
1.0.37 186 9/21/2023
1.0.36 146 9/20/2023
1.0.35 146 9/19/2023
1.0.34 143 9/19/2023
1.0.33 160 9/15/2023
1.0.32 167 9/13/2023
1.0.31 224 9/1/2023
1.0.30 161 8/31/2023
1.0.29 163 8/30/2023
1.0.28 170 8/29/2023
1.0.27 163 8/28/2023
1.0.26 166 8/25/2023
1.0.25 181 8/22/2023
1.0.24 178 8/21/2023
1.0.23 148 8/18/2023
1.0.22 167 8/17/2023
1.0.21 219 8/11/2023
1.0.20 177 8/10/2023
1.0.19 184 8/9/2023
1.0.18 167 8/9/2023
1.0.17 441 5/24/2023
1.0.16 177 5/23/2023
1.0.15 163 5/23/2023
1.0.14 276 4/28/2023
1.0.13 270 4/12/2023
1.0.12 204 4/12/2023
1.0.11 203 4/11/2023
1.0.10 223 4/3/2023
1.0.9 240 3/23/2023
1.0.8 248 3/23/2023
1.0.7 246 3/23/2023
1.0.5 458 1/19/2023
1.0.4 320 1/14/2023
1.0.3 300 1/10/2023
1.0.2 303 1/10/2023