@appweaver/create-weaver-app 1.0.20 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appweaver/create-weaver-app",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Appweaver - the backend framework for AI-first development (@create-weaver-app)",
5
5
  "author": "Luka Matosevic",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@ WORKDIR /usr/app
29
29
  # Copy NPM package
30
30
  COPY --from=build /usr/app/package*.json /usr/app/
31
31
 
32
- # Install NPM dependencies for production
32
+ # Install production NPM dependencies
33
33
  RUN npm ci --omit=dev
34
34
 
35
35
  # Copy build files