@llmops/app 0.2.11-beta.3 → 0.2.11
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.cjs +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use node";
|
|
2
1
|
import { Hono } from "hono";
|
|
3
2
|
import { CacheService, SupportedProviders, createDataLayer, createWorkspaceSettingsDataLayer, generateId, getAuthClientOptions, logger, validateLLMOpsConfig, variantJsonDataSchema } from "@llmops/core";
|
|
4
3
|
import reactServer from "react-dom/server";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llmops/app",
|
|
3
|
-
"version": "0.2.11
|
|
3
|
+
"version": "0.2.11",
|
|
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.2.11
|
|
71
|
-
"@llmops/gateway": "^0.2.11
|
|
70
|
+
"@llmops/core": "^0.2.11",
|
|
71
|
+
"@llmops/gateway": "^0.2.11"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"react": "^19.2.1",
|