sumba 2.34.1 → 2.34.2

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
@@ -395,7 +395,7 @@ async function factory (pkgName) {
395
395
  }
396
396
  const redir = routePath(this.config.redirect.signin, { query, params })
397
397
  req.session.ref = req.url
398
- throw this.error('_redirect', { redirect: redir })
398
+ throw this.error('_redirect', { path: redir })
399
399
  }
400
400
 
401
401
  verifyApiKey = async (req, reply, source, payload) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.34.1",
3
+ "version": "2.34.2",
4
4
  "description": "Biz Suite for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -7,6 +7,7 @@
7
7
  - [2.34.0] Add route checking to ```waibu:preParsing``` hook
8
8
  - [2.34.1] Bug fix in ```pathsToCheck()```
9
9
  - [2.34.1] Bug fix in ```hook.js```
10
+ - [2.34.2] Bug fix in ```verifySession()```
10
11
 
11
12
  ## 2026-06-18
12
13