usage-board 1.0.0 → 2.0.0

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 (31) hide show
  1. package/dist/index.mjs +18 -9
  2. package/dist/public/_nuxt/B-CIibMz.js +25 -0
  3. package/dist/public/_nuxt/BFLIXB9O.js +9 -0
  4. package/dist/public/_nuxt/{DcPhnO3V.js → BNPuv5_2.js} +18 -18
  5. package/dist/public/_nuxt/Brp07rVz.js +3 -0
  6. package/dist/public/_nuxt/Bvg0CuDs.js +258 -0
  7. package/dist/public/_nuxt/CvpNFEwm.js +1 -0
  8. package/dist/public/_nuxt/D3pogf62.js +1 -0
  9. package/dist/public/_nuxt/{DLRBRF52.js → D9KD20BD.js} +1 -1
  10. package/dist/public/_nuxt/DUfyK9T8.js +21 -0
  11. package/dist/public/_nuxt/{BKFuB2T3.js → DsWoOjFk.js} +2 -2
  12. package/dist/public/_nuxt/builds/latest.json +1 -1
  13. package/dist/public/_nuxt/builds/meta/38460625-fa40-4f13-86da-ddec4bfb4ab8.json +1 -0
  14. package/dist/public/_nuxt/entry.CJkVK2j6.css +1 -0
  15. package/dist/public/_nuxt/{CileeSf2.js → f_iPFAtL.js} +1 -1
  16. package/dist/server/chunks/_/error-500.mjs +14 -0
  17. package/dist/server/chunks/_/index.min.mjs +348 -0
  18. package/dist/server/chunks/_/shared.cjs.prod.mjs +1 -1
  19. package/dist/server/chunks/build/client.precomputed.mjs +1 -1
  20. package/dist/server/chunks/nitro/nitro.mjs +164 -815
  21. package/dist/server/chunks/routes/api/payload.json.mjs +10 -348
  22. package/dist/server/chunks/routes/renderer.mjs +1 -2
  23. package/dist/server/chunks/routes/ws.mjs +1063 -0
  24. package/dist/server/index.mjs +1 -2
  25. package/package.json +6 -2
  26. package/dist/public/_nuxt/BNf7fR7M.js +0 -282
  27. package/dist/public/_nuxt/DAg3mJyk.js +0 -1
  28. package/dist/public/_nuxt/DoxGa6D0.js +0 -9
  29. package/dist/public/_nuxt/DptRzj9K.js +0 -3
  30. package/dist/public/_nuxt/builds/meta/12cca5fc-d3df-4df1-b723-c944bdd0c587.json +0 -1
  31. package/dist/public/_nuxt/entry.DrzELaFO.css +0 -1
@@ -1,4 +1,4 @@
1
- import process from 'node:process';globalThis._importMeta_={url:import.meta.url,env:process.env};export { R as handler, S as listener, T as websocket } from './chunks/nitro/nitro.mjs';
1
+ import process from 'node:process';globalThis._importMeta_={url:import.meta.url,env:process.env};export { Y as handler, Z as listener, _ as websocket } from './chunks/nitro/nitro.mjs';
2
2
  import 'node:os';
3
3
  import 'node:path';
4
4
  import 'node:fs';
@@ -9,7 +9,6 @@ import 'node:events';
9
9
  import 'node:buffer';
10
10
  import 'node:crypto';
11
11
  import 'node:url';
12
- import 'node:stream';
13
12
  import 'node:util';
14
13
  import 'node:process';
15
14
  import 'node:tty';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "usage-board",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "2.0.0",
5
5
  "packageManager": "pnpm@10.33.0",
6
6
  "description": "An all-in-one dashboard to quickly analyze token usage from local json files",
7
7
  "license": "MIT",
@@ -39,8 +39,13 @@
39
39
  "prepare": "nuxt prepare && simple-git-hooks",
40
40
  "prepublishOnly": "pnpm build"
41
41
  },
42
+ "publishConfig": {
43
+ "registry": "https://registry.npmjs.org",
44
+ "access": "public"
45
+ },
42
46
  "dependencies": {
43
47
  "cac": "^7.0.0",
48
+ "crossws": "^0.4.5",
44
49
  "glob": "^13.0.6"
45
50
  },
46
51
  "devDependencies": {
@@ -70,7 +75,6 @@
70
75
  "embla-carousel-vue": "^8.6.0",
71
76
  "eslint": "^10.2.0",
72
77
  "get-port-please": "^3.2.0",
73
- "h3": "2.0.1-rc.20",
74
78
  "lint-staged": "^16.4.0",
75
79
  "lucide-vue-next": "^0.545.0",
76
80
  "nuxt": "^4.4.2",