version bump; update license badge for AGPL v3

This commit is contained in:
2025-01-09 17:11:18 -05:00
parent af3343b0f5
commit 5ba7a533bf
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
[![npm version](https://img.shields.io/npm/v/manifold-workflow-engine [![npm version](https://img.shields.io/npm/v/manifold-workflow-engine
)](https://www.npmjs.com/package/manifold-workflow-engine) )](https://www.npmjs.com/package/manifold-workflow-engine)
![Tests](https://github.com/seemueller-io/manifold-workflow-engine/actions/workflows/tests.yml/badge.svg) ![Tests](https://github.com/seemueller-io/manifold-workflow-engine/actions/workflows/tests.yml/badge.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-green.svg) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.html)
![Node Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen) ![Node Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen)
A TypeScript/JavaScript library for building dynamic, LLM-driven workflows using a region-based execution model. A TypeScript/JavaScript library for building dynamic, LLM-driven workflows using a region-based execution model.

View File

@@ -1,6 +1,6 @@
{ {
"name": "manifold-workflow-engine", "name": "manifold-workflow-engine",
"version": "2.0.8", "version": "2.0.9",
"author": "seemueller-io", "author": "seemueller-io",
"type": "module", "type": "module",
"description": "for building dynamic, LLM-driven workflows using a region-based execution model", "description": "for building dynamic, LLM-driven workflows using a region-based execution model",