@apitrail/studio 0.1.0-alpha.1 → 0.1.0-alpha.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 +10 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apitrail/studio",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.0-alpha.2",
|
|
4
|
+
"description": "Prisma-Studio-style standalone dashboard for apitrail. `pnpm dlx @apitrail/studio` → localhost:4545 → beautiful dark UI with KPIs, filters, and Chrome-DevTools-style waterfalls of every captured request. No embedding, no auth gymnastics.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "apitrail contributors",
|
|
7
7
|
"repository": {
|
|
@@ -16,7 +16,14 @@
|
|
|
16
16
|
"studio",
|
|
17
17
|
"dashboard",
|
|
18
18
|
"dev-tool",
|
|
19
|
-
"monitoring"
|
|
19
|
+
"monitoring",
|
|
20
|
+
"observability",
|
|
21
|
+
"devtools",
|
|
22
|
+
"log-viewer",
|
|
23
|
+
"api-inspector",
|
|
24
|
+
"request-inspector",
|
|
25
|
+
"nextjs",
|
|
26
|
+
"postgres"
|
|
20
27
|
],
|
|
21
28
|
"type": "module",
|
|
22
29
|
"bin": {
|