@weppy/roblox-mcp 2.4.0 → 2.4.1

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.
Files changed (27) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +8 -0
  3. package/package.json +1 -1
  4. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  5. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-CDMDeGei.js → ChangelogDetailPage-J4ikmBDz.js} +1 -1
  6. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-Uhx5ND-w.js → ChangelogPage-CRyiyz5Q.js} +1 -1
  7. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-BHlbjwL7.js → ConfirmModal-BqqXDrdf.js} +1 -1
  8. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-VXh4Hc9N.js → ConnectionPage-BFjleYaN.js} +1 -1
  9. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-CGOLGj5z.js → InfoLabel-DG5Q_c5f.js} +1 -1
  10. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-CWnqw6VH.js → OverviewPage-skOVAGFT.js} +1 -1
  11. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-62dIQkgo.js → PlaytestPage-jdZTJ1qE.js} +1 -1
  12. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-DnLJY3ZB.js → PropertyDiff-DGvziVFn.js} +1 -1
  13. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SettingsPage-Bjr3d4mM.js → SettingsPage-DNmdsQlc.js} +1 -1
  14. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-6VL6HJhv.js → StatusBadge-D-Jxp4ai.js} +1 -1
  15. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SyncPage-jdplS80I.js → SyncPage-BTX8aTCf.js} +1 -1
  16. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierComparison-7eRDwSAZ.js → TierComparison-Ct-fbCs5.js} +1 -1
  17. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-DFG_858F.js → TierPromoProgress-CoEpWzRl.js} +1 -1
  18. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-54vIMfZg.css +1 -0
  19. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-Ov5mDGFU.js +1 -0
  20. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{WhatsNewPage-WPfXt13q.js → WhatsNewPage-DZ-tJeoq.js} +1 -1
  21. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{index-BhDELp5r.js → index-aMbdHsW4.js} +23 -19
  22. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BT-AiWEA.js → useLiveUptime-BpIv_H68.js} +1 -1
  23. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +1 -1
  24. package/plugins/weppy-roblox-mcp/dist/index.js +67 -67
  25. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
  26. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-B8iwhAW0.css +0 -1
  27. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-Cc6Vl-VU.js +0 -1
@@ -1 +1 @@
1
- import{r as a}from"./index-BhDELp5r.js";function c(t){const r=Math.max(0,Math.floor(t/1e3)),n=Math.floor(r/3600),o=Math.floor(r%3600/60),e=Math.floor(r%60);return`${String(n).padStart(2,"0")}:${String(o).padStart(2,"0")}:${String(e).padStart(2,"0")}`}const s=1e3;function i(t){const[r,n]=a.useState(t??null);return a.useEffect(()=>{if(t==null){n(null);return}const o=Date.now();n(t);const e=window.setInterval(()=>{n(t+(Date.now()-o))},s);return()=>{window.clearInterval(e)}},[t]),r}export{c as f,i as u};
1
+ import{r as a}from"./index-aMbdHsW4.js";function c(t){const r=Math.max(0,Math.floor(t/1e3)),n=Math.floor(r/3600),o=Math.floor(r%3600/60),e=Math.floor(r%60);return`${String(n).padStart(2,"0")}:${String(o).padStart(2,"0")}:${String(e).padStart(2,"0")}`}const s=1e3;function i(t){const[r,n]=a.useState(t??null);return a.useEffect(()=>{if(t==null){n(null);return}const o=Date.now();n(t);const e=window.setInterval(()=>{n(t+(Date.now()-o))},s);return()=>{window.clearInterval(e)}},[t]),r}export{c as f,i as u};
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" href="/dashboard/wrox-icon.png" />
7
7
  <title>WROX Dashboard</title>
8
- <script type="module" crossorigin src="/dashboard/assets/index-BhDELp5r.js"></script>
8
+ <script type="module" crossorigin src="/dashboard/assets/index-aMbdHsW4.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/dashboard/assets/index-YfUJSF5s.css">
10
10
  </head>
11
11
  <body>