logquill 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,10 +8,6 @@ A logging framework for Node/TypeScript that shares one mental model and one
8
8
  JSON log shape with its Python sibling, [`logquill`](https://pypi.org/project/logquill/)
9
9
  (repo: `logquill-python`).
10
10
 
11
- > **Status:** Phase 0 (repo & build tooling) is scaffolded. The public
12
- > logging API — `Logger`, levels, transports, formatters, plugins — lands in
13
- > the phases that follow.
14
-
15
11
  ## Install
16
12
 
17
13
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logquill",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A logging framework with an identical mental model and JSON log shape across Node/TypeScript and Python.",
5
5
  "license": "MIT",
6
6
  "type": "module",