@portosaur/logger 0.1.0 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @portosaur/logger
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A lightweight, Docusaurus-compatible logging library enhanced with semantic levels, flexible alignment.
|
|
4
4
|
|
|
5
5
|
Designed to provide the familiar Docusaurus terminal experience to any CLI project, while adding essential utilities like `consola`-powered boxes and custom `tip`/`note` levels.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@portosaur/logger",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "A lightweight, Docusaurus-compatible logging library similar to Docusaurus, with some extras.",
|
|
5
5
|
"author": "soymadip",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
7
|
-
"homepage": "https://soymadip.github.io/portosaur",
|
|
7
|
+
"homepage": "https://soymadip.github.io/portosaur/dev/logger",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/soymadip/portosaur"
|