@voltro/plugin-search 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/CHANGELOG.md +639 -2
- package/dist/index.d.ts +6 -4
- package/dist/index.js +234 -233
- package/dist/{rpc-DaYt-dP6.js → rpc-CpryHBcM.js} +10 -10
- package/dist/rpc.d.ts +12 -0
- package/dist/rpc.js +2 -2
- package/dist/web.js +13 -11
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -453,10 +453,12 @@ export declare interface SearchPluginOptions {
|
|
|
453
453
|
* `name` below: `alias` REPLACES the namespace, `name` distinguishes two
|
|
454
454
|
* installations within it.
|
|
455
455
|
*
|
|
456
|
-
* The
|
|
457
|
-
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
456
|
+
* The dashboard panel follows: the plugin's inspect endpoints keep a mount
|
|
457
|
+
* under its CANONICAL name alongside the aliased one, so aliasing does not
|
|
458
|
+
* take the panel away. The one case it cannot cover is two installs of this
|
|
459
|
+
* plugin — one canonical name, two panels — which get no shared mount at
|
|
460
|
+
* all, on purpose. Read `inspectSlug` from `/_voltro/inspect/plugins` to
|
|
461
|
+
* reach a specific install.
|
|
460
462
|
*/
|
|
461
463
|
readonly alias?: string;
|
|
462
464
|
/**
|