bajo 0.2.23 → 0.2.24

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.
@@ -19,7 +19,7 @@ class Log {
19
19
  this.scope = scope
20
20
  this.config = scope.bajo.config
21
21
  this.bajoLog = this.config.log.logger ?? 'bajoLogger'
22
- this.format = 'YYYY-MM-DDTHH:MM:ss.SSS[Z]'
22
+ this.format = 'YYYY-MM-DDTHH:mm:ss.SSS[Z]'
23
23
  }
24
24
 
25
25
  isExtLogger () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "description": "A framework to build a giant monstrous app rapidly",
5
5
  "main": "boot/index.js",
6
6
  "scripts": {