@evalview/node 0.1.1 → 0.1.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -95,3 +95,11 @@ evalview run
95
95
  ## License
96
96
 
97
97
  MIT
98
+
99
+ ---
100
+
101
+ EvalView just stopped your agent from:
102
+ - hallucinating tools that don't exist
103
+ - tool-calling itself into bankruptcy
104
+
105
+ → Smash ⭐ if it saved your sanity (and your wallet) today
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evalview/node",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Drop-in Node.js middleware for EvalView testing framework",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",