@oalacea/demon 1.0.2 → 1.0.3

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/bin/Dockerfile +1 -0
  2. package/package.json +1 -1
package/bin/Dockerfile CHANGED
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
23
23
  libasound2 \
24
24
  libatspi2.0-0 \
25
25
  libxshmfence1 \
26
+ wget \
26
27
  && rm -rf /var/lib/apt/lists/*
27
28
 
28
29
  # Install Playwright browsers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oalacea/demon",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AI-powered automated test generation and remediation for web applications",
5
5
  "author": "Yanis",
6
6
  "license": "MIT",