@promise-inc/devlog 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- <img src="./assets/logo.svg" alt="devlog" height="36" />
1
+ <img src="https://raw.githubusercontent.com/promise-inc/devlog/main/assets/logo.svg" alt="devlog" height="36" />
2
2
 
3
3
  Simple logger with automatic context (file + line). Zero dependencies.
4
4
 
5
5
  <p align="center">
6
- <img src="./assets/output.svg" alt="devlog output" width="680" />
6
+ <img src="https://raw.githubusercontent.com/promise-inc/devlog/main/assets/output.svg" alt="devlog output" width="680" />
7
7
  </p>
8
8
 
9
9
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promise-inc/devlog",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Simple logger with automatic context (file + line)",
6
6
  "main": "./dist/index.js",