@telia-ace/alliance-portal 1.0.8-next.3 → 1.0.9-next.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/CHANGELOG.md +16 -0
- package/dist/server.cjs +48 -48
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @telia-ace/alliance-portal
|
|
2
2
|
|
|
3
|
+
## 1.0.9-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Move public key related utilities to internal node utilities package. ([#437](https://github.com/telia-company/ace-alliance-sdk/pull/437))
|
|
8
|
+
|
|
9
|
+
## 1.0.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2858c59: Replace NestJS with Express 5.
|
|
14
|
+
- 321a5d6: Replace `@telia-ace/alliance-databases`, using NestJS + GraphQL, with `@telia-ace/alliance-data`, using Expess 5 + tRPC.
|
|
15
|
+
- 1b9c7a9: Fixed an issue where the cookie policy route was not returning the expected result under certain conditions (https://github.com/telia-company/ace-alliance-sdk/issues/422).
|
|
16
|
+
- d8c3069: Improve error page with support for log out.
|
|
17
|
+
- d8c3069: Support logging out by navigating to `/logout`.
|
|
18
|
+
|
|
3
19
|
## 1.0.8-next.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|