sumba 2.4.0 → 2.4.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.
@@ -1,4 +1,4 @@
1
- const onRequest = {
1
+ const preParsing = {
2
2
  level: 10,
3
3
  handler: async function (req, reply) {
4
4
  const { getHostname } = this.app.waibu
@@ -6,4 +6,4 @@ const onRequest = {
6
6
  }
7
7
  }
8
8
 
9
- export default onRequest
9
+ export default preParsing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
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-21
4
+
5
+ - [2.4.1] Bug fix on intl functions. Now moved to ```preParsing``` instead of ```onRequest```
6
+
3
7
  ## 2026-02-20
4
8
 
5
9
  - [2.4.0] Add ```getCountriesValues()```