@hera-al/browser-server 1.0.1 → 1.0.2
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 +4 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @hera-al/browser-server
|
|
2
2
|
|
|
3
|
-
> **Part of [Hera Artificial Life](https://github.com/hera-artificial-life/
|
|
3
|
+
> **Part of [Hera Artificial Life](https://github.com/hera-artificial-life/hera-al)** — an opinionated AI assistant platform that runs locally on your machine. This package provides the browser automation layer used by Hera agents to interact with the web. It can also be used independently in any Node.js project.
|
|
4
4
|
|
|
5
5
|
Local browser automation server powered by [Playwright](https://playwright.dev/) and the Chrome DevTools Protocol (CDP).
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hera-al/browser-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Hera Browser Server — local browser automation via Playwright and CDP",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "TGP <ltoscano@gmail.com>",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/hera-artificial-life/
|
|
9
|
+
"url": "https://github.com/hera-artificial-life/hera-al.git",
|
|
10
|
+
"directory": "packages/browser-server"
|
|
10
11
|
},
|
|
11
|
-
"homepage": "https://github.com/hera-artificial-life/
|
|
12
|
+
"homepage": "https://github.com/hera-artificial-life/hera-al",
|
|
12
13
|
"keywords": [
|
|
13
14
|
"browser-automation",
|
|
14
15
|
"playwright",
|