@emeryld/rrroutes-export 1.0.27 → 1.0.28

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-export",
3
3
  "description": "Finalized leaves export helpers and CLI for RRRoutes",
4
- "version": "1.0.27",
4
+ "version": "1.0.28",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "dist/index.cjs",
@@ -2493,7 +2493,6 @@
2493
2493
  tabChangelogBtn.style.display = state.availableTabs.has(
2494
2494
  VIEW_IDS.changelog,
2495
2495
  )
2496
- ? ''
2497
2496
  ? ''
2498
2497
  : 'none'
2499
2498
  const isLeavesTab = state.activeTab === VIEW_IDS.leaves