waibu-mpa 2.1.2 → 2.1.3

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/index.js CHANGED
@@ -207,7 +207,7 @@ async function factory (pkgName) {
207
207
  const { get } = this.app.lib._
208
208
  const plugin = getPlugin(name, true)
209
209
  if (!plugin) return
210
- return get(plugin, 'config.waibu.title', get(plugin, 'config.waibu.prefix', plugin.title, plugin.title ?? plugin.ns))
210
+ return get(plugin, 'config.waibu.title', get(plugin, 'config.waibu.prefix', plugin.ns))
211
211
  }
212
212
 
213
213
  getResource (name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-mpa",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
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-01-17
4
+
5
+ - [2.1.3] Bug fix on ```getAppTitle()```
6
+
3
7
  ## 2026-01-13
4
8
 
5
9
  - [2.1.1] Bug fix on waibuMpa's widgeting system