ccusage-ui 0.1.9 → 0.1.10

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,6 +1,6 @@
1
1
  {
2
2
  "name": "ccusage-ui",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "main": "server.js",
5
5
  "bin": {
6
6
  "ccusage-ui": "server.js"
package/public/index.html CHANGED
@@ -800,16 +800,13 @@
800
800
 
801
801
  const shareUrl = `https://sowonlabs.github.io/ccusage-ui/share/${levelId}.html`;
802
802
 
803
- const text = `I'm a ${level} AI user.
803
+ const text = `I'm a ${level} tier Claude Code user.
804
804
  My monthly usage pace is ${projected.toFixed(1)}M tokens.
805
805
 
806
806
  Check yours:
807
807
  npx ccusage-ui
808
808
 
809
- Do you use Claude Code like an employee?
810
- Manage your team with @CrewX
811
-
812
- #ClaudeCode #CrewX #SowonLabs ${shareUrl}`;
809
+ #ClaudeCode #ccusage ${shareUrl}`;
813
810
 
814
811
  const url = `https://twitter.com/intent/tweet?text=${encodeURIComponent(text)}`;
815
812
  window.open(url, '_blank');