chore: update debugger assets (#256)

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-12-29 20:02:50 -05:00
committed by GitHub
parent a154163ce7
commit 6c35e4dace
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.12/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.12/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.10/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.10/dist/app.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.12/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.12/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.5"
version = "2.11.6"
source = { editable = "packages/llama-index-workflows" }
dependencies = [
{ name = "eval-type-backport", marker = "python_full_version < '3.10'" },