loglyn 0.0.1 → 0.0.2
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 +6 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -158,6 +158,12 @@ Authorization: Bearer <session-token>
|
|
|
158
158
|
|
|
159
159
|
If the token expires or becomes invalid, the dashboard shows the login screen again.
|
|
160
160
|
|
|
161
|
+
## Issues
|
|
162
|
+
|
|
163
|
+
Found a bug or have a feature request? Open an issue:
|
|
164
|
+
|
|
165
|
+
https://github.com/Eugene702/loglyn/issues
|
|
166
|
+
|
|
161
167
|
## License
|
|
162
168
|
|
|
163
169
|
MIT
|
package/package.json
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loglyn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Production runtime logs for NestJS with an embedded dashboard.",
|
|
5
5
|
"author": "",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "MIT",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/Eugene702/loglyn.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/Eugene702/loglyn/issues"
|
|
14
|
+
},
|
|
15
|
+
"homepage": "https://github.com/Eugene702/loglyn#readme",
|
|
8
16
|
"keywords": [
|
|
9
17
|
"nestjs",
|
|
10
18
|
"logger",
|