@hastehaul/common 2.0.41 → 2.0.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,5 +6,5 @@ export declare function hasElapsed(expirationDate: Date): boolean;
6
6
  export declare function colorize(text: string, colorCode: number): string;
7
7
  export declare function formatDatetimeToHumanReadable(datetime: Date, format?: string): string;
8
8
  export declare function generateIdentifier(messageContent: string): string;
9
- export declare function getValueFromSettings(settings: Setting[], key: string, envVar: string, defaultValue: any): any;
9
+ export declare function getValueFromSettings(settings: Setting[], key: string, envVar?: string, defaultValue?: any): any;
10
10
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.41",
3
+ "version": "2.0.43",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",