chore: update debugger assets (#237)

Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
This commit is contained in:
llama-org-ci-bot[bot]
2025-11-24 13:35:51 -05:00
committed by GitHub
parent 9e3912db14
commit 27a4cf099c
3 changed files with 11 additions and 3 deletions
@@ -0,0 +1,8 @@
---
"llama-index-workflows": patch
---
Update debugger assets
- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.css
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>workflow-debugger</title>
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.0/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.0/dist/app.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.2/dist/app.css">
</head>
<body>
<div id="root"></div>
Generated
+1 -1
View File
@@ -1675,7 +1675,7 @@ dev = [
[[package]]
name = "llama-index-workflows"
version = "2.11.3"
version = "2.11.4"
source = { editable = "packages/llama-index-workflows" }
dependencies = [
{ name = "eval-type-backport", marker = "python_full_version < '3.10'" },