@hasna/testers 0.0.21 → 0.0.22

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.
package/dist/cli/index.js CHANGED
@@ -27115,7 +27115,7 @@ import chalk6 from "chalk";
27115
27115
  // package.json
27116
27116
  var package_default = {
27117
27117
  name: "@hasna/testers",
27118
- version: "0.0.21",
27118
+ version: "0.0.22",
27119
27119
  description: "AI-powered QA testing CLI \u2014 spawns cheap AI agents to test web apps with headless browsers",
27120
27120
  type: "module",
27121
27121
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/testers",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "AI-powered QA testing CLI — spawns cheap AI agents to test web apps with headless browsers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",