Skip to content

Commit

Permalink
last bump
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne committed Oct 10, 2024
1 parent fa161dc commit 1b88180
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion samples/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="EphemeralMongo6.runtime.osx-x64" Version="1.0.0" Condition="$([MSBuild]::IsOSPlatform('OSX'))"/>
<PackageReference Include="EphemeralMongo6.runtime.win-x64" Version="1.1.3" Condition="$([MSBuild]::IsOSPlatform('Windows'))"/>
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2"/>
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.3"/>
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4"/>
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0"/>
<PackageReference Include="Serilog.Sinks.MongoDB" Version="6.0.0" />
</ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions src/Serilog.Ui.MySqlProvider/MySqlQueryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public override string BuildFetchLogsQuery(SinkColumnNames columns, string schem
{
StringBuilder queryStr = new();

GenerateSelectClause(queryStr, columns, schema, tableName);
GenerateSelectClause(queryStr, columns, tableName);

GenerateWhereClause(queryStr, columns, query.Level, query.SearchCriteria, query.StartDate, query.EndDate);

Expand Down Expand Up @@ -53,9 +53,8 @@ protected override string GenerateSortClause(SinkColumnNames columns, SearchOpti
/// </summary>
/// <param name="queryBuilder">The StringBuilder to append the SELECT clause to.</param>
/// <param name="columns">The column names used in the sink for logging.</param>
/// <param name="schema">The schema of the table.</param>
/// <param name="tableName">The name of the table.</param>
private static void GenerateSelectClause(StringBuilder queryBuilder, SinkColumnNames columns, string schema, string tableName)
private static void GenerateSelectClause(StringBuilder queryBuilder, SinkColumnNames columns, string tableName)
{
if (typeof(TModel) != typeof(MySqlLogModel))
{
Expand Down
6 changes: 3 additions & 3 deletions src/Serilog.Ui.Web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2",
"version": "3.1.0",
"name": "serilog-ui",
"private": true,
"type": "module",
Expand All @@ -20,7 +20,7 @@
"@mantine/hooks": "^7.13.2",
"@mantine/notifications": "^7.13.2",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query": "^5.59.8",
"dayjs": "^1.11.13",
"jose": "^5.9.3",
"react": "^18.3.1",
Expand Down Expand Up @@ -63,7 +63,7 @@
"prettier-plugin-organize-imports": "^4.1.0",
"shiki": "^1.22.0",
"testing-library-selector": "^0.3.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.8.0",
Expand Down
26 changes: 13 additions & 13 deletions src/Serilog.Ui.Web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -955,17 +955,17 @@
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.19.0.tgz#5998b0557ef34572e003f2d75ac95e7c04f88c81"
integrity sha512-A4WEWqpdbTfnpFEtwXqwAe9qf9sp1yRPvzppqAuwcoF0q5YInqB+JkJtSFToCyBpPVeLxJUxxkapLvt2qQgnag==

"@tanstack/[email protected].0":
version "5.59.0"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.59.0.tgz#d8323f1c6eb0e573ab0aa85a7b7690d0c263818a"
integrity sha512-WGD8uIhX6/deH/tkZqPNcRyAhDUqs729bWKoByYHSogcshXfFbppOdTER5+qY7mFvu8KEFJwT0nxr8RfPTVh0Q==
"@tanstack/[email protected].6":
version "5.59.6"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.59.6.tgz#96bf2cc00f2bbd111def52134f10d50e6c1235dd"
integrity sha512-g58YTHe4ClRrjJ50GY9fas/0zARJVozY0Hs+hcSBOmwZaeKY+to0/LX8wKnnH/EJiLYcC1sHmE11CAS3ncfZBg==

"@tanstack/react-query@^5.59.0":
version "5.59.0"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.59.0.tgz#5dcc21cfb85ecad6dcb1bf2a616d2820c0b49754"
integrity sha512-YDXp3OORbYR+8HNQx+lf4F73NoiCmCcSvZvgxE29OifmQFk0sBlO26NWLHpcNERo92tVk3w+JQ53/vkcRUY1hA==
"@tanstack/react-query@^5.59.8":
version "5.59.8"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.59.8.tgz#ae00d67235be9fb6ce79779faa84228e69676041"
integrity sha512-jkvObpbjBL6P/PHFIjvNGG19XyhI8sjP6/Mw7CbmgT6SAps/5fZY5pxDicRwAt1YGCiEQvwrJQ6IdbZ8j5CVfw==
dependencies:
"@tanstack/query-core" "5.59.0"
"@tanstack/query-core" "5.59.6"

"@testing-library/dom@^10.4.0":
version "10.4.0"
Expand Down Expand Up @@ -4689,10 +4689,10 @@ typescript-eslint@^8.8.1:
"@typescript-eslint/parser" "8.8.1"
"@typescript-eslint/utils" "8.8.1"

typescript@^5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
typescript@^5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 1b88180

Please sign in to comment.