@evalview/node 0.3.0 → 0.3.2

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 +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ Drop-in Node.js/Next.js middleware for [EvalView](https://github.com/hidai25/eva
7
7
 
8
8
  ---
9
9
 
10
- ## 🔍 What EvalView Catches
10
+ ## What EvalView Catches
11
11
 
12
12
  | Status | What it means | What you do |
13
13
  |--------|--------------|-------------|
@@ -18,7 +18,7 @@ Drop-in Node.js/Next.js middleware for [EvalView](https://github.com/hidai25/eva
18
18
 
19
19
  ---
20
20
 
21
- ## 🚀 Quick Start
21
+ ## Quick Start
22
22
 
23
23
  ```bash
24
24
  npm install @evalview/node
@@ -63,7 +63,7 @@ evalview check # detect regressions on every change
63
63
 
64
64
  ---
65
65
 
66
- ## 🤖 Claude Code Integration (MCP)
66
+ ## Claude Code Integration (MCP)
67
67
 
68
68
  Test your agent without leaving the conversation:
69
69
 
@@ -89,7 +89,7 @@ No YAML. No terminal switching. No context loss.
89
89
 
90
90
  ---
91
91
 
92
- ## ⚙️ Configuration
92
+ ## Configuration
93
93
 
94
94
  ```typescript
95
95
  createEvalViewMiddleware({
@@ -124,7 +124,7 @@ createEvalViewMiddleware({
124
124
 
125
125
  ---
126
126
 
127
- ## 🔧 Automate It
127
+ ## Automate It
128
128
 
129
129
  ```yaml
130
130
  # .github/workflows/evalview.yml
@@ -135,7 +135,7 @@ createEvalViewMiddleware({
135
135
 
136
136
  ---
137
137
 
138
- ## 📚 Documentation
138
+ ## Documentation
139
139
 
140
140
  [Full docs →](https://github.com/hidai25/eval-view) • [Examples →](https://github.com/hidai25/eval-view/tree/main/examples) • [Issues →](https://github.com/hidai25/eval-view/issues)
141
141
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@evalview/node",
3
- "version": "0.3.0",
4
- "description": "Drop-in Node.js middleware for EvalView testing framework",
3
+ "version": "0.3.2",
4
+ "description": "Drop-in Node.js middleware for EvalView — the open-source regression testing framework for AI agents. Golden baseline diffing and CI/CD integration for LangGraph, CrewAI, OpenAI, and Anthropic agents.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",