@chrryai/waffles 1.1.94 → 1.1.95

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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # 🧇 Waffles
2
2
 
3
- **Production-ready Playwright testing utilities** Battle-tested helpers from [Vex](https://askvex.com)
3
+ **Production-ready Playwright testing utilities for AI applications**
4
+
5
+ [![npm](https://img.shields.io/npm/v/@chrryai/waffles)](https://www.npmjs.com/package/@chrryai/waffles)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
7
+ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
+
9
+ > Battle-tested helpers from [Vex](https://askvex.com) - A production AI platform with 6,813+ commits in 2025
10
+
11
+ ---
4
12
 
5
13
  ## 🎯 Why Waffles?
6
14
 
7
- Waffles provides a collection of battle-tested Playwright utilities that make E2E testing delightful. Born from real-world production testing at Vex, these helpers solve common testing challenges.
15
+ Waffles provides a collection of battle-tested Playwright utilities that make E2E testing delightful. Born from real-world production testing at Vex, these helpers solve common testing challenges like simulating user input, waiting for elements, and generating test data.
8
16
 
9
17
  ## ✨ Features
10
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrryai/waffles",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "description": "Production-ready Playwright testing utilities and helpers for modern web apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",