@logtape/logtape 0.10.0-dev.168 → 0.10.0-dev.170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/logtape",
3
- "version": "0.10.0-dev.168+93601094",
3
+ "version": "0.10.0-dev.170+198bf5c4",
4
4
  "description": "Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers",
5
5
  "keywords": [
6
6
  "logging",
@@ -58,7 +58,7 @@ export interface TextFormatterOptions {
58
58
  * (e.g., `"2023-11-14"`).
59
59
  * - `"rfc3339"`: The date and time in RFC 3339 format
60
60
  * (e.g., `"2023-11-14T22:13:20.000Z"`).
61
- * - `"none"` or `"disabled"`: No displayment
61
+ * - `"none"` or `"disabled"`: No display
62
62
  *
63
63
  * Alternatively, this can be a function that accepts a timestamp and returns
64
64
  * a string.