Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@qlover/logger

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlover/logger - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+14
-0
CHANGELOG.md
# @qlover/logger
## 0.3.0
### Minor Changes
#### 📝 Documentation
- **logger:** Update default value in Logger documentation ([a6bf121](https://github.com/qlover/fe-base/commit/a6bf121bd6363a208499bf31c9c8aaadd1ba16ee)) ([#545](https://github.com/qlover/fe-base/pull/545))
- Changed default value from `...` to `{}` in Logger.md for clarity and accuracy in documentation.
- Update type annotations and module descriptions across multiple documentation files ([d0a5535](https://github.com/qlover/fe-base/commit/d0a5535aceffeb9b03b2fc8d578116fe55ab85b5)) ([#545](https://github.com/qlover/fe-base/pull/545))
- Added type annotations for various modules and interfaces in the documentation, enhancing clarity and understanding of their functionalities.
- Updated descriptions for modules such as `FeCode2Markdown`, `corekit-bridge`, and `user-auth`, ensuring accurate representation of their purposes.
- Improved overall documentation quality by standardizing type definitions and enhancing the user experience with clearer explanations.
## 0.2.0

@@ -4,0 +18,0 @@

+2
-1
{
"name": "@qlover/logger",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",

@@ -41,2 +41,3 @@ "private": false,

"scripts": {
"lint": "eslint src --fix",
"build": "tsup",

@@ -43,0 +44,0 @@ "build:docs": "fe-code2md -p src -g docs --formatOutput prettier --removePrefix"