@oalacea/demon 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.
Files changed (2) hide show
  1. package/bin/Dockerfile +1 -1
  2. package/package.json +1 -1
package/bin/Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
10
10
  libnspr4 \
11
11
  libatk1.0-0 \
12
12
  libatk-bridge2.0-0 \
13
- libcups6 \
13
+ libcups2 \
14
14
  libdrm2 \
15
15
  libxkbcommon0 \
16
16
  libxcomposite1 \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oalacea/demon",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI-powered automated test generation and remediation for web applications",
5
5
  "author": "Yanis",
6
6
  "license": "MIT",