mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-06-30 21:57:58 -04:00
Version Packages (#196)8
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logan-markewich <22285038+logan-markewich@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e0420612d
commit
0a1090f41a
@@ -1,11 +0,0 @@
|
||||
---
|
||||
"@llamaindex/workflow-viz-node": patch
|
||||
"@llamaindex/workflow-server": patch
|
||||
"@llamaindex/workflow-graph": patch
|
||||
"@llamaindex/workflow-core": patch
|
||||
"@llamaindex/workflow-http": patch
|
||||
"@llamaindex/workflow-otel": patch
|
||||
"@llamaindex/workflow-viz": patch
|
||||
---
|
||||
|
||||
Add deprecation message
|
||||
@@ -1,5 +1,13 @@
|
||||
# demo-server
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-server@0.0.3
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "demo-server",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-docs",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"type": "module",
|
||||
"main": "index.ts",
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @llamaindex/workflow-core
|
||||
|
||||
## 1.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
|
||||
## 1.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-core",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.4",
|
||||
"exports": {
|
||||
".": "./src/core/index.ts",
|
||||
"./async-context": "./src/async-context/index.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-core",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.4",
|
||||
"description": "event-based workflow engine",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
"type": "module",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# @llamaindex/workflow-graph
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-graph",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"description": "Shared graph utilities",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @llamaindex/workflow-http
|
||||
|
||||
## 4.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 4.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-http",
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"type": "module",
|
||||
"description": "HTTP protocol for Llama Flow",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @llamaindex/workflow-otel
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-otel",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "OpenTelemetry plugin for LlamaFlow",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @llamaindex/workflow-server
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-server",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Fastify-based workflow server with OpenAPI support",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @llamaindex/workflow-viz-node
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-graph@1.0.1
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-viz-node",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Visualization components for drawing LlamaIndex Workflows in Node.js",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @llamaindex/workflow-viz
|
||||
|
||||
## 1.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e04206: Add deprecation message
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-graph@1.0.1
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/workflow-viz",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "Visualization components for drawing LlamaIndex Workflows in the browser",
|
||||
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# workflows-ts-cjs-test
|
||||
|
||||
## 1.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2e04206]
|
||||
- @llamaindex/workflow-core@1.3.4
|
||||
|
||||
## 1.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "workflows-ts-cjs-test",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"private": true,
|
||||
"description": "CommonJS test for workflows-ts functionality",
|
||||
"type": "commonjs",
|
||||
|
||||
Reference in New Issue
Block a user