docs(plugin-directory): add @avasapp/rozenite-plugin-ably#315
Open
crockalet wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a community Rozenite plugin to the plugin directory:
The Network Activity panel already shows websocket frames; this answers the Ably-shaped questions instead — which channels are attached right now, which ones silently went
suspended, which feature subscribed to a given channel, and what was actually inside a message.Appended to
plugin-directory.jsonwith the standardnpmUrl+githubUrlfields. The package is published on npm and the repository is public.Related Issue
N/A — follows the documented "open a pull request to contribute your plugin" flow for the plugin directory, as in #291.
Context
Docs-only. One entry appended to
plugin-directory.json; no packages, workflows, or website code touched, so no version plan is required.Implementation notes that may be of interest, since they lean on Rozenite internals:
Ably.Realtimeclient structurally, so it has noablydependency and works against whatever ably-js version the host app has.client.setLog({ level: 4 }), which is present at runtime but absent from ably-js's public typings, so it is feature-detected and off by default.Testing
@avasapp/rozenite-plugin-ably@0.1.0installs from npm and is discovered by Rozenite 1.13 ([Rozenite] Loaded 1 plugin(s)).plugin-directory.jsonstill parses (22 entries).