devink 1.0.3 → 1.0.5

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 +7 -1
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- ![devink - Fast, zero-dependency Node.js Logger](media/cover.png)
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/harrymate22/devink/main/media/logo.png" alt="devink logo" width="300" />
3
+ </p>
2
4
 
3
5
  # devink
4
6
 
@@ -11,6 +13,10 @@
11
13
 
12
14
  ---
13
15
 
16
+ <p align="center">
17
+ <img src="https://raw.githubusercontent.com/harrymate22/devink/main/media/demo.png" alt="devink demo" width="600" />
18
+ </p>
19
+
14
20
  ## 🚀 Features
15
21
 
16
22
  - **Zero Dependencies**: Lightweight and ultra-fast. No bloated `node_modules`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devink",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Fast, lightweight, professional logger built with TypeScript. No dependencies.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -13,7 +13,9 @@
13
13
  }
14
14
  },
15
15
  "files": [
16
- "dist"
16
+ "dist",
17
+ "README.md",
18
+ "LICENSE"
17
19
  ],
18
20
  "engines": {
19
21
  "node": ">=18.0.0"