@oalacea/demon 1.0.0 → 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/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/bin/cli.js CHANGED
@@ -353,7 +353,7 @@ async function main() {
353
353
  console.log(dim(' No problem. Run npx @oalacea/demon again when you\'re ready.'));
354
354
  console.log('');
355
355
  process.exit(0);
356
- });
356
+ }
357
357
  console.log('');
358
358
  console.log(` ${yellow('→')} Building testing toolkit...`);
359
359
  console.log(dim(' This may take 2-3 minutes on first run...'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oalacea/demon",
3
- "version": "1.0.0",
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",