Comparing version 9.0.1 to 9.1.0
@@ -117,2 +117,5 @@ 'use strict' | ||
case 'authentication': | ||
Object.assign(config.authentication, { | ||
type: value | ||
}) | ||
break | ||
@@ -137,2 +140,12 @@ case 'column encryption setting': | ||
break | ||
case 'client id': | ||
Object.assign(config.authentication.options, { | ||
clientId: value | ||
}) | ||
break | ||
case 'client secret': | ||
Object.assign(config.authentication.options, { | ||
clientSecret: value | ||
}) | ||
break | ||
case 'current language': | ||
@@ -227,2 +240,12 @@ Object.assign(config.options, { | ||
break | ||
case 'tenant id': | ||
Object.assign(config.authentication.options, { | ||
tenantId: value | ||
}) | ||
break | ||
case 'token': | ||
Object.assign(config.authentication.options, { | ||
token: value | ||
}) | ||
break | ||
case 'transaction binding': | ||
@@ -284,3 +307,3 @@ Object.assign(config.options, { | ||
return config | ||
}, { options: {}, pool: {} }) | ||
}, { authentication: { options: {} }, options: {}, pool: {} }) | ||
} | ||
@@ -287,0 +310,0 @@ |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ MIT License |
@@ -24,3 +24,3 @@ { | ||
], | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"main": "index.js", | ||
@@ -27,0 +27,0 @@ "repository": "github:tediousjs/node-mssql", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4693
2124
230558
33