sumba 2.1.9 → 2.2.0

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
@@ -115,6 +115,7 @@ async function factory (pkgName) {
115
115
  },
116
116
  siteSetting: {
117
117
  forgotPasswordExpDur: '5m',
118
+ timeZone: 'UTC',
118
119
  userPassword: {
119
120
  minUppercase: 1,
120
121
  minLowercase: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.1.9",
3
+ "version": "2.2.0",
4
4
  "description": "Biz Suite for Bajo 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-02-08
4
+
5
+ - [2.2.0] Add ```siteSetting.timeZone``` in config object
6
+
3
7
  ## 2026-02-06
4
8
 
5
9
  - [2.1.9] Bug fix on ```getSite()``` for multisite system