zeed 0.15.6 → 0.15.8

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,11 @@ Get started like this:
14
14
  npm i zeed
15
15
  ```
16
16
 
17
+ Links:
18
+
19
+ - API docs at https://zeed.holtwick.de/
20
+ - Github repo at https://github.com/holtwick/zeed
21
+
17
22
  ## Universal Logging
18
23
 
19
24
  Powerful logging for browser and terminal.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zeed",
3
3
  "type": "module",
4
- "version": "0.15.6",
4
+ "version": "0.15.8",
5
5
  "description": "🌱 Simple foundation library",
6
6
  "author": {
7
7
  "name": "Dirk Holtwick",