usage-board 2.1.2 → 3.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 (32) hide show
  1. package/dist/index.mjs +10 -4
  2. package/dist/public/_nuxt/{chy2QJx0.js → 7Dy4NLP8.js} +32 -32
  3. package/dist/public/_nuxt/B-VlGWDb.js +21 -0
  4. package/dist/public/_nuxt/{BeEwECnn.js → Be3rizqy.js} +1 -1
  5. package/dist/public/_nuxt/{15CW3D68.js → C0azgqnZ.js} +1 -1
  6. package/dist/public/_nuxt/{B6G-s9D-.js → CMNdiQCa.js} +1 -1
  7. package/dist/public/_nuxt/CPuXQJE_.js +1 -0
  8. package/dist/public/_nuxt/DenksPSi.js +119 -0
  9. package/dist/public/_nuxt/Dkya5WaL.js +9 -0
  10. package/dist/public/_nuxt/HN9OZyaQ.js +25 -0
  11. package/dist/public/_nuxt/{Bu4SpN_a.js → JtK-nXxy.js} +1 -1
  12. package/dist/public/_nuxt/builds/latest.json +1 -1
  13. package/dist/public/_nuxt/builds/meta/37e8bb21-a086-45bf-93dc-47eeeada7299.json +1 -0
  14. package/dist/public/_nuxt/{BeygfM9p.js → y3weNNd-.js} +2 -2
  15. package/dist/server/chunks/_/error-500.mjs +8 -4
  16. package/dist/server/chunks/_/shared.cjs.prod.mjs +1 -1
  17. package/dist/server/chunks/build/client.precomputed.mjs +1 -1
  18. package/dist/server/chunks/nitro/nitro.mjs +8218 -2844
  19. package/dist/server/chunks/routes/api/payload.json.mjs +11 -626
  20. package/dist/server/chunks/routes/api/projects/_project/modules.get.mjs +36 -0
  21. package/dist/server/chunks/routes/api/projects/catalog.get.mjs +26 -0
  22. package/dist/server/chunks/routes/renderer.mjs +9 -5
  23. package/dist/server/chunks/routes/ws.mjs +29 -971
  24. package/dist/server/index.mjs +9 -5
  25. package/package.json +7 -6
  26. package/dist/public/_nuxt/C6ydMk2z.js +0 -25
  27. package/dist/public/_nuxt/Dn8cXZx3.js +0 -9
  28. package/dist/public/_nuxt/DysUC14A.js +0 -119
  29. package/dist/public/_nuxt/KLhV325n.js +0 -1
  30. package/dist/public/_nuxt/builds/meta/ac4b25d6-d6eb-44bb-8c5b-b1d6f651c196.json +0 -1
  31. package/dist/public/_nuxt/pmnAmEjb.js +0 -21
  32. package/dist/server/chunks/_/index.min.mjs +0 -348
@@ -0,0 +1,26 @@
1
+ import { d as defineEventHandler, r as resolveConfig, g as getUsageDataRuntime, u as useRuntimeConfig } from '../../../nitro/nitro.mjs';
2
+ import 'node:http';
3
+ import 'node:https';
4
+ import 'node:events';
5
+ import 'node:buffer';
6
+ import 'node:fs';
7
+ import 'node:path';
8
+ import 'node:crypto';
9
+ import 'node:sqlite';
10
+ import 'node:url';
11
+ import 'fs';
12
+ import 'node:fs/promises';
13
+ import 'node:stream';
14
+ import 'node:string_decoder';
15
+ import 'node:os';
16
+ import 'node:util';
17
+ import 'node:process';
18
+ import 'node:tty';
19
+
20
+ const catalog_get = defineEventHandler(async () => {
21
+ const runtimeConfig = useRuntimeConfig();
22
+ const config = resolveConfig(runtimeConfig.public);
23
+ return getUsageDataRuntime(config).getProjectCatalog();
24
+ });
25
+
26
+ export { catalog_get as default };
@@ -1,15 +1,19 @@
1
- import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import { L as withLeadingSlash, E as useRuntimeConfig, M as buildAssetsURL, N as getResponseStatusText, O as getResponseStatus, P as defineRenderHandler, Q as publicAssetsURL, R as getQuery, S as createError, T as destr, U as getRouteRules, V as joinURL, W as useNitroApp } from '../nitro/nitro.mjs';
1
+ import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import { w as withLeadingSlash, u as useRuntimeConfig, f as buildAssetsURL, h as getResponseStatusText, i as getResponseStatus, j as defineRenderHandler, p as publicAssetsURL, b as getQuery, k as createError, l as destr, m as getRouteRules, o as joinURL, q as useNitroApp } from '../nitro/nitro.mjs';
2
2
  import { s as shared_cjs_prod } from '../_/shared.cjs.prod.mjs';
3
- import 'node:os';
4
- import 'node:path';
5
- import 'node:fs';
6
- import 'node:fs/promises';
7
3
  import 'node:http';
8
4
  import 'node:https';
9
5
  import 'node:events';
10
6
  import 'node:buffer';
7
+ import 'node:fs';
8
+ import 'node:path';
11
9
  import 'node:crypto';
10
+ import 'node:sqlite';
12
11
  import 'node:url';
12
+ import 'fs';
13
+ import 'node:fs/promises';
14
+ import 'node:stream';
15
+ import 'node:string_decoder';
16
+ import 'node:os';
13
17
  import 'node:util';
14
18
  import 'node:process';
15
19
  import 'node:tty';