node-logy 0.0.2 → 0.0.3

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-logy",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A lightweight Node.js logging utility that outputs logs to the console and writes them to rotating log files. Supports different log levels, timestamps, and customizable formatting for production-ready applications.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,6 +28,10 @@
28
28
  "dist"
29
29
  ],
30
30
  "homepage": "https://github.com/UmbrellaCrow612/node-logger?tab=readme-ov-file#node-logger",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/UmbrellaCrow612/node-logger.git"
34
+ },
31
35
  "devDependencies": {
32
36
  "@types/node": "^25.0.10",
33
37
  "ts-node": "^10.9.2",