@oalacea/daemon 0.7.1 → 0.7.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 +4 -4
  2. package/package.json +1 -1
package/bin/Dockerfile CHANGED
@@ -1,9 +1,9 @@
1
- # Daemon - Testing Tools Container v0.7.0
1
+ # Daemon - Testing Tools Container v0.7.2
2
2
  FROM node:20-slim
3
3
 
4
4
  LABEL maintainer="Yanis"
5
- LABEL description="Daemon v0.7.0 - Automated testing and quality tools for web applications"
6
- LABEL version="0.7.0"
5
+ LABEL description="Daemon v0.7.2 - Automated testing and quality tools for web applications"
6
+ LABEL version="0.7.2"
7
7
 
8
8
  # ============================================================================
9
9
  # ENVIRONMENT VARIABLES
@@ -57,7 +57,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
57
57
  # Install Rust with rustup for Rust project testing and compilation
58
58
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
59
59
  rustup component add rustfmt clippy rust-analyzer && \
60
- cargo install cargo-nextest && \
60
+ cargo install --locked cargo-nextest && \
61
61
  cargo install cargo-audit && \
62
62
  cargo install cargo-watch && \
63
63
  chmod -R a+w $RUSTUP_HOME $CARGO_HOME
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oalacea/daemon",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "AI-powered code quality analysis, scoring, and optimization for web applications",
5
5
  "author": "Yanis",
6
6
  "license": "MIT",