volt-addon-logs 0.1.0 → 0.1.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/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "volt-addon-logs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A gated log viewer for Volt: tail pm2 stdout/stderr, and (with mir-sentinel) parse Apache/nginx access logs into analytics. Behind a secret ADMIN_PATH + magic-link auth + an allowlist.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/MIR-2025/volt.git",
|
|
10
|
+
"directory": "packages/volt-addon-logs"
|
|
11
|
+
},
|
|
7
12
|
"keywords": ["volt", "volt-addon", "logs", "pm2", "log-viewer", "mir-sentinel"],
|
|
8
13
|
"files": ["index.js", "public"],
|
|
9
14
|
"optionalDependencies": {
|
|
10
|
-
"mir-sentinel": "^1.
|
|
15
|
+
"mir-sentinel": "^0.1.1"
|
|
11
16
|
},
|
|
12
17
|
"license": "MIT"
|
|
13
18
|
}
|