Change the naming convention for LogMessage internal message field.

This commit is contained in:
2025-05-19 17:59:29 -05:00
parent f21cce9944
commit ef2b0ed750
3 changed files with 43 additions and 41 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@jdbernard/logging",
"version": "2.0.0",
"version": "2.1.0",
"description": "Simple Javascript logging service.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -8,7 +8,7 @@
"/dist"
],
"scripts": {
"build": "tsc",
"build": "bunx tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},