sumba 2.33.4 → 2.33.5

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.
@@ -418,7 +418,7 @@ async function hook () {
418
418
  ctx.decorateRequest('user', null)
419
419
  }
420
420
  }, {
421
- level: 10,
421
+ level: 5,
422
422
  name: 'waibu:preParsing',
423
423
  handler: async function (req, reply) {
424
424
  const { getHostname } = this.app.waibu
@@ -2,5 +2,6 @@
2
2
  "siteId": "?:SumbaSite::alias:default",
3
3
  "userId": "?:SumbaUser::username:admin+siteId:'{siteId}'",
4
4
  "teamId": "?:SumbaTeam::alias:administrator+siteId:'{siteId}'",
5
+ "status": "ACTIVE",
5
6
  "_immutable": ["*"]
6
7
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.33.4",
3
+ "version": "2.33.5",
4
4
  "description": "Biz Suite for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,10 +1,15 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-06-19
4
+
5
+ - [2.33.5] Bug fix in ```team-user.json```
6
+
3
7
  ## 2026-06-18
4
8
 
5
9
  - [2.33.2] Bug fix in ```hook.js```
6
10
  - [2.33.3] Bug fix in ```hook.js```
7
11
  - [2.33.4] Bug fix in ```create-new-site.js```
12
+ - [2.33.4] Normalize ```siteId``` & ```userId``` fields
8
13
 
9
14
  ## 2026-06-17
10
15