chore: version packages

Initial release of 100+ official TPMJS tools
This commit is contained in:
Ajax Davis 2025-12-31 23:54:47 +10:00
parent 80bef7d84c
commit 17b9ffb6aa
211 changed files with 847 additions and 117 deletions

View file

@ -0,0 +1,7 @@
# @tpmjs/tools-config-normalize
## 0.2.0
### Minor Changes
- Initial release of 100+ official TPMJS tools covering research, data transformation, statistics, security, engineering, ops, and agent utilities.

View file

@ -1,6 +1,6 @@
{
"name": "@tpmjs/tools-config-normalize",
"version": "0.1.0",
"version": "0.2.0",
"description": "Normalizes configuration objects by sorting keys, removing nulls, and cleaning empty values",
"type": "module",
"keywords": ["tpmjs", "engineering", "ai", "config", "normalization"],