backend-manager 5.7.3 → 5.7.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.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/templates/_.gitignore +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
14
14
|
- `Fixed` for any bug fixes.
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
|
+
# [5.7.4] - 2026-06-18
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
- **Gitignore root proxy artifacts.** Default `.gitignore` template now excludes `/package.json` and `/package-lock.json` at the repo root, so the setup-generated root proxy and any lockfile are not tracked.
|
|
21
|
+
|
|
17
22
|
# [5.7.3] - 2026-06-18
|
|
18
23
|
|
|
19
24
|
### Changed
|
package/package.json
CHANGED
package/templates/_.gitignore
CHANGED