@squiz/db-lib 1.5.1-alpha.3 → 1.5.1-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.5.1-alpha.4](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.4) (2023-01-31)
7
+
8
+ **Note:** Version bump only for package @squiz/db-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.5.1-alpha.3](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.3.3...v1.5.1-alpha.3) (2023-01-31)
7
15
 
8
16
  **Note:** Version bump only for package @squiz/db-lib
package/lib/index.js CHANGED
@@ -15651,7 +15651,7 @@ var require_formatters = __commonJS({
15651
15651
  }
15652
15652
  exports.getJsonFormat = getJsonFormat;
15653
15653
  exports.errorFormatting = winston_1.default.format.printf((info) => {
15654
- let message = `${info.timestamp} ${info.level}: ${info.stack || info.message}`;
15654
+ const message = `${info.timestamp} ${info.level}: ${info.stack || info.message}`;
15655
15655
  return message;
15656
15656
  });
15657
15657
  function getHumanFormat() {