fix(log): export the LogLevel type (#2625)

* fix(log): export the LogLevel type

`LogLevel` is an argument of the log functions but it's incorrectly not exported

* rebuild
This commit is contained in:
Lucas Fernandes Nogueira
2025-04-11 20:35:05 -03:00
committed by GitHub
parent c698e72594
commit c9b21f6f43
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"log": patch
"log-js": patch
---
Export the `LogLevel` type.