@saiden/browse 0.2.10 → 0.2.11

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,6 @@
6
6
  [![Node.js](https://img.shields.io/node/v/@saiden/browse.svg)](https://nodejs.org)
7
7
 
8
8
  #### Headless browser automation for Claude Code using Playwright WebKit.
9
-
10
- <img width="1040" height="588" alt="image" src="https://github.com/user-attachments/assets/e5436f5c-b46d-4d1b-8f5a-54044969d095" />
11
-
12
9
  ## Installation
13
10
 
14
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saiden/browse",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Headless browser automation for Claude Code using Playwright WebKit",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",