🌊 Fix plugin visibility (#212210)

Fixes the visibility of `@kbn/streams-app-wrapper-plugin` (should be an
observability thing, not a platform thing)
This commit is contained in:
Joe Reuter 2025-02-24 13:11:57 +01:00 committed by GitHub
parent 218174ff4e
commit 74eb39e4db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@
"type": "plugin", "type": "plugin",
"id": "@kbn/streams-app-wrapper-plugin", "id": "@kbn/streams-app-wrapper-plugin",
"owner": "@elastic/streams-program-team", "owner": "@elastic/streams-program-team",
"group": "platform", "group": "observability",
"visibility": "shared", "visibility": "private",
"plugin": { "plugin": {
"id": "streamsAppWrapper", "id": "streamsAppWrapper",
"server": false, "server": false,