itivrutaha 2.0.12 → 2.0.13
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.
- package/README.md +2 -2
- package/package.json +12 -13
package/README.md
CHANGED
|
@@ -73,10 +73,10 @@ To know more configuration options like **file logging**, **themes**, and **time
|
|
|
73
73
|
<!-- footer -->
|
|
74
74
|
|
|
75
75
|
## 📰 License
|
|
76
|
-
> The **itivrutaha** project is released under the [MIT license](https://github.com/vasanthdeveloper/itivrutaha/blob/main/LICENSE.md). <br> Developed & maintained By Vasanth Srivatsa. Copyright
|
|
76
|
+
> The **itivrutaha** project is released under the [MIT license](https://github.com/vasanthdeveloper/itivrutaha/blob/main/LICENSE.md). <br> Developed & maintained By Vasanth Srivatsa. Copyright 2022 © Vasanth Developer.
|
|
77
77
|
<hr>
|
|
78
78
|
|
|
79
79
|
> <a href="https://vsnth.dev" target="_blank" rel="noopener">vsnth.dev</a> ·
|
|
80
80
|
> YouTube <a href="https://vas.cx/videos" target="_blank" rel="noopener">@vasanthdeveloper</a> ·
|
|
81
81
|
> Twitter <a href="https://vas.cx/twitter" target="_blank" rel="noopener">@vsnthdev</a> ·
|
|
82
|
-
> Discord <a href="https://vas.cx/discord" target="_blank" rel="noopener">Vasanth Developer</a>
|
|
82
|
+
> Discord <a href="https://vas.cx/discord" target="_blank" rel="noopener">Vasanth Developer</a>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "itivrutaha",
|
|
3
3
|
"description": "( इतिवृत्तः ) — Logging system ✍ for Node.js with 🍬 theming and file 🗃 logging support.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.13",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/itivrutaha.js",
|
|
@@ -38,31 +38,30 @@
|
|
|
38
38
|
"deepmerge": "^4.2.2",
|
|
39
39
|
"del": "^6.0.0",
|
|
40
40
|
"env-paths": "^3.0.0",
|
|
41
|
-
"joi": "^17.
|
|
42
|
-
"luxon": "^2.
|
|
41
|
+
"joi": "^17.6.0",
|
|
42
|
+
"luxon": "^2.3.1",
|
|
43
43
|
"mkdirp": "^1.0.4",
|
|
44
44
|
"node-cleanup": "^2.1.2",
|
|
45
45
|
"node-emoji": "^1.11.0",
|
|
46
|
-
"read-pkg-up": "^9.
|
|
46
|
+
"read-pkg-up": "^9.1.0",
|
|
47
47
|
"strip-ansi": "^7.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@types/luxon": "^2.0.
|
|
50
|
+
"@types/luxon": "^2.0.9",
|
|
51
51
|
"@types/mkdirp": "^1.0.2",
|
|
52
|
-
"@types/node": "^17.0.
|
|
52
|
+
"@types/node": "^17.0.21",
|
|
53
53
|
"@types/node-cleanup": "^2.1.2",
|
|
54
54
|
"@types/node-emoji": "^1.8.1",
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
56
|
-
"@typescript-eslint/parser": "^5.
|
|
57
|
-
"concurrently": "^6.4.0",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
56
|
+
"@typescript-eslint/parser": "^5.12.1",
|
|
58
57
|
"es-dirname": "^0.1.0",
|
|
59
|
-
"eslint": "^8.
|
|
60
|
-
"eslint-config-prettier": "^8.
|
|
61
|
-
"eslint-plugin-import": "^2.25.
|
|
58
|
+
"eslint": "^8.10.0",
|
|
59
|
+
"eslint-config-prettier": "^8.4.0",
|
|
60
|
+
"eslint-plugin-import": "^2.25.4",
|
|
62
61
|
"eslint-plugin-prettier": "^4.0.0",
|
|
63
62
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
64
63
|
"prettier": "^2.5.1",
|
|
65
64
|
"rimraf": "^3.0.2",
|
|
66
|
-
"typescript": "^4.5.
|
|
65
|
+
"typescript": "^4.5.5"
|
|
67
66
|
}
|
|
68
67
|
}
|