Skip to content

Commit 4cb2195

Browse files
committed
build: release v5.5.1
1 parent 0f4718d commit 4cb2195

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/utils/configurationLoader.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ export default class ConfigurationLoader {
1212
* @param {string} key
1313
* @param {boolean} defaultValue
1414
*/
15-
static "__#1@#loadBooleanValue"(config: Configuration, key: string, defaultValue: boolean): void;
15+
static "__#private@#loadBooleanValue"(config: Configuration, key: string, defaultValue: boolean): void;
1616
/**
1717
* @param {Configuration} config the client configuration
1818
* @returns {Configuration} sanitized configuration
1919
*/
20-
static "__#1@#loadUserSuppliedAuth"(config: Configuration): Configuration;
21-
static "__#1@#checkMandatoryVariables"(config: any, varNames: any): void;
20+
static "__#private@#loadUserSuppliedAuth"(config: Configuration): Configuration;
21+
static "__#private@#checkMandatoryVariables"(config: any, varNames: any): void;
2222
}
2323
//# sourceMappingURL=configurationLoader.d.ts.map

dist/utils/configurationLoader.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)