fix(npm): Corrected project description and added keywords in package.json and npmextra.json.

This commit is contained in:
2024-12-26 00:30:12 +01:00
parent fbeb94fd63
commit 4b363e304a
5 changed files with 200 additions and 36 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-12-26 - 1.0.31 - fix(npm)
Corrected project description and added keywords in package.json and npmextra.json.
- Updated package.json description to align with project architecture.
- Added keywords array in package.json to enhance discoverability.
- Synchronized npmextra.json description and keywords with package.json.
## 2024-12-26 - 1.0.30 - fix(test)
Added basic test for NullResolve instance creation, start, and stop.