You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Architect Hydrate changelog
2
2
---
3
+
## [5.0.3]
4
+
5
+
### Fixed
6
+
7
+
- pnpm install and update commands now use `--config.node-linker=hoisted` to produce a flat `node_modules` layout compatible with AWS Lambda (which does not support symlinks)
8
+
- pnpm commands now pass `CI=true` in the environment to prevent interactive prompts in non-TTY contexts
0 commit comments