testflow-ai 0.5.3 → 0.5.4

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.
Files changed (2) hide show
  1. package/README.md +17 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,16 +4,16 @@
4
4
 
5
5
  **YAML API flows + optional LLM assertions (local Ollama or cloud)**
6
6
 
7
- *Version-controlled • CI/CD-readyHuman-readable*
7
+ *Version-controlled • CI-friendlyAgent-friendly*
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/testflow-ai.svg?style=for-the-badge&color=blue)](https://www.npmjs.com/package/testflow-ai)
10
- [![npm downloads](https://img.shields.io/npm/dm/testflow-ai.svg?style=for-the-badge&color=green)](https://www.npmjs.com/package/testflow-ai)
10
+ [![npm downloads](https://img.shields.io/npm/dt/testflow-ai.svg?style=for-the-badge&color=green&label=downloads)](https://www.npmjs.com/package/testflow-ai)
11
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
12
12
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18-green.svg?style=for-the-badge)](https://nodejs.org)
13
13
 
14
14
  ✅ **Multi-step flows** (create → capture → reuse → assert)
15
- 🤖 **Assert "hard" responses with AI** (privacy-first via Ollama)
16
- 📄 **Keep API context in Markdown** (great for humans + AI agents)
15
+ 🤖 **Validate complex responses with AI** (privacy-first via Ollama)
16
+ 📄 **Keep API context in Markdown** (great for humans & agents)
17
17
 
18
18
  [📖 Documentation](#-documentation) • [🚀 Quick Start](#-quick-start) • [💻 Examples](#-real-world-example) • [🤖 AI Providers](#-ai-powered-evaluation)
19
19
 
@@ -891,31 +891,31 @@ npx testflow --dir ./examples --context ./examples/context.md
891
891
 
892
892
  ---
893
893
 
894
- ## 📄 License
895
-
896
- MIT
897
-
898
- ---
899
-
900
894
  <div align="center">
901
895
 
902
896
  **Made with ❤️ by [Marcos Carbajal](https://github.com/carbajalmarcos)**
903
897
 
904
- [⭐ Star on GitHub](https://github.com/carbajalmarcos/testflow-ai) • [📦 npm](https://www.npmjs.com/package/testflow-ai) • [🐛 Report Bug](https://github.com/carbajalmarcos/testflow-ai/issues) • [💬 Discussions](https://github.com/carbajalmarcos/testflow-ai/discussions)
898
+ [⭐ Star on GitHub](https://github.com/carbajalmarcos/testflow-ai) •
899
+ [📦 npm](https://www.npmjs.com/package/testflow-ai) •
900
+ [🐛 Report a bug](https://github.com/carbajalmarcos/testflow-ai/issues) •
901
+ [💬 Discussions](https://github.com/carbajalmarcos/testflow-ai/discussions)
905
902
 
906
903
  ---
907
904
 
908
- ### ☕ Support this project
905
+ ### ☕ Support
909
906
 
910
- If you find **testflow-ai** useful, consider supporting its development:
907
+ If **testflow-ai** saved you time, consider supporting its development:
911
908
 
912
909
  [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/carbajalmarcos)
913
910
 
914
- **Crypto donations:**
911
+ <details>
912
+ <summary><b>Crypto (optional)</b></summary>
913
+
914
+ - **Bitcoin (BTC):** `bc1qv0ddjg3wcgujk9ad66v9msz8manu5tanhvq0fn`
915
+ - **USDT (ERC-20):** `0x79F57C9D45d2D40420EF071DDAaA27057618E7C8`
915
916
 
916
- - **Bitcoin (BTC):** `bc1qv0ddjg3wcgujk9ad66v9msz8manu5tanhvq0fn`
917
- - **ERC-20 USDT:** `0x79F57C9D45d2D40420EF071DDAaA27057618E7C8`
917
+ </details>
918
918
 
919
- *Every contribution helps make this project better!*
919
+ <sub>Every contribution helps keep the project moving. Thank you!</sub>
920
920
 
921
921
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testflow-ai",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Declarative API testing powered by YAML flows. Replace Postman with version-controlled, AI-friendly test definitions.",
5
5
  "author": "Marcos Carbajal",
6
6
  "license": "MIT",