@oalacea/demon 1.0.3 → 1.0.4

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
@@ -43,7 +43,7 @@ RUN npm install -g \
43
43
  # Install k6 for performance testing
44
44
  ARG TARGETARCH=amd64
45
45
  RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "amd64") && \
46
- wget -q "https://github.com/grafana/k6/releases/download/v0.52.0/k6-v0.52.0-linux-${ARCH}.tar.gz" -O /tmp/k6.tar.gz && \
46
+ wget -q "https://github.com/grafana/k6/releases/download/v1.5.0/k6-v1.5.0-linux-${ARCH}.tar.gz" -O /tmp/k6.tar.gz && \
47
47
  tar -xzf /tmp/k6.tar.gz -C /usr/local/bin && \
48
48
  rm /tmp/k6.tar.gz
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oalacea/demon",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AI-powered automated test generation and remediation for web applications",
5
5
  "author": "Yanis",
6
6
  "license": "MIT",