@chrryai/waffles 1.2.22 → 1.2.23

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
7
7
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
8
 
9
- > Battle-tested helpers from [Vex](https://askvex.com) - A production AI platform with 6,813+ commits in 2025
9
+ > Battle-tested helpers from [Vex](https://vex.chrry.ai) - A production AI platform with 6,813+ commits in 2025
10
10
 
11
11
  ---
12
12
 
@@ -232,7 +232,7 @@ We welcome contributions! Waffles is extracted from Vex's production test suite,
232
232
  - [GitHub](https://github.com/askvex/waffles)
233
233
  - [npm](https://npmjs.com/package/@chrryai/waffles)
234
234
  - [Issues](https://github.com/askvex/waffles/issues)
235
- - [Vex - Powered by Waffles](https://askvex.com)
235
+ - [Vex - Powered by Waffles](https://vex.chrry.ai)
236
236
 
237
237
  ---
238
238
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrryai/waffles",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
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",