@adonis-agora/telescope 0.1.0 → 0.2.0
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/CHANGELOG.md +7 -0
- package/package.json +8 -8
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonis-agora/telescope",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Laravel Telescope-style headless observability for AdonisJS — records HTTP requests and every Agora diagnostics event as queryable entries, plus opt-in subpaths for per-technology watchers, a web dashboard, AI exception diagnosis, and alerting.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"**/registry.ts"
|
|
86
86
|
],
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@adonisjs/core": "^
|
|
89
|
-
"@adonisjs/lucid": "^
|
|
90
|
-
"@adonisjs/mail": "^
|
|
91
|
-
"@adonisjs/cache": "^1.0
|
|
88
|
+
"@adonisjs/core": "^7.3.0",
|
|
89
|
+
"@adonisjs/lucid": "^22.4.0",
|
|
90
|
+
"@adonisjs/mail": "^10.2.0",
|
|
91
|
+
"@adonisjs/cache": "^2.1.0",
|
|
92
92
|
"@anthropic-ai/sdk": "^0.32.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@adonisjs/assembler": "^
|
|
110
|
-
"@adonisjs/core": "^
|
|
111
|
-
"@adonisjs/lucid": "^
|
|
109
|
+
"@adonisjs/assembler": "^8.4.0",
|
|
110
|
+
"@adonisjs/core": "^7.3.0",
|
|
111
|
+
"@adonisjs/lucid": "^22.4.0",
|
|
112
112
|
"@anthropic-ai/sdk": "^0.32.0",
|
|
113
113
|
"@types/better-sqlite3": "^7.6.0",
|
|
114
114
|
"@types/node": "^20.0.0",
|