From 0a9722d4554ab62447834289e27ef4d922165bee Mon Sep 17 00:00:00 2001 From: Walter Derezinski Date: Tue, 12 Aug 2025 17:31:47 -0400 Subject: [PATCH] updated version --- .idea/inspectionProfiles/Project_Default.xml | 30 ++++---------------- deno.json | 2 +- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 57eee9b..1b6a356 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,29 +1,9 @@ - + \ No newline at end of file diff --git a/deno.json b/deno.json index db94743..fd3bda7 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@daringway/logger", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "description": "A high-performance, drop-in replacement for console.log() that outputs structured JSON logs and metrics to STDOUT. Built for both Deno and Node.js, it delivers blazing-fast, non-blocking logging with optional request context, log levels, and ExpressJS/Fresh V1 integration—making it ideal for production apps that need speed, consistency, and easy observability.", "exports": "./mod.ts",