1.0.7
Some checks failed
Code quality checks / biome (push) Failing after 10s

This commit is contained in:
creations 2025-06-13 20:21:53 -04:00
parent 7b02602e86
commit a3b7064cb6
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -1,6 +1,6 @@
{
"name": "@atums/echo",
"version": "1.0.6",
"version": "1.0.7",
"description": "A minimal, flexible logger",
"private": false,
"type": "module",
@ -32,12 +32,22 @@
"@types/bun": "^1.2.15",
"tsup": "latest"
},
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://git.creations.works/atums/echo"
},
"keywords": ["logger", "logging", "typescript", "nodejs", "structured"],
"keywords": [
"logger",
"logging",
"typescript",
"nodejs",
"structured"
],
"author": "creations.works",
"homepage": "https://git.creations.works/atums/echo",
"bugs": {