usage-board 2.1.2 → 3.1.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.
- package/dist/index.mjs +10 -4
- package/dist/public/_nuxt/BJUAqwzD.js +1 -0
- package/dist/public/_nuxt/BuL2_OVR.js +105 -0
- package/dist/public/_nuxt/Bz0aA7IQ.js +1 -0
- package/dist/public/_nuxt/CEZpUSPI.js +1 -0
- package/dist/public/_nuxt/CF27djws.js +1 -0
- package/dist/public/_nuxt/CbwePq4F.js +119 -0
- package/dist/public/_nuxt/Cd5S9Sm2.js +1 -0
- package/dist/public/_nuxt/{BeEwECnn.js → CoVMsEv_.js} +1 -1
- package/dist/public/_nuxt/D7Qebc1i.js +4 -0
- package/dist/public/_nuxt/DS17D0R7.js +25 -0
- package/dist/public/_nuxt/{chy2QJx0.js → Dr4nyTE3.js} +31 -31
- package/dist/public/_nuxt/Dzuxw4nD.js +21 -0
- package/dist/public/_nuxt/LYzk-FvL.js +1 -0
- package/dist/public/_nuxt/WjVGlVHF.js +6 -0
- package/dist/public/_nuxt/builds/latest.json +1 -1
- package/dist/public/_nuxt/builds/meta/5b933d30-47b4-45ca-8d5a-cba3255174fa.json +1 -0
- package/dist/public/_nuxt/entry.vHfFzkyD.css +1 -0
- package/dist/server/chunks/_/error-500.mjs +8 -4
- package/dist/server/chunks/_/shared.cjs.prod.mjs +1 -1
- package/dist/server/chunks/build/client.precomputed.mjs +1 -1
- package/dist/server/chunks/nitro/nitro.mjs +8665 -2839
- package/dist/server/chunks/routes/api/analysis/agent/session.json.mjs +22 -0
- package/dist/server/chunks/routes/api/analysis/agent/token.json.mjs +25 -0
- package/dist/server/chunks/routes/api/analysis/cache.json.mjs +25 -0
- package/dist/server/chunks/routes/api/analysis/hot-project.json.mjs +25 -0
- package/dist/server/chunks/routes/api/analysis/model.json.mjs +25 -0
- package/dist/server/chunks/routes/api/analysis/overview-cards.json.mjs +25 -0
- package/dist/server/chunks/routes/api/analysis/session.json.mjs +22 -0
- package/dist/server/chunks/routes/api/analysis/token/daily.json.mjs +22 -0
- package/dist/server/chunks/routes/api/analysis/token.json.mjs +25 -0
- package/dist/server/chunks/routes/api/payload.json.mjs +11 -626
- package/dist/server/chunks/routes/api/projects/_project/modules.get.mjs +36 -0
- package/dist/server/chunks/routes/api/projects/catalog.get.mjs +26 -0
- package/dist/server/chunks/routes/renderer.mjs +9 -5
- package/dist/server/chunks/routes/ws.mjs +29 -971
- package/dist/server/index.mjs +9 -5
- package/package.json +7 -6
- package/dist/public/_nuxt/15CW3D68.js +0 -1
- package/dist/public/_nuxt/B6G-s9D-.js +0 -1
- package/dist/public/_nuxt/BeygfM9p.js +0 -105
- package/dist/public/_nuxt/Bu4SpN_a.js +0 -1
- package/dist/public/_nuxt/C6ydMk2z.js +0 -25
- package/dist/public/_nuxt/Dn8cXZx3.js +0 -9
- package/dist/public/_nuxt/DysUC14A.js +0 -119
- package/dist/public/_nuxt/KLhV325n.js +0 -1
- package/dist/public/_nuxt/builds/meta/ac4b25d6-d6eb-44bb-8c5b-b1d6f651c196.json +0 -1
- package/dist/public/_nuxt/entry.r-q4oQC0.css +0 -1
- package/dist/public/_nuxt/pmnAmEjb.js +0 -21
- package/dist/server/chunks/_/index.min.mjs +0 -348
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { c as defineEventHandler, r as resolveConfig, e 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 {
|
|
1
|
+
import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import { w as withLeadingSlash, u as useRuntimeConfig, k as buildAssetsURL, l as getResponseStatusText, m as getResponseStatus, o as defineRenderHandler, p as publicAssetsURL, h as getQuery, q as createError, s as destr, t as getRouteRules, v as joinURL, x 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';
|