miawrouter 1.0.18 → 1.0.19
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/cli/package.json
CHANGED
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@ const coreItems = [
|
|
|
30
30
|
|
|
31
31
|
// Sidebar-only version label (product decision; intentionally independent of
|
|
32
32
|
// the package.json version shown by /api/version).
|
|
33
|
-
const SIDEBAR_VERSION = "V1.0.
|
|
33
|
+
const SIDEBAR_VERSION = "V1.0.19";
|
|
34
34
|
|
|
35
35
|
const analyticsItems = [
|
|
36
36
|
{ href: "/dashboard/usage", label: "Usage + Cache", icon: "bar_chart" },
|