@atlashub/smartstack-cli 4.67.0 → 4.69.0

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": "@atlashub/smartstack-cli",
3
- "version": "4.67.0",
3
+ "version": "4.69.0",
4
4
  "description": "SmartStack Claude Code automation toolkit - GitFlow, EF Core migrations, prompts and more",
5
5
  "author": {
6
6
  "name": "SmartStack",
@@ -11,8 +11,8 @@ WORKDIR /app
11
11
  ARG VITE_API_URL
12
12
  ARG VITE_WS_URL
13
13
 
14
- # Copy package files for npm cache (context = project root)
15
- COPY web/{{ProjectNameLower}}-web/package.json web/{{ProjectNameLower}}-web/package-lock.json ./
14
+ # Copy package file for npm cache (context = project root)
15
+ COPY web/{{ProjectNameLower}}-web/package.json ./
16
16
 
17
17
  # Install dependencies (cached layer)
18
18
  RUN npm install