@llmops/app 0.3.2-beta.2 → 0.3.2
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 +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { existsSync, readFileSync } from "node:fs";
|
|
|
8
8
|
import { HTTPException } from "hono/http-exception";
|
|
9
9
|
import { zValidator } from "@hono/zod-validator";
|
|
10
10
|
import nunjucks from "nunjucks";
|
|
11
|
-
import defaultManifest from "@llmops/gateway/plugins/default/manifest.json";
|
|
11
|
+
import defaultManifest from "@llmops/gateway/plugins/default/manifest.json" with { type: "json" };
|
|
12
12
|
import { prettyJSON } from "hono/pretty-json";
|
|
13
13
|
import { cors } from "hono/cors";
|
|
14
14
|
import { randomUUID } from "node:crypto";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llmops/app",
|
|
3
|
-
"version": "0.3.2
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "LLMOps application with server and client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"react-aria-components": "^1.13.0",
|
|
68
68
|
"react-hook-form": "^7.68.0",
|
|
69
69
|
"recharts": "^3.6.0",
|
|
70
|
-
"@llmops/core": "^0.3.2
|
|
71
|
-
"@llmops/gateway": "^0.3.2
|
|
70
|
+
"@llmops/core": "^0.3.2",
|
|
71
|
+
"@llmops/gateway": "^0.3.2"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"react": "^19.2.1",
|