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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "5.7.3",
3
+ "version": "5.7.4",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -51,6 +51,10 @@ bem-reload-trigger.js
51
51
  .temp/
52
52
  _legacy
53
53
 
54
+ # Root proxy (generated by setup)
55
+ /package.json
56
+ /package-lock.json
57
+
54
58
  # ========== Custom Values ==========
55
59
  # Add your custom ignore patterns below this line
56
60
  # ...