@nanostores/logger 1.0.0 → 1.1.0

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,5 +22,6 @@ a tiny state manager with many atomic tree-shakable stores.
22
22
  </picture>
23
23
  </p>
24
24
 
25
+
25
26
  ## Docs
26
27
  Read full docs **[here](https://github.com/nanostores/logger#readme)**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanostores/logger",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Pretty logger of lifecycles, changes and actions for Nano Stores",
5
5
  "keywords": [
6
6
  "nanostores",
@@ -20,7 +20,7 @@
20
20
  ".": "./index.js",
21
21
  "./package.json": "./package.json"
22
22
  },
23
- "packageManager": "pnpm@10.8.0",
23
+ "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
24
24
  "engines": {
25
25
  "node": "^20.0.0 || >=22.0.0"
26
26
  },