diff --git a/README.md b/README.md index c07f056..0b69683 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ const logger = new Logger(__dirname + "logs.json"); **Returns:** [_Logger_](https://github.com/YashTotale/logger/tree/main/docs/classes/logger.md) -Defined in: [index.ts:71](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L71) +Defined in: [index.ts:71](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L71) ### Properties @@ -91,7 +91,7 @@ console.log(Logger.COLORS.Dim + "Dim log" + Logger.COLORS.Reset); | `Reverse` | _string_ | | `Underscore` | _string_ | -Defined in: [index.ts:32](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L32) +Defined in: [index.ts:32](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L32) ### Accessors @@ -109,7 +109,7 @@ const logs = logger.logs; **Returns:** [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)[] -Defined in: [index.ts:97](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L97) +Defined in: [index.ts:97](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L97) --- @@ -127,7 +127,7 @@ const logsPath = logger.logsPath; **Returns:** _string_ -Defined in: [index.ts:110](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L110) +Defined in: [index.ts:110](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L110) • **logsPath**(`logsPath`: _string_): _void_ @@ -147,7 +147,7 @@ logger.logsPath = __dirname + "logs.json"; **Returns:** _void_ -Defined in: [index.ts:123](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L123) +Defined in: [index.ts:123](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L123) ### Methods @@ -171,7 +171,7 @@ await logger.log("hi"); **Returns:** _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> -Defined in: [index.ts:137](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L137) +Defined in: [index.ts:137](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L137) ▸ **log**(`message`: _any_, `writeToFile`: _true_, `type?`: _success_ \| _info_ \| _error_ \| _warn_, `extra?`: _unknown_): _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> @@ -206,7 +206,7 @@ await logger.log("hi", true, "success", "extra info that is not logged"); **Returns:** _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> -Defined in: [index.ts:159](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L159) +Defined in: [index.ts:159](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L159) ▸ **log**(`message`: _any_, `writeToFile`: _false_, `type?`: _success_ \| _info_ \| _error_ \| _warn_): [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md) @@ -234,7 +234,7 @@ logger.log("hi", false, "info"); **Returns:** [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md) -Defined in: [index.ts:181](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L181) +Defined in: [index.ts:181](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L181) --- @@ -265,7 +265,7 @@ Logger.bold("BOLD!", "this part is not bold"); **Returns:** _void_ -Defined in: [index.ts:298](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L298) +Defined in: [index.ts:298](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L298) --- @@ -304,7 +304,7 @@ Logger.coloredLog("FgRed", "error!!!", "", "error"); **Returns:** _void_ -Defined in: [index.ts:272](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L272) +Defined in: [index.ts:272](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L272) --- @@ -335,7 +335,7 @@ Logger.bold("ERROR!", "this part is not red"); **Returns:** _void_ -Defined in: [index.ts:374](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L374) +Defined in: [index.ts:374](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L374) --- @@ -366,7 +366,7 @@ Logger.bold("information...", "this part is not blue"); **Returns:** _void_ -Defined in: [index.ts:336](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L336) +Defined in: [index.ts:336](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L336) --- @@ -384,7 +384,7 @@ Logger.line(); **Returns:** _void_ -Defined in: [index.ts:247](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L247) +Defined in: [index.ts:247](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L247) --- @@ -415,7 +415,7 @@ Logger.log("hi %s", "Bill"); **Returns:** _void_ -Defined in: [index.ts:234](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L234) +Defined in: [index.ts:234](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L234) --- @@ -446,7 +446,7 @@ Logger.bold("SUCCESS!", "this part is not green"); **Returns:** _void_ -Defined in: [index.ts:317](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L317) +Defined in: [index.ts:317](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L317) --- @@ -477,7 +477,7 @@ Logger.bold("WARNING!", "this part is not yellow"); **Returns:** _void_ -Defined in: [index.ts:355](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L355) +Defined in: [index.ts:355](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L355) ## Dependents diff --git a/docs/README.md b/docs/README.md index 15d53e0..63d4bad 100644 --- a/docs/README.md +++ b/docs/README.md @@ -49,7 +49,7 @@ const logger = new Logger(__dirname + "logs.json"); **Returns:** [_Logger_](https://github.com/YashTotale/logger/tree/main/docs/classes/logger.md) -Defined in: [index.ts:71](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L71) +Defined in: [index.ts:71](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L71) ### Properties @@ -93,7 +93,7 @@ console.log(Logger.COLORS.Dim + "Dim log" + Logger.COLORS.Reset); | `Reverse` | _string_ | | `Underscore` | _string_ | -Defined in: [index.ts:32](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L32) +Defined in: [index.ts:32](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L32) ### Accessors @@ -111,7 +111,7 @@ const logs = logger.logs; **Returns:** [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)[] -Defined in: [index.ts:97](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L97) +Defined in: [index.ts:97](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L97) --- @@ -129,7 +129,7 @@ const logsPath = logger.logsPath; **Returns:** _string_ -Defined in: [index.ts:110](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L110) +Defined in: [index.ts:110](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L110) • **logsPath**(`logsPath`: _string_): _void_ @@ -149,7 +149,7 @@ logger.logsPath = __dirname + "logs.json"; **Returns:** _void_ -Defined in: [index.ts:123](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L123) +Defined in: [index.ts:123](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L123) ### Methods @@ -173,7 +173,7 @@ await logger.log("hi"); **Returns:** _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> -Defined in: [index.ts:137](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L137) +Defined in: [index.ts:137](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L137) ▸ **log**(`message`: _any_, `writeToFile`: _true_, `type?`: _success_ \| _info_ \| _error_ \| _warn_, `extra?`: _unknown_): _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> @@ -208,7 +208,7 @@ await logger.log("hi", true, "success", "extra info that is not logged"); **Returns:** _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> -Defined in: [index.ts:159](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L159) +Defined in: [index.ts:159](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L159) ▸ **log**(`message`: _any_, `writeToFile`: _false_, `type?`: _success_ \| _info_ \| _error_ \| _warn_): [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md) @@ -236,7 +236,7 @@ logger.log("hi", false, "info"); **Returns:** [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md) -Defined in: [index.ts:181](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L181) +Defined in: [index.ts:181](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L181) --- @@ -267,7 +267,7 @@ Logger.bold("BOLD!", "this part is not bold"); **Returns:** _void_ -Defined in: [index.ts:298](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L298) +Defined in: [index.ts:298](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L298) --- @@ -306,7 +306,7 @@ Logger.coloredLog("FgRed", "error!!!", "", "error"); **Returns:** _void_ -Defined in: [index.ts:272](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L272) +Defined in: [index.ts:272](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L272) --- @@ -337,7 +337,7 @@ Logger.bold("ERROR!", "this part is not red"); **Returns:** _void_ -Defined in: [index.ts:374](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L374) +Defined in: [index.ts:374](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L374) --- @@ -368,7 +368,7 @@ Logger.bold("information...", "this part is not blue"); **Returns:** _void_ -Defined in: [index.ts:336](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L336) +Defined in: [index.ts:336](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L336) --- @@ -386,7 +386,7 @@ Logger.line(); **Returns:** _void_ -Defined in: [index.ts:247](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L247) +Defined in: [index.ts:247](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L247) --- @@ -417,7 +417,7 @@ Logger.log("hi %s", "Bill"); **Returns:** _void_ -Defined in: [index.ts:234](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L234) +Defined in: [index.ts:234](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L234) --- @@ -448,7 +448,7 @@ Logger.bold("SUCCESS!", "this part is not green"); **Returns:** _void_ -Defined in: [index.ts:317](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L317) +Defined in: [index.ts:317](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L317) --- @@ -479,7 +479,7 @@ Logger.bold("WARNING!", "this part is not yellow"); **Returns:** _void_ -Defined in: [index.ts:355](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts##L355) +Defined in: [index.ts:355](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts##L355) ## Dependents diff --git a/docs/classes/logger.md b/docs/classes/logger.md index d35df96..82d599f 100644 --- a/docs/classes/logger.md +++ b/docs/classes/logger.md @@ -55,7 +55,7 @@ const logger = new Logger(__dirname + "logs.json"); **Returns:** [_Logger_](https://github.com/YashTotale/logger/tree/main/docs/classes/logger.md) -Defined in: [index.ts:71](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L71) +Defined in: [index.ts:71](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L71) ## Properties @@ -99,7 +99,7 @@ console.log(Logger.COLORS.Dim + "Dim log" + Logger.COLORS.Reset); | `Reverse` | _string_ | | `Underscore` | _string_ | -Defined in: [index.ts:32](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L32) +Defined in: [index.ts:32](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L32) ## Accessors @@ -117,7 +117,7 @@ const logs = logger.logs; **Returns:** [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)[] -Defined in: [index.ts:97](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L97) +Defined in: [index.ts:97](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L97) --- @@ -135,7 +135,7 @@ const logsPath = logger.logsPath; **Returns:** _string_ -Defined in: [index.ts:110](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L110) +Defined in: [index.ts:110](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L110) • **logsPath**(`logsPath`: _string_): _void_ @@ -155,7 +155,7 @@ logger.logsPath = __dirname + "logs.json"; **Returns:** _void_ -Defined in: [index.ts:123](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L123) +Defined in: [index.ts:123](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L123) ## Methods @@ -179,7 +179,7 @@ await logger.log("hi"); **Returns:** _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> -Defined in: [index.ts:137](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L137) +Defined in: [index.ts:137](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L137) ▸ **log**(`message`: _any_, `writeToFile`: _true_, `type?`: _success_ \| _info_ \| _error_ \| _warn_, `extra?`: _unknown_): _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> @@ -214,7 +214,7 @@ await logger.log("hi", true, "success", "extra info that is not logged"); **Returns:** _Promise_<[*Log*](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md)\> -Defined in: [index.ts:159](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L159) +Defined in: [index.ts:159](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L159) ▸ **log**(`message`: _any_, `writeToFile`: _false_, `type?`: _success_ \| _info_ \| _error_ \| _warn_): [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md) @@ -242,7 +242,7 @@ logger.log("hi", false, "info"); **Returns:** [_Log_](https://github.com/YashTotale/logger/tree/main/docs/interfaces/log.md) -Defined in: [index.ts:181](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L181) +Defined in: [index.ts:181](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L181) --- @@ -273,7 +273,7 @@ Logger.bold("BOLD!", "this part is not bold"); **Returns:** _void_ -Defined in: [index.ts:298](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L298) +Defined in: [index.ts:298](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L298) --- @@ -312,7 +312,7 @@ Logger.coloredLog("FgRed", "error!!!", "", "error"); **Returns:** _void_ -Defined in: [index.ts:272](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L272) +Defined in: [index.ts:272](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L272) --- @@ -343,7 +343,7 @@ Logger.bold("ERROR!", "this part is not red"); **Returns:** _void_ -Defined in: [index.ts:374](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L374) +Defined in: [index.ts:374](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L374) --- @@ -374,7 +374,7 @@ Logger.bold("information...", "this part is not blue"); **Returns:** _void_ -Defined in: [index.ts:336](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L336) +Defined in: [index.ts:336](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L336) --- @@ -392,7 +392,7 @@ Logger.line(); **Returns:** _void_ -Defined in: [index.ts:247](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L247) +Defined in: [index.ts:247](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L247) --- @@ -423,7 +423,7 @@ Logger.log("hi %s", "Bill"); **Returns:** _void_ -Defined in: [index.ts:234](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L234) +Defined in: [index.ts:234](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L234) --- @@ -454,7 +454,7 @@ Logger.bold("SUCCESS!", "this part is not green"); **Returns:** _void_ -Defined in: [index.ts:317](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L317) +Defined in: [index.ts:317](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L317) --- @@ -485,4 +485,4 @@ Logger.bold("WARNING!", "this part is not yellow"); **Returns:** _void_ -Defined in: [index.ts:355](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L355) +Defined in: [index.ts:355](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L355) diff --git a/docs/interfaces/log.md b/docs/interfaces/log.md index 09c0fbe..802c8bb 100644 --- a/docs/interfaces/log.md +++ b/docs/interfaces/log.md @@ -22,7 +22,7 @@ • `Optional` **extra**: _unknown_ -Defined in: [index.ts:19](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L19) +Defined in: [index.ts:19](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L19) --- @@ -30,7 +30,7 @@ Defined in: [index.ts:19](https://github.com/YashTotale/logger/blob/8fb0c72/src/ • **index**: _number_ -Defined in: [index.ts:17](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L17) +Defined in: [index.ts:17](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L17) --- @@ -38,7 +38,7 @@ Defined in: [index.ts:17](https://github.com/YashTotale/logger/blob/8fb0c72/src/ • **message**: _any_ -Defined in: [index.ts:15](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L15) +Defined in: [index.ts:15](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L15) --- @@ -46,7 +46,7 @@ Defined in: [index.ts:15](https://github.com/YashTotale/logger/blob/8fb0c72/src/ • **timestamp**: _number_ -Defined in: [index.ts:16](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L16) +Defined in: [index.ts:16](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L16) --- @@ -54,4 +54,4 @@ Defined in: [index.ts:16](https://github.com/YashTotale/logger/blob/8fb0c72/src/ • `Optional` **type**: _undefined_ \| _success_ \| _info_ \| _error_ \| _warn_ -Defined in: [index.ts:18](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L18) +Defined in: [index.ts:18](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L18) diff --git a/docs/modules.md b/docs/modules.md index 882ef5a..94be75b 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -36,7 +36,7 @@ Renames and exports: [Logger](https://github.com/YashTotale/logger/tree/main/doc Ƭ **LogExtra**: _unknown_ -Defined in: [index.ts:12](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L12) +Defined in: [index.ts:12](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L12) --- @@ -44,7 +44,7 @@ Defined in: [index.ts:12](https://github.com/YashTotale/logger/blob/8fb0c72/src/ Ƭ **LogIndex**: _number_ -Defined in: [index.ts:10](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L10) +Defined in: [index.ts:10](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L10) --- @@ -52,7 +52,7 @@ Defined in: [index.ts:10](https://github.com/YashTotale/logger/blob/8fb0c72/src/ Ƭ **LogMessage**: _any_ -Defined in: [index.ts:6](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L6) +Defined in: [index.ts:6](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L6) --- @@ -60,7 +60,7 @@ Defined in: [index.ts:6](https://github.com/YashTotale/logger/blob/8fb0c72/src/i Ƭ **LogTimestamp**: _number_ -Defined in: [index.ts:8](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L8) +Defined in: [index.ts:8](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L8) --- @@ -68,4 +68,4 @@ Defined in: [index.ts:8](https://github.com/YashTotale/logger/blob/8fb0c72/src/i Ƭ **LogType**: _success_ \| _info_ \| _error_ \| _warn_ -Defined in: [index.ts:4](https://github.com/YashTotale/logger/blob/8fb0c72/src/index.ts#L4) +Defined in: [index.ts:4](https://github.com/YashTotale/logger/blob/18e8d92/src/index.ts#L4) diff --git a/package-lock.json b/package-lock.json index 13fbe6f..f183bb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hack4impact/logger", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b4d551..e3dcc68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hack4impact/logger", - "version": "1.2.0", + "version": "1.3.0", "description": "Internal Logger utility for Hack4Impact projects", "license": "MIT", "homepage": "https://github.com/YashTotale/logger#readme",