miawrouter 1.0.16 → 1.0.17

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,8 +1,11 @@
1
1
  {
2
2
  "name": "miawrouter",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "MiawRouter web dashboard",
5
5
  "private": false,
6
+ "bin": {
7
+ "miawrouter": "./cli/cli.js"
8
+ },
6
9
  "scripts": {
7
10
  "dev": "next dev --port 21127",
8
11
  "dev:webpack": "next dev --webpack --port 21127",
@@ -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.16";
33
+ const SIDEBAR_VERSION = "V1.0.17";
34
34
 
35
35
  const analyticsItems = [
36
36
  { href: "/dashboard/usage", label: "Usage + Cache", icon: "bar_chart" },