Skip to content

Commit 009faf5

Browse files
chore: version packages
1 parent 0a45734 commit 009faf5

14 files changed

Lines changed: 71 additions & 40 deletions

.changeset/codegen-assert-events.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/codegen-public-export.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cursor-on-by-default.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/generator-initial-release.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @humanjs/examples
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [39d87f3]
8+
- Updated dependencies [39d87f3]
9+
- Updated dependencies [39d87f3]
10+
- @humanjs/playwright@0.9.0
11+
- @humanjs/recorder@0.3.2
12+
313
## 0.0.7
414

515
### Patch Changes

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanjs/examples",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"description": "Runnable demos for HumanJS.",
66
"type": "module",

packages/generator/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# @humanjs/generator
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 39d87f3: Initial release of `@humanjs/generator` — a visual recorder that turns a real browsing session into a clean, humanized Playwright test.
8+
9+
`npx @humanjs/generator <url>` opens a real Chromium window and a local (loopback-only) dashboard. As you click, type, scroll, drag, and navigate, each action streams into the dashboard as a step captured with a role-first selector (ARIA role + accessible name → label → text → test id → `#id` → CSS → XPath). The dashboard is a full editor:
10+
11+
- **drag to reorder**, delete, relabel (label → comment), and edit captured values
12+
- a per-step **selector picker** over the ranked candidates
13+
- **point-and-add assertions** (`toBeVisible` / `toHaveText` / `toHaveURL`)
14+
- a **secret toggle** that exports a value as `process.env.X` instead of a literal (passwords are always masked)
15+
- a **personality switcher** (`careful` / `fast` / `distracted` / `precise`)
16+
- a live, syntax-highlighted code preview that updates on every edit
17+
18+
Export a `@humanjs/playwright/test` spec (`.spec.ts` / `.test.ts`) or a standalone HumanJS script (`.ts`). The curated timeline runs through `@humanjs/playwright`'s codegen, so generated specs stay in lockstep with the library. Requires Node ≥ 20 and the Playwright Chromium browser (`npx playwright install chromium`).
19+
20+
### Patch Changes
21+
22+
- Updated dependencies [39d87f3]
23+
- Updated dependencies [39d87f3]
24+
- Updated dependencies [39d87f3]
25+
- @humanjs/playwright@0.9.0

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanjs/generator",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Visual recorder for HumanJS — npx @humanjs/generator <url> records your clicks in a real browser and exports a clean, humanized Playwright test.",
55
"keywords": [
66
"humanjs",

packages/mcp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @humanjs/mcp
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [39d87f3]
8+
- Updated dependencies [39d87f3]
9+
- Updated dependencies [39d87f3]
10+
- @humanjs/playwright@0.9.0
11+
- @humanjs/recorder@0.3.2
12+
313
## 0.3.0
414

515
### Minor Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanjs/mcp",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Model Context Protocol server for HumanJS — drive a Playwright browser with humanized motion from Claude Desktop, Claude Code, Cursor, Codex, and any other MCP client.",
55
"keywords": [
66
"humanjs",

0 commit comments

Comments
 (0)