Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action

This commit is contained in:
Dean 2023-07-14 09:11:48 +01:00
commit 06e516ee70
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"version": "2.8.10-alpha.0",
"version": "2.8.10-alpha.1",
"npmClient": "yarn",
"packages": [
"packages/*"

View File

@ -63,7 +63,7 @@ interface NTLMMSSQLConfig extends BasicMSSQLConfig {
}
type MSSQLConfig =
| (BasicMSSQLConfig & { authType: undefined })
| (BasicMSSQLConfig & { authType?: undefined })
| AzureADMSSQLConfig
| NTLMMSSQLConfig