Skip to content

Commit 2ff2d6a

Browse files
chore: normalize release product catalog
1 parent 2ef4dfd commit 2ff2d6a

1 file changed

Lines changed: 6 additions & 21 deletions

File tree

docs/product-catalog.json

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@
9292
"id": "artifact",
9393
"surface": "artifact-provider",
9494
"count": 3,
95-
"tools": [
96-
"extract_artifact",
97-
"inspect_artifact",
98-
"inventory_artifact"
99-
]
95+
"tools": ["extract_artifact", "inspect_artifact", "inventory_artifact"]
10096
},
10197
{
10298
"id": "managed",
@@ -313,10 +309,7 @@
313309
"id": "rea-cdp-electron",
314310
"name": "REA Electron file-page CDP observation provider",
315311
"version": "1",
316-
"capabilities": [
317-
"inspect_electron_page",
318-
"list_electron_targets"
319-
]
312+
"capabilities": ["inspect_electron_page", "list_electron_targets"]
320313
},
321314
{
322315
"id": "rea-dotnet-static",
@@ -344,9 +337,7 @@
344337
"id": "rea-javascript-application",
345338
"name": "REA JavaScript application analyzer",
346339
"version": "1",
347-
"capabilities": [
348-
"analyze_javascript_application"
349-
]
340+
"capabilities": ["analyze_javascript_application"]
350341
},
351342
{
352343
"id": "rea-javascript-application-workflows",
@@ -371,25 +362,19 @@
371362
"id": "rea-javascript-runtime-reconciliation",
372363
"name": "REA JavaScript runtime reconciliation",
373364
"version": "1",
374-
"capabilities": [
375-
"reconcile_javascript_runtime"
376-
]
365+
"capabilities": ["reconcile_javascript_runtime"]
377366
},
378367
{
379368
"id": "rea-playwright-browser-scenario",
380369
"name": "REA Playwright browser scenario capture provider",
381370
"version": "1",
382-
"capabilities": [
383-
"capture_browser_scenario"
384-
]
371+
"capabilities": ["capture_browser_scenario"]
385372
},
386373
{
387374
"id": "rea-playwright-electron-active",
388375
"name": "REA Playwright active Electron observation provider",
389376
"version": "1",
390-
"capabilities": [
391-
"capture_electron_scenario"
392-
]
377+
"capabilities": ["capture_electron_scenario"]
393378
},
394379
{
395380
"id": "rea-v8-inspector",

0 commit comments

Comments
 (0)