@hasna/logs 0.3.16 → 0.3.17
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 +57 -0
- package/bun.lock +2 -2
- package/dist/cli/index.js +2 -2
- package/dist/index-4ba0sabv.js +1241 -0
- package/dist/index-vmr85wa1.js +9579 -0
- package/dist/mcp/index.js +2 -2
- package/dist/server/index.js +2 -2
- package/package.json +2 -2
package/dist/mcp/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
scoreLabel,
|
|
22
22
|
summarizeLogs,
|
|
23
23
|
updateIssueStatus
|
|
24
|
-
} from "../index-
|
|
24
|
+
} from "../index-vmr85wa1.js";
|
|
25
25
|
import {
|
|
26
26
|
createJob,
|
|
27
27
|
listJobs
|
|
@@ -6567,7 +6567,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
6567
6567
|
author: "Andrei Hasna <andrei@hasna.com>",
|
|
6568
6568
|
license: "Apache-2.0",
|
|
6569
6569
|
dependencies: {
|
|
6570
|
-
"@hasna/cloud": "
|
|
6570
|
+
"@hasna/cloud": "0.1.5",
|
|
6571
6571
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
6572
6572
|
commander: "^14.0.0",
|
|
6573
6573
|
hono: "^4.7.11",
|
package/dist/server/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setPageAuth,
|
|
7
7
|
setRetentionPolicy,
|
|
8
8
|
startScheduler
|
|
9
|
-
} from "../index-
|
|
9
|
+
} from "../index-4ba0sabv.js";
|
|
10
10
|
import {
|
|
11
11
|
getHealth
|
|
12
12
|
} from "../index-cpvq9np9.js";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
updateAlertRule,
|
|
32
32
|
updateIssueStatus,
|
|
33
33
|
updateProject
|
|
34
|
-
} from "../index-
|
|
34
|
+
} from "../index-vmr85wa1.js";
|
|
35
35
|
import {
|
|
36
36
|
createJob,
|
|
37
37
|
deleteJob,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/logs",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17",
|
|
4
4
|
"description": "Log aggregation + browser script + headless page scanner + performance monitoring for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"author": "Andrei Hasna <andrei@hasna.com>",
|
|
41
41
|
"license": "Apache-2.0",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@hasna/cloud": "
|
|
43
|
+
"@hasna/cloud": "0.1.5",
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
45
45
|
"commander": "^14.0.0",
|
|
46
46
|
"hono": "^4.7.11",
|