@camstack/addon-benchmark 1.1.20 → 1.1.22

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.mjs CHANGED
@@ -15171,7 +15171,9 @@ var BenchmarkAddon = class extends BaseAddon {
15171
15171
  icon: "gauge",
15172
15172
  path: "/addon/benchmark",
15173
15173
  remoteName: "addon_benchmark_page",
15174
- bundle: "remoteEntry.js"
15174
+ bundle: "remoteEntry.js",
15175
+ // Dock into the sidebar's Detection group.
15176
+ section: "detection"
15175
15177
  }
15176
15178
  ];
15177
15179
  constructor() {