@intentic/browser 1.240.0 → 1.242.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ package is built on, connects from inside the compiled binary and gets a CDP rep
|
|
|
56
56
|
CDP needs no dependency either way. The protocol is JSON, `fetch` and `WebSocket` are globals, and the ~200 lines
|
|
57
57
|
here are the subset that driving a page actually uses.
|
|
58
58
|
|
|
59
|
-
**Worth re-testing rather than inheriting.** The above was measured against playwright-core 1.62.1 on Bun 1.
|
|
59
|
+
**Worth re-testing rather than inheriting.** The above was measured against playwright-core 1.62.1 on Bun 1.4.1.
|
|
60
60
|
If a later pair connects, Playwright's accessibility snapshot is a better instrument than the DOM walk in
|
|
61
61
|
`snapshot.ts`, and this whole package is ~500 lines: the trade would be worth making, not merely tolerable.
|
|
62
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/browser",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.242.0",
|
|
4
4
|
"description": "Drive a Chromium browser from Node over CDP — open pages, read them as structured text, click and type by element reference. No dependencies.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@intentic/base": "1.
|
|
44
|
+
"@intentic/base": "1.242.0",
|
|
45
45
|
"tslib": "2.8.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|