@voltro/plugin-flags 0.54.0 → 0.56.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/dist/index.d.ts CHANGED
@@ -420,10 +420,12 @@ export declare interface FlagsPluginOptions {
420
420
  * `name` below: `alias` REPLACES the namespace, `name` distinguishes two
421
421
  * installations within it.
422
422
  *
423
- * The cost, stated because nothing else states it: the local and cloud
424
- * dashboards fetch this plugin's panel at the DEFAULT slug, so an aliased
425
- * install keeps working while its dashboard panel 404s. Alias to escape a
426
- * collision, not for taste.
423
+ * The dashboard panel follows: the plugin's inspect endpoints keep a mount
424
+ * under its CANONICAL name alongside the aliased one, so aliasing does not
425
+ * take the panel away. The one case it cannot cover is two installs of this
426
+ * plugin — one canonical name, two panels — which get no shared mount at
427
+ * all, on purpose. Read `inspectSlug` from `/_voltro/inspect/plugins` to
428
+ * reach a specific install.
427
429
  */
428
430
  readonly alias?: string;
429
431
  /**