@telia-ace/alliance-internal-node-utilities 1.0.4-next.4 → 1.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @telia-ace/alliance-internal-node-utilities
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - c2335bc: Replace Vite with Tsup when building packages.
8
+ - c2335bc: Redact `authorization`, `headers.authorization`, `req.headers.authorization`, `res.headers.authorization`, `req.headers.cookie` and `res.headers.set-cookie` from logs.
9
+ - c2335bc: Add current users email to the gateway JWT bearer token.
10
+ - c2335bc: Setup health checks for services (https://github.com/telia-company/ace-alliance-sdk/issues/388).
11
+ - c2335bc: Add Zod schema for shared config.
12
+ - c2335bc: Fix logs entries only including message.
13
+ - c2335bc: Export internal utility type.
14
+
3
15
  ## 1.0.4-next.4
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-internal-node-utilities",
3
- "version": "1.0.4-next.4",
3
+ "version": "1.0.4",
4
4
  "description": "Utilities used internally by packages developed by team Alliance.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",