waibu-mpa 2.20.0 → 2.20.1

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.
@@ -54,6 +54,7 @@ export async function build ({ files, pathPrefix, dir, ns, cfg, parent, urlPrefi
54
54
  m.config.pathSrc = m.url
55
55
  m.config.webApp = parent ?? ns
56
56
  m.config.xSite = m.xSite
57
+ m.config.mainSiteEdit = m.mainSiteEdit
57
58
  m.config.ns = ns
58
59
  m.config.subNs = ''
59
60
  m.config.noCacheReq = m.noCacheReq
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-mpa",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "description": "MPA support for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-06-18
4
+
5
+ - [2.20.1] Bug fix in ```build-route.js```
6
+
3
7
  ## 2026-06-12
4
8
 
5
9
  - [2.20.0] Necessary updates to ```bajo@2.18.0``` specs