@anvia/browser 1.1.3 → 1.1.6
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 +5 -2
- package/dist/automation-worker.js +4 -20
- package/dist/automation-worker.js.map +1 -1
- package/dist/chunk-XE5WKN5F.js +195 -0
- package/dist/chunk-XE5WKN5F.js.map +1 -0
- package/dist/index.js +41 -45
- package/dist/index.js.map +1 -1
- package/image/Dockerfile +2 -2
- package/package.json +7 -7
package/image/Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
FROM mcr.microsoft.com/playwright:v1.
|
|
1
|
+
FROM mcr.microsoft.com/playwright:v1.63.0-noble
|
|
2
2
|
|
|
3
|
-
ARG PLAYWRIGHT_VERSION=1.
|
|
3
|
+
ARG PLAYWRIGHT_VERSION=1.63.0
|
|
4
4
|
|
|
5
5
|
RUN apt-get update \
|
|
6
6
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anvia/browser",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Visible Chromium runtime and semantic browser tools for Anvia agents.",
|
|
5
5
|
"author": "anvia",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"playwright-core": "1.
|
|
32
|
-
"zod": "^4.5
|
|
33
|
-
"@anvia/sandbox": "1.1.
|
|
31
|
+
"playwright-core": "1.63.0",
|
|
32
|
+
"zod": "^4.6.5",
|
|
33
|
+
"@anvia/sandbox": "1.1.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^24.9.1",
|
|
37
37
|
"tsup": "^8.5.0",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"vitest": "^4.
|
|
40
|
-
"@anvia/core": "1.
|
|
39
|
+
"vitest": "^4.1.11",
|
|
40
|
+
"@anvia/core": "1.5.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@anvia/core": "^1.
|
|
43
|
+
"@anvia/core": "^1.5.0"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=20.12.0"
|